chore: some pragma fixes #882
Annotations
1 error and 13 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
|
test/unit/Facades/MockSearchResultEntry.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test/unit/ACLProcessorTest.cs#L699
The variable 'expectedRightName' is assigned but its value is never used
|
test/unit/ACLProcessorTest.cs#L806
The variable 'expectedRightName' is assigned but its value is never used
|
test/unit/ACLProcessorTest.cs#L871
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test/unit/ACLProcessorTest.cs#L880
The variable 'expectedRightName' is assigned but its value is never used
|
test/unit/WellKnownPrincipalTest.cs#L134
The field 'WellKnownPrincipalTest._testDomainName' is assigned but its value is never used
|
test/unit/WellKnownPrincipalTest.cs#L135
The field 'WellKnownPrincipalTest._testForestName' is assigned but its value is never used
|
test/unit/Facades/SAMMocks/WorkstationMocks/MockWorkstationSAMServer.cs#L31
This call site is reachable on all platforms. 'SecurityIdentifier' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
This job failed
Loading