chore(deps): update dependency coverlet.collector to v6.0.1 #1642
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/Utilities.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Test Core:
src/KubeUI.Core/Utilities.cs#L68
Possible null reference return.
|
Test UI:
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L35
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/Actions.razor.cs#L36
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L55
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L55
Possible null reference argument for parameter '@namespace' in 'TItem? ICluster.GetObject<TItem>(string @namespace, string name)'.
|
Test UI:
src/KubeUI.UI/Components/DetailsComponent.razor.cs#L60
Dereference of a possibly null reference.
|
Test UI:
src/KubeUI.UI/Components/Age.razor.cs#L8
Nullable value type may be null.
|
Test UI:
src/KubeUI.UI/Pages/List.cs#L33
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
Test UI:
src/KubeUI.UI/Pages/List.cs#L40
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|
Test UI:
src/KubeUI.UI/Pages/List.cs#L11
Non-nullable property 'ClusterManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test UI:
src/KubeUI.UI/Pages/List.cs#L18
Non-nullable property 'Version' 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