Skip to content

chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.263 #1544

chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.263

chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.263 #1544

Triggered via pull request December 12, 2023 19:34
Status Failure
Total duration 27s
Artifacts

cicd.yml

on: pull_request
Build & Deploy Web
0s
Build & Deploy Web
Build Windows
0s
Build Windows
Build Mac
0s
Build Mac
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Tests: src/KubeUI.Core/Client/ClusterManager.cs#L143
The type or namespace name 'V2beta1HelmRelease' could not be found (are you missing a using directive or an assembly reference?)
Tests
Process completed with exit code 1.
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/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/Utilities.cs#L14
Dereference of a possibly null reference.
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.