chore(deps): update dependency mudblazor to v6.11.0 #1504
Annotations
20 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/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
src/KubeUI.Core/Utilities.cs#L68
Converting null literal or possible null value to non-nullable type.
|
src/KubeUI.Core/Utilities.cs#L68
Possible null reference return.
|
src/KubeUI.UI/Components/Age.razor.cs#L8
Nullable value type may be null.
|
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L35
Dereference of a possibly null reference.
|
src/KubeUI.UI/Components/Actions.razor.cs#L36
Dereference of a possibly null reference.
|
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L55
Dereference of a possibly null reference.
|
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L55
Possible null reference argument for parameter '@namespace' in 'TItem? ICluster.GetObject<TItem>(string @namespace, string name)'.
|
src/KubeUI.UI/Components/ColumnPicker.razor.cs#L8
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.UI/Components/ColumnPicker.razor.cs#L11
Non-nullable property 'ListComponent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L60
Dereference of a possibly null reference.
|
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L50
Dereference of a possibly null reference.
|
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L50
The type 'KubernetesCRDModelGen.Models.helm.toolkit.fluxcd.io.V2beta1HelmRelease' cannot be used as type parameter 'T' in the generic type or method 'ICluster.GetObject<T>(string, string)'. Nullability of type argument 'KubernetesCRDModelGen.Models.helm.toolkit.fluxcd.io.V2beta1HelmRelease' doesn't match constraint type 'k8s.IKubernetesObject<k8s.Models.V1ObjectMeta>'.
|
The logs for this run have expired and are no longer available.
Loading