chore(deps): update kubernetescrdmodelgen to v1.0.0-alpha.272 #1601
Annotations
10 warnings
Publish:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Publish:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Publish:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Publish:
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).
|
Publish:
src/KubeUI.Core/Client/Cluster.cs#L37
Non-nullable property 'KubeConfigPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/KubeUI.Core/Client/Cluster.cs#L37
Non-nullable property 'KubeConfig' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/KubeUI.Core/Client/Cluster.cs#L37
Non-nullable property 'PodMetricsCache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/KubeUI.Core/Client/PodMetricsCache.cs#L22
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish:
src/KubeUI.Core/Client/PodMetricsCache.cs#L13
Non-nullable property 'PodMetricsList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
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.
|
The logs for this run have expired and are no longer available.
Loading