This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Removed the csvhelper import to fix run error #123
Annotations
1 error and 11 warnings
Dotnet Test
Process completed with exit code 1.
|
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/.
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/PSSaveOptions.cs#L40
Possible null reference return.
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L194
Nullability of reference types in type of parameter '_' of 'void MainWindowViewModel.Execute(object _)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L195
Nullability of reference types in type of parameter '_' of 'void MainWindowViewModel._OutputToCsvAsync(object _)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L196
Nullability of reference types in type of parameter '_' of 'void MainWindowViewModel.OutputPowershellOutputToText(object _)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L197
Nullability of reference types in type of parameter '_' of 'void MainWindowViewModel.AddParameterComboBox(object _)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L198
Nullability of reference types in type of parameter '_' of 'void MainWindowViewModel.RemoveParameterComboBox(object _)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L199
Nullability of reference types in type of parameter 'commandParameter' of 'void MainWindowViewModel.PerformSavedQueries(object commandParameter)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L200
Nullability of reference types in type of parameter 'sender' of 'void MainWindowViewModel.PerformEditCustomQuery(object sender)' doesn't match the target delegate 'Action<object?>' (possibly because of nullability attributes).
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L191
Non-nullable field '_selectedCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Dotnet Restore & Build:
FAFB-PowerShell-Tool/MainWindowViewModel.cs#L191
Non-nullable field '_powerShellOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading