Fix hidden SMAPI console on macOS #309
Merged
Annotations
10 warnings
|
Build:
Stardrop/Views/WarningWindow.axaml.cs#L78
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
Stardrop/Converters/EnumConverter.cs#L11
Possible null reference return.
|
|
Build:
Stardrop/App.axaml.cs#L47
Dereference of a possibly null reference.
|
|
Build:
Stardrop/Views/WarningWindow.axaml.cs#L18
Non-nullable field '_mainWindowModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Stardrop/Utilities/Translation.cs#L169
Nullability of reference types in type of 'event PropertyChangedEventHandler Translation.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build:
Stardrop/Utilities/Helper.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Stardrop/Converters/EnumConverter.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'object EnumConverter.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:
Stardrop/Converters/EnumConverter.cs#L14
Nullability of reference types in type of parameter 'value' of 'object EnumConverter.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:
Stardrop/Converters/EnumConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object EnumConverter.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:
Stardrop/Converters/EnumConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object EnumConverter.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).
|
Loading