App Build and Release #54
Annotations
20 warnings
Run Tests:
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.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L36
Dereference of a possibly null reference.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/FirmwareTabViewModelTests.cs#L65
Dereference of a possibly null reference.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/WfbTabViewModelTest.cs#L39
Non-nullable field '_appMessageEventMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/WfbTabViewModelTest.cs#L40
Non-nullable field '_eventAggregatorMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/WfbTabViewModelTest.cs#L41
Non-nullable field '_loggerMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/WfbTabViewModelTest.cs#L44
Non-nullable field '_wfbConfContentUpdatedEventMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L11
Non-nullable property 'LoggerMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L11
Non-nullable property 'EventAggregatorMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L11
Non-nullable property 'SshClientServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
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 project:
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 project:
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 project:
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 project:
OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build project:
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 project:
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 project:
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 project:
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 project:
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).
|
Loading