This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Lots of changes: #135
Annotations
12 warnings
build (x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (x64):
FAFB-PowerShell-Tool/RelayCommand.cs#L44
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#L52
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#L35
Possible null reference argument for parameter 'obj' in 'bool Predicate<object>.Invoke(object obj)'.
|
build (x64):
FAFB-PowerShell-Tool/PSSaveOptions.cs#L41
Possible null reference return.
|
build (x64):
FAFB-PowerShell-Tool/PowerShell/PowerShellExecutor.cs#L34
Dereference of a possibly null reference.
|
build (x64):
FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L110
Dereference of a possibly null reference.
|
build (x64):
FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L129
Possible null reference assignment.
|
build (x64):
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L250
Converting null literal or possible null value to non-nullable type.
|
build (x64):
FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L158
Possible null reference assignment.
|
build (x64):
FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L161
Dereference of a possibly null reference.
|
build (x64):
FAFB-PowerShell-Tool.Tests/RelayCommandTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|