Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Merge pull request #67 from StrangeRanger/dev #75

Merge pull request #67 from StrangeRanger/dev

Merge pull request #67 from StrangeRanger/dev #75

Triggered via push January 21, 2024 19:31
Status Failure
Total duration 4m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (x64)
Process completed with exit code 1.
build (x64): 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).
build (x64): 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).
build (x64): 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'.
build (x64): FAFB-PowerShell-Tool/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
build (x64): 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.
build (x64): 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.
build (x64): 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.
build (x64): 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.
build (x64): FAFB-PowerShell-Tool/PSSaveOptions.cs#L42
Possible null reference return.
build (x64): FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L52
Possible null reference assignment.