chore: properly use DefaultIfEmpty consistently #928
Annotations
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/ContainerProcessorTest.cs#L124
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/GroupProcessorTest.cs#L48
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/GroupProcessorTest.cs#L55
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/GroupProcessorTest.cs#L62
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/WellKnownPrincipalTest.cs#L126
The field 'WellKnownPrincipalTest._testDomainName' is assigned but its value is never used
|
test/unit/WellKnownPrincipalTest.cs#L127
The field 'WellKnownPrincipalTest._testForestName' is assigned but its value is never used
|
test/unit/GroupProcessorTest.cs#L18
The field 'GroupProcessorTest._testDomainName' 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 succeeded
Loading