From d2d5eb5944cb41d6e1828e4fefceaca93e86c9d8 Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Tue, 8 Nov 2022 23:08:44 +0100 Subject: [PATCH] Add SuppressGCTransitionAttribute to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9140bb3..ac7a1ba 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ It also includes the following optional runtime-supported polyfills: - `[TargetPlatform]` - `[UnsupportedOSPlatform]` - `[UnsupportedOSPlatformGuard]` +- `[SuppressGCTransition]` (see [here](https://devblogs.microsoft.com/dotnet/improvements-in-native-code-interop-in-net-5-0/)) # Options ⚙️