Skip to content

Merge pull request #74 from OpenIPC/feature/redesign-ui #55

Merge pull request #74 from OpenIPC/feature/redesign-ui

Merge pull request #74 from OpenIPC/feature/redesign-ui #55

Triggered via push February 5, 2025 04:24
Status Success
Total duration 3m 44s
Artifacts 6
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

70 warnings
build (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToWidthConverter.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 (ubuntu-latest, arm64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToWidthConverter.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-latest, x64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (macos-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L94
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceConfig.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (macos-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L101
Cannot convert null literal to non-nullable reference type.
build (macos-latest, x64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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-latest, x64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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-latest, x64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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-latest, x64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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-latest, x64): OpenIPC_Config/Services/INetworkCommands.cs#L8
Method, operator, or accessor 'INetworkCommands.Ping(DeviceConfig)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build (macos-latest, x64): OpenIPC_Config/Services/ISshClientService.cs#L59
Cannot convert null literal to non-nullable reference type.
build (macos-latest, x64): OpenIPC_Config/Services/SshClientService.cs#L391
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/CameraSettingsTabViewModelTests.cs#L37
Non-nullable field '_deviceConfigMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/Services/EventSubscriptionServiceTests.cs#L37
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L153
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L154
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L155
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L156
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/Services/EventSubscriptionServiceTests.cs#L54
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToWidthConverter.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 (ubuntu-latest, x64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToWidthConverter.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-latest, arm64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (macos-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L94
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceConfig.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (macos-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L101
Cannot convert null literal to non-nullable reference type.
build (macos-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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-latest, arm64): OpenIPC_Config/Services/INetworkCommands.cs#L8
Method, operator, or accessor 'INetworkCommands.Ping(DeviceConfig)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build (macos-latest, arm64): OpenIPC_Config/Services/ISshClientService.cs#L59
Cannot convert null literal to non-nullable reference type.
build (macos-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToWidthConverter.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 (windows-latest, arm64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToWidthConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object BooleanToTextConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToTextConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToTextConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'value' of 'object BooleanToVisibilityConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToVisibilityConverter.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToVisibilityConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BooleanToWidthConverter.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 (windows-latest, x64): OpenIPC_Config/Converters/BooleanToWidthConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToWidthConverter.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).

Artifacts

Produced during runtime
Name Size
OpenIPC-Config-linux-arm64
41.6 MB
OpenIPC-Config-linux-x64
43.5 MB
OpenIPC-Config-macos-arm64.dmg
51.8 MB
OpenIPC-Config-macos-x64.dmg
53 MB
OpenIPC-Config-windows-arm64
43.7 MB
OpenIPC-Config-windows-x64
45.6 MB