From b8347199f60c580806c5b366062ce1af5f51f134 Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Wed, 15 Sep 2021 16:02:39 -0700 Subject: [PATCH 1/2] Update with COMWrapper API usage tutorial We point developers to this page when they run into trimming issues with build-in COM interop. Adding a link to COMWrapper tutorial to help with trimming and AOT --- docs/standard/native-interop/cominterop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/standard/native-interop/cominterop.md b/docs/standard/native-interop/cominterop.md index 6fa2e0f69cbed..c188afcd34362 100644 --- a/docs/standard/native-interop/cominterop.md +++ b/docs/standard/native-interop/cominterop.md @@ -12,3 +12,4 @@ The Component Object Model (COM) lets an object expose its functionality to othe - [COM Callable Wrappers](./com-callable-wrapper.md) - [Runtime Callable Wrappers](./runtime-callable-wrapper.md) - [Qualifying .NET Types for COM Interoperation](./qualify-net-types-for-interoperation.md) +- [Trimmer and Native AOT-friendly COM interop](./tutorial-comwrappers/md) From 6c1081d4b09aa47d6f912467cc4321ccaeb52f1f Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Wed, 15 Sep 2021 16:08:31 -0700 Subject: [PATCH 2/2] Update cominterop.md --- docs/standard/native-interop/cominterop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/native-interop/cominterop.md b/docs/standard/native-interop/cominterop.md index c188afcd34362..7144ffd7f221b 100644 --- a/docs/standard/native-interop/cominterop.md +++ b/docs/standard/native-interop/cominterop.md @@ -12,4 +12,4 @@ The Component Object Model (COM) lets an object expose its functionality to othe - [COM Callable Wrappers](./com-callable-wrapper.md) - [Runtime Callable Wrappers](./runtime-callable-wrapper.md) - [Qualifying .NET Types for COM Interoperation](./qualify-net-types-for-interoperation.md) -- [Trimmer and Native AOT-friendly COM interop](./tutorial-comwrappers/md) +- [Trimmer and Native AOT-friendly COM interop](./tutorial-comwrappers.md)