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

Generate an 'out' local variable for unmanaged to managed stubs when the value needs to be marshalled out to unmanaged #89139

Closed
wants to merge 31 commits into from

Remove commented code

ee7de7f
Select commit
Loading
Failed to load commit list.
Closed

Generate an 'out' local variable for unmanaged to managed stubs when the value needs to be marshalled out to unmanaged #89139

Remove commented code
ee7de7f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build Libraries Build linux_musl arm64 Release) failed Jul 18, 2023 in 13m 42s

Build Libraries Build linux_musl arm64 Release failed

Annotations

Check failure on line 185 in src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build Libraries Build linux_musl arm64 Release)

src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs#L185

src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs(185,32): error SYSLIB1095: (NETCORE_ENGINEERING_TELEMETRY=Build) Class 'ComInterfaceGenerator.Tests.ComInterfaces.IBoolImpl' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for 'ComInterfaceGenerator.Tests.ComInterfaces.IBoolImpl'.

Check failure on line 185 in src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build Libraries Build linux_musl arm64 Release)

src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs#L185

src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs(185,44): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'IBool' could not be found (are you missing a using directive or an assembly reference?)