Skip to content

Added a slightly themed app icon #43

Added a slightly themed app icon

Added a slightly themed app icon #43

Triggered via pull request February 13, 2026 03:58
Status Success
Total duration 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/App.axaml.cs#L47
Dereference of a possibly null reference.
build: Stardrop/Converters/EnumConverter.cs#L11
Possible null reference return.
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/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).
build: Stardrop/Utilities/Helper.cs#L22
Cannot convert null literal to non-nullable reference type.