This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Merge pull request #51 from StrangeRanger/MVVM-Pattern #7
Annotations
10 warnings
Dotnet Build & Publish:
FAFB-PowerShell-Tool/RelayCommand.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/RelayCommand.cs#L21
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/RelayCommand.cs#L26
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L40
Non-nullable property 'ActiveDirectoryCommandList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L40
Non-nullable property 'PossibleParameterList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L40
Non-nullable field '_selectedCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L40
Non-nullable field '_powerShellOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/PSSaveOptions.cs#L42
Possible null reference return.
|
Dotnet Build & Publish:
FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L52
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading