Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .NET6/7 SafeHandle marshalling logic #91765

Closed

Remove .NET6/7 SafeHandle marshalling logic

1fde7db
Select commit
Loading
Failed to load commit list.
Closed

Remove .NET6/7 SafeHandle marshalling logic #91765

Remove .NET6/7 SafeHandle marshalling logic
1fde7db
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Azure Pipelines / runtime failed Sep 8, 2023 in 2h 27m 7s

Build #20230907.106 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 2,508,361 (98.21%)
  • Other: 45,804 (1.79%)
  • Total: 2,554,167

Annotations

Check failure on line 0 in CSC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

CSC#L0

CSC(0,0): error CS8785: (NETCORE_ENGINEERING_TELEMETRY=Build) Generator 'LibraryImportGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'NullReferenceException' with message 'Object reference not set to an instance of an object.'

Check failure on line 13 in src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs#L13

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs(13,42): error CS8795: (NETCORE_ENGINEERING_TELEMETRY=Build) Partial method 'Interop.BCrypt.BCryptCloseAlgorithmProvider(IntPtr, int)' must have an implementation part because it has accessibility modifiers.

Check failure on line 14 in src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs#L14

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs(14,42): error CS8795: (NETCORE_ENGINEERING_TELEMETRY=Build) Partial method 'Interop.BCrypt.BCryptOpenAlgorithmProvider(out SafeBCryptAlgorithmHandle, string, string?, Interop.BCrypt.BCryptOpenAlgorithmProviderFlags)' must have an implementation part because it has accessibility modifiers.

Check failure on line 13 in src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptGenerateSymmetricKey.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptGenerateSymmetricKey.cs#L13

src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptGenerateSymmetricKey.cs(13,49): error CS8795: (NETCORE_ENGINEERING_TELEMETRY=Build) Partial method 'Interop.BCrypt.BCryptGenerateSymmetricKey(SafeBCryptAlgorithmHandle, out SafeBCryptKeyHandle, IntPtr, int, byte*, int, uint)' must have an implementation part because it has accessibility modifiers.

Check failure on line 1 in System.Buffers.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Buffers.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Collections.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Collections.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.