Skip to content
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

Merge pull request #51 from StrangeRanger/MVVM-Pattern

Merge pull request #51 from StrangeRanger/MVVM-Pattern #7

Triggered via push January 21, 2024 19:01
Status Success
Total duration 3m 18s
Artifacts

release-ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.