Publish #9
Annotations
10 warnings
Publish:
RelayCommand.cs#L10
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Publish:
AdvancedMessageBoxViewModel.cs#L11
Possible null reference return.
|
Publish:
AdvancedMessageBoxViewModel.cs#L23
Possible null reference return.
|
Publish:
AdvancedMessageBoxViewModel.cs#L35
Possible null reference return.
|
Publish:
CommandViewModel.cs#L11
Possible null reference return.
|
Publish:
CommandViewModel.cs#L23
Possible null reference return.
|
Publish:
Program.cs#L385
Possible null reference return.
|
Publish:
RelayCommand.cs#L12
The event 'RelayCommand.CanExecuteChanged' is never used
|
Publish:
AdvancedMessageBoxViewModel.cs#L9
Change 'Commands' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
Publish:
Program.cs#L34
Member '_currentOSVersion' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Loading