chore(deps): update dependency xtermblazor to v2 - autoclosed #1647
Annotations
6 errors and 20 warnings
Tests:
src/KubeUI.UI/Components/PodLogs.razor.cs#L61
'Xterm' does not contain a definition for 'InvokeAddonFunctionVoidAsync' and no accessible extension method 'InvokeAddonFunctionVoidAsync' accepting a first argument of type 'Xterm' could be found (are you missing a using directive or an assembly reference?)
|
Tests:
src/KubeUI.UI/Components/PodLogs.razor.cs#L71
'Xterm' does not contain a definition for 'InvokeAddonFunctionVoidAsync' and no accessible extension method 'InvokeAddonFunctionVoidAsync' accepting a first argument of type 'Xterm' could be found (are you missing a using directive or an assembly reference?)
|
Tests:
src/KubeUI.UI/Components/PodConsole.razor.cs#L55
'Xterm' does not contain a definition for 'InvokeAddonFunctionVoidAsync' and no accessible extension method 'InvokeAddonFunctionVoidAsync' accepting a first argument of type 'Xterm' could be found (are you missing a using directive or an assembly reference?)
|
Tests:
src/KubeUI.UI/Components/PodConsole.razor.cs#L65
'Xterm' does not contain a definition for 'InvokeAddonFunctionVoidAsync' and no accessible extension method 'InvokeAddonFunctionVoidAsync' accepting a first argument of type 'Xterm' could be found (are you missing a using directive or an assembly reference?)
|
Tests:
src/KubeUI.UI/Components/PodConsole.razor#L3
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
|
Tests
Process completed with exit code 1.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L105
Cannot convert null literal to non-nullable reference type.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Tests:
src/KubeUI.Core/Client/Serialization/KubernetesYaml.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Tests:
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).
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L29
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L31
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Utilities.cs#L14
Dereference of a possibly null reference.
|
Tests:
src/KubeUI.Core/Client/ModelCacheExtensions.cs#L42
Possible null reference argument for parameter 'type' in 'XmlElement ModelCacheExtensions.XmlFromName(Type type, char prefix, string name)'.
|
Tests:
src/KubeUI.Core/Utilities.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Tests:
src/KubeUI.Core/Utilities.cs#L68
Possible null reference return.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L44
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.
|
Tests:
src/KubeUI.UI/Components/Age.razor.cs#L8
Nullable value type may be null.
|
Tests:
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.
|
Tests:
src/KubeUI.UI/Pages/List.cs#L40
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L51
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L11
Non-nullable property 'ClusterManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L18
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/Details.cs#L22
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
src/KubeUI.UI/Pages/New.cs#L25
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.
|
Tests:
src/KubeUI.UI/Pages/New.cs#L32
Possible null reference argument for parameter 'componentType' in 'void RenderTreeBuilder.OpenComponent(int sequence, Type componentType)'.
|