Provide support for exposing .NET classes to COM through source generation (#83755)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Tue, 28 Mar 2023 18:01:18 +0000 (11:01 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 18:01:18 +0000 (11:01 -0700)
commitce4857970dff1e987a3991238c8b32e8eae3cab7
treeca23c535e1528d79112b4d08a7f7a394cbb1f85d
parent3a28f6e0b55d3c3f8da83a235d8f5112a30aac34
Provide support for exposing .NET classes to COM through source generation (#83755)
25 files changed:
src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/ComClassGenerator.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/ComInterfaceGenerator.cs
src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/IncrementalValuesProviderExtensions.cs
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/TypeNames.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/ComExposedClassAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/ComObject.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/DefaultCaching.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/DefaultIUnknownInterfaceDetailsStrategy.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/GeneratedComClassAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/GeneratedComInterfaceAttribute.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/GeneratedComWrappersBase.cs [deleted file]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IComExposedClass.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IComExposedDetails.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IIUnknownCacheStrategy.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IIUnknownDerivedDetails.cs [moved from src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IUnknownDerivedDetails.cs with 82% similarity]
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IIUnknownInterfaceDetailsStrategy.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IIUnknownInterfaceType.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/IUnknownDerivedAttribute.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/StrategyBasedComWrappers.cs
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/GeneratedComClassTests.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/IComInterface1.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwTests.cs
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Unit.Tests/ComClassGeneratorOutputShape.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Unit.Tests/GeneratedComInterfaceAnalyzerTests.cs
src/libraries/System.Runtime.InteropServices/tests/TestAssets/NativeExports/ComInterfaces.cs