Merge branch 'alpha' of https://github.com/IvanJosipovic/KubeUI into … #1325
Annotations
10 warnings
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-preview.6.8686" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.0-preview.6.8686" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-preview.6.8686" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.0-preview.6.8686" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L85
Nullability of reference types in type of parameter 'value' of 'void ByteArrayStringYamlConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).
|
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
The logs for this run have expired and are no longer available.
Loading