🚀 [Code] Updated the functionalities to .NET 8 c5 #62
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build macOS App:
Mitawi/Converters/CustomImageUrlScalingConverter.cs#L8
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Build macOS App:
Mitawi/Converters/CustomImageUrlScalingConverter.cs#L14
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Build macOS App:
Mitawi/Converters/InvertBooleanConverter.cs#L5
Nullability of reference types in type of parameter 'value' of 'object InvertBooleanConverter.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 macOS App:
Mitawi/Converters/InvertBooleanConverter.cs#L5
Nullability of reference types in type of parameter 'parameter' of 'object InvertBooleanConverter.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 macOS App:
Mitawi/Converters/InvertBooleanConverter.cs#L14
Nullability of reference types in type of parameter 'value' of 'object InvertBooleanConverter.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 macOS App:
Mitawi/Converters/InvertBooleanConverter.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'object InvertBooleanConverter.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 macOS App:
Mitawi/Converters/NegativeAndPositiveNumberConverter.cs#L8
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Build macOS App:
Mitawi/Converters/NegativeAndPositiveNumberConverter.cs#L15
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Build macOS App:
Mitawi/Converters/OpenWeatherImageUrlScalingConverter.cs#L8
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Build macOS App:
Mitawi/Converters/OpenWeatherImageUrlScalingConverter.cs#L14
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Loading