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

Format with clang-format #245

Format with clang-format

Format with clang-format #245

Triggered via push March 14, 2024 23:55
Status Success
Total duration 2m 45s
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#L108
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#L197
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#L200
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#L221
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#L269
Possible null reference assignment.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L270
Possible null reference assignment.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L290
Dereference of a possibly null reference.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L300
Dereference of a possibly null reference.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L451
Possible null reference argument for parameter 'command' in 'Task<PSOutput> PSExecutor.ExecuteAsync(Command command)'.
build (x64): ActiveDirectoryQuerier/MainWindowViewModel.cs#L757
Possible null reference return.