Skip to content

Update LM-Kit-Maestro.csproj #591

Update LM-Kit-Maestro.csproj

Update LM-Kit-Maestro.csproj #591

Triggered via push December 28, 2024 19:46
Status Success
Total duration 4m 55s
Artifacts

build_test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
build
The variable 'ex' is declared but never used
build: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'object LevelToColorConverter.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: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'object LevelToColorConverter.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: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L7
Nullability of reference types in type of parameter 'parameter' of 'object LevelToColorConverter.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: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L7
Nullability of reference types in type of parameter 'parameter' of 'object LevelToColorConverter.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: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L21
Nullability of reference types in type of parameter 'value' of 'object LevelToColorConverter.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: LM-Kit-Maestro/Converters/LevelToColorConverter.cs#L21
Nullability of reference types in type of parameter 'value' of 'object LevelToColorConverter.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).