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

Update naming convention... #231

Update naming convention...

Update naming convention... #231

Triggered via push March 12, 2024 21:15
Status Success
Total duration 3m 3s
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/Queries/Query.cs#L58
Non-nullable property 'PSCommandParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L58
Non-nullable property 'PSCommandParameterValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L58
Non-nullable property 'QueryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L58
Non-nullable property 'QueryDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L67
Non-nullable property 'PSCommandName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L67
Non-nullable property 'PSCommandParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L67
Non-nullable property 'PSCommandParameterValues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L67
Non-nullable property 'QueryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/Query.cs#L67
Non-nullable property 'QueryDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): ActiveDirectoryQuerier/Queries/CustomQueries.cs#L50
Dereference of a possibly null reference.