New 3.0.0 version#42
Merged
Merged
Annotations
10 warnings
|
src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
|
|
src/FlaUInspect/App.xaml.cs#L93
Converting null literal or possible null value to non-nullable type.
|
|
src/FlaUInspect/App.xaml.cs#L45
Unreachable code detected
|
|
src/FlaUInspect/Core/RelayCommandAsync.cs#L19
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
src/FlaUInspect/Core/RelayCommandAsync.cs#L13
Cannot convert null literal to non-nullable reference type.
|
|
src/FlaUInspect/Core/Converters/IndentConverter.cs#L10
Unboxing a possibly null value.
|
|
src/FlaUInspect/Core/RelayCommandAsync.cs#L40
Nullability of reference types in type of 'event EventHandler AsyncRelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
src/FlaUInspect/Core/RelayCommandAsync.cs#L46
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
src/FlaUInspect/Core/RelayCommandAsync.cs#L42
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
src/FlaUInspect/Core/ObservableObject.cs#L63
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading