chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.231 #1473
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
cicd.yml
on: pull_request
Build & Deploy Web
4m 14s
Build Windows
5m 57s
Build Mac
12m 15s
Create Release
0s
Annotations
54 warnings
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Tests:
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).
|
Tests:
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Utilities.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Tests:
src/KubeUI.Core/Utilities.cs#L68
Possible null reference return.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L44
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
Tests:
src/KubeUI.UI/Components/Actions.razor.cs#L36
Dereference of a possibly null reference.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L51
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L11
Non-nullable property 'ClusterManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L18
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L22
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/New.cs#L25
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
Tests:
src/KubeUI.UI/Pages/New.cs#L32
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|
Tests:
src/KubeUI.UI/Shared/MainLayout.razor.cs#L61
Dereference of a possibly null reference.
|
Tests:
src/KubeUI.UI/Pages/List.cs#L33
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
Build & Deploy Web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Deploy Web:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Build & Deploy Web:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Build & Deploy Web:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Build & Deploy Web:
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).
|
Build & Deploy Web:
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
Build & Deploy Web:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build & Deploy Web:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build & Deploy Web:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build & Deploy Web:
src/KubeUI.Core/Utilities.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Build & Deploy Web:
src/KubeUI.Core/Utilities.cs#L68
Possible null reference return.
|
Build Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Windows:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Build Windows:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Build Windows:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Build Windows:
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).
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L105
Possible null reference return.
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L108
Dereference of a possibly null reference.
|
Build Windows:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L108
Dereference of a possibly null reference.
|
Build Mac
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Mac
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-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Build Mac
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-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Build Mac
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-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Build Mac
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-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Build Mac:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Build Mac:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Build Mac:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Build Mac:
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).
|
Build Mac:
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
Build Mac:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
KubeUI-osx-x64
Expired
|
111 MB |
|
KubeUI-web
Expired
|
47.3 MB |
|
KubeUI-win-x64
Expired
|
82.9 MB |
|
KubeUI-win-x64-setup
Expired
|
58.7 MB |
|