wip: break more tests #875
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/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/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/LSAMocks/DCMocks/MockDCLSAPolicy.cs#L27
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)
|
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)
|
test/unit/Facades/SAMMocks/WorkstationMocks/MockWorkstationSAMServer.cs#L37
This call site is reachable on all platforms. 'SecurityIdentifier.Value' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/unit/Facades/LSAMocks/WorkstationMocks/MockWorkstationLSAPolicy.cs#L30
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)
|
test/unit/Facades/LSAMocks/DCMocks/MockDCLSAPolicy.cs#L25
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