feat: Metrics service #2993
cicd.yml
on: pull_request
Annotations
11 errors and 11 warnings
Build & Test
No test report files were found
|
Build & Test:
src/KubeUI/Client/MetricsService.cs#L247
'ContainerMetrics' does not contain a definition for 'Containers' and no accessible extension method 'Containers' accepting a first argument of type 'ContainerMetrics' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/Controls/PodMetricMemoryCell.cs#L45
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/Controls/PodMetricCPUCell.cs#L44
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/ViewModels/ResourceListViewModel.cs#L428
Required member 'ResourceListViewDefinitionColumn<V1Pod, decimal>.Field' must be set in the object initializer or attribute constructor.
|
Build & Test:
src/KubeUI/ViewModels/ResourceListViewModel.cs#L436
Required member 'ResourceListViewDefinitionColumn<V1Pod, decimal>.Field' must be set in the object initializer or attribute constructor.
|
Build & Test:
src/KubeUI/ViewModels/ClusterViewModel.cs#L69
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/ViewModels/ClusterViewModel.cs#L75
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/Client/MetricsService.cs#L247
'ContainerMetrics' does not contain a definition for 'Containers' and no accessible extension method 'Containers' accepting a first argument of type 'ContainerMetrics' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/Controls/PodMetricMemoryCell.cs#L45
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
src/KubeUI/Controls/PodMetricCPUCell.cs#L44
'ICluster' does not contain a definition for 'PodMetrics' and no accessible extension method 'PodMetrics' accepting a first argument of type 'ICluster' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test
No file matches path tests/KubeUI.Tests/TestResults/test-results.trx
|
Build & Test:
src/XtermSharp/Buffer.cs#L335
The variable 'ex' is declared but never used
|
Build & Test:
src/XtermSharp/Terminal.cs#L24
The field 'Terminal.insertMode' is never used
|
Build & Test:
src/XtermSharp/Terminal.cs#L34
The field 'Terminal.applicationCursor' is assigned but its value is never used
|
Build & Test:
src/XtermSharp/Terminal.cs#L25
The field 'Terminal.bracketedPasteMode' is assigned but its value is never used
|
Build & Test:
src/XtermSharp/Terminal.cs#L34
The field 'Terminal.applicationKeypad' is assigned but its value is never used
|
Build & Test:
src/XtermSharp/Terminal.cs#L37
The field 'Terminal.gcharset' is assigned but its value is never used
|
Build & Test:
src/KubeUI.Core/ControlExtensions.Generated/Avatar_MarkupExtensions.g.cs#L19
Argument of type 'StyledProperty<IImage?>' cannot be used for parameter 'avaloniaProperty' of type 'AvaloniaProperty<IImage>' in 'T ControlPropertyExtensions._set<T, IImage>(T control, AvaloniaProperty<IImage> avaloniaProperty, Func<IImage> func, Action<IImage>? setChangedHandler, string? expression)' due to differences in the nullability of reference types.
|
Build & Test:
src/KubeUI.Core/ControlExtensions.Generated/Avatar_MarkupExtensions.g.cs#L42
Argument of type 'StyledProperty<object?>' cannot be used for parameter 'avaloniaProperty' of type 'AvaloniaProperty<object>' in 'T ControlPropertyExtensions._set<T, object>(T control, AvaloniaProperty<object> avaloniaProperty, Func<object> func, Action<object>? setChangedHandler, string? expression)' due to differences in the nullability of reference types.
|
Build & Test:
src/KubeUI.Core/ControlExtensions.Generated/Banner_MarkupExtensions.g.cs#L65
Argument of type 'StyledProperty<object?>' cannot be used for parameter 'avaloniaProperty' of type 'AvaloniaProperty<object>' in 'T ControlPropertyExtensions._set<T, object>(T control, AvaloniaProperty<object> avaloniaProperty, Func<object> func, Action<object>? setChangedHandler, string? expression)' due to differences in the nullability of reference types.
|
Build & Test:
src/KubeUI.Core/ControlExtensions.Generated/BitmapIconSource_MarkupExtensions.g.cs#L67
Possible null reference argument for parameter 'arg1' in 'void Action<object, object>.Invoke(object arg1, object arg2)'.
|