chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.263 #1543
Annotations
10 warnings
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/Client/HelmClient.cs#L70
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.Core/Client/HelmClient.cs#L71
Non-nullable property 'info' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.Core/Client/HelmClient.cs#L72
Non-nullable property 'chart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.Core/Client/HelmClient.cs#L73
Non-nullable property 'config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.Core/Client/HelmClient.cs#L74
Non-nullable property 'manifest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.Core/Client/HelmClient.cs#L78
Non-nullable property '_namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading