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

Add starting field and property for output for tab three #182

Add starting field and property for output for tab three

Add starting field and property for output for tab three #182

Triggered via push March 6, 2024 23:39
Status Success
Total duration 3m 32s
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): ActiveDirectoryQuerier/MainWindowViewModel.cs#L124
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L241
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L216
Non-nullable field '_activeDirectoryInfoOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L60
Non-nullable property 'CommandParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L60
Non-nullable property 'CommandParametersValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L60
Non-nullable property 'QueryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L60
Non-nullable property 'QueryDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L69
Non-nullable property 'CommandName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L69
Non-nullable property 'CommandParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/PowerShell/CustomQueries.cs#L69
Non-nullable property 'CommandParametersValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.