<PackageReference Include="Serilog" Version="4.3.1-dev-02406" />

System.Runtime.InteropServices.SuppressGCTransitionAttribute

An attribute used to indicate a GC transition should be skipped when making an unmanaged function call.
namespace System.Runtime.InteropServices { internal sealed class SuppressGCTransitionAttribute : Attribute { public SuppressGCTransitionAttribute(); } }