Update Chinese Translation #298
Merged
Annotations
10 warnings
|
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/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'InstalledVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Stardrop/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'UpdateKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Stardrop/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property 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