chore(deps): update xunit-dotnet monorepo #1624
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Core:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Test Core:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Test Core:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Test Core:
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).
|
Test Core:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Test Core:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Test Core:
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
Test Core:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Test Core:
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.
|
Test Core:
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.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L50
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L50
The type 'KubernetesCRDModelGen.Models.helm.toolkit.fluxcd.io.V2beta2HelmRelease' 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.V2beta2HelmRelease' doesn't match constraint type 'k8s.IKubernetesObject<k8s.Models.V1ObjectMeta>'.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L50
Possible null reference assignment.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L52
Possible null reference argument for parameter 'kubeObject' in 'IKubernetesObject<V1ObjectMeta> ObjectCompare.CleanObject(IKubernetesObject<V1ObjectMeta> kubeObject)'.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L52
Argument of type 'V2beta2HelmRelease' cannot be used for parameter 'kubeObject' of type 'IKubernetesObject<V1ObjectMeta>' in 'IKubernetesObject<V1ObjectMeta> ObjectCompare.CleanObject(IKubernetesObject<V1ObjectMeta> kubeObject)' due to differences in the nullability of reference types.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L52
Possible null reference assignment.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L55
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L55
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L64
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/flux.io/HelmReleaseUpgrade.razor.cs#L64
The type 'KubernetesCRDModelGen.Models.source.toolkit.fluxcd.io.V1beta2HelmRepository' cannot be used as type parameter 'T' in the generic type or method 'ICluster.GetObject<T>(string, string)'. Nullability of type argument 'KubernetesCRDModelGen.Models.source.toolkit.fluxcd.io.V1beta2HelmRepository' doesn't match constraint type 'k8s.IKubernetesObject<k8s.Models.V1ObjectMeta>'.
|
The logs for this run have expired and are no longer available.
Loading