Merge branch 'alpha' of https://github.com/IvanJosipovic/KubeUI into … #1899
cicd.yml
on: push
Annotations
1 error and 10 warnings
Build & Test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Build & Test:
src/KubeUI/Controls/AgeCell.cs#L102
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Controls/LastSeenCell.cs#L88
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Controls/PodContainerCell.cs#L47
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Controls/PodStatusCell.cs#L65
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Converters/StaticResourceConverter.cs#L8
Nullability of reference types in type of parameter 'value' of 'object StaticResourceConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Converters/StaticResourceConverter.cs#L8
Nullability of reference types in type of parameter 'parameter' of 'object StaticResourceConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Converters/StaticResourceConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object StaticResourceConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Converters/StaticResourceConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object StaticResourceConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Views/AboutView.cs#L5
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|
Build & Test:
src/KubeUI/Views/HomeView.cs#L5
Nullability of type of parameter 'vm' doesn't match overridden member (possibly because of nullability attributes).
|