BED-4965 - Owns/Owner Rework #1283
Annotations
10 errors and 10 warnings
build:
test/unit/ACLProcessorTest.cs#L74
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L222
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L249
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L274
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L294
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L317
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L341
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L366
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L400
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build:
test/unit/ACLProcessorTest.cs#L433
The call is ambiguous between the following methods or properties: 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)' and 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string, bool)'
|
build
ProjectReference 'D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\SharpHoundCommonLib.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
|
build
ProjectReference 'D:\a\SharpHoundCommon\SharpHoundCommon\src\SharpHoundRPC\SharpHoundRPC.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
|
build:
src/CommonLib/LdapConnectionPool.cs#L22
Field 'LdapConnectionPool._semaphore' is never assigned to, and will always have its default value null
|
build:
test/unit/UserRightsAssignmentProcessorTest.cs#L81
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.
|
build:
test/unit/Facades/FacadeHelpers.cs#L13
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
test/unit/LocalGroupProcessorTest.cs#L129
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.
|
build:
test/unit/ComputerSessionProcessorTest.cs#L215
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.
|
build:
test/unit/AsyncEnumerableTests.cs#L79
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.
|
build:
test/unit/AsyncEnumerableTests.cs#L89
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.
|
build:
test/unit/ComputerSessionProcessorTest.cs#L234
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.
|