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

Add removed NuGet #88

Add removed NuGet

Add removed NuGet #88

Triggered via push January 25, 2024 21:26
Status Success
Total duration 4m 42s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 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/MainWindowViewModel.cs#L53
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).
build (x64): FAFB-PowerShell-Tool/MainWindowViewModel.cs#L54
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).
build (x64): FAFB-PowerShell-Tool/MainWindowViewModel.cs#L50
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#L50
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#L50
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#L50
Non-nullable field '_powerShellOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): FAFB-PowerShell-Tool/MainWindowViewModel.cs#L50
Non-nullable field 'savedQueries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): FAFB-PowerShell-Tool/PSSaveOptions.cs#L40
Possible null reference return.
build (x64): FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L26
Non-nullable property 'commandParams' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): FAFB-PowerShell-Tool/PowerShell/CustomQueries.cs#L70
The variable 'i' is assigned but its value is never used