<PackageReference Include="Serilog" Version="4.4.0-dev-02437" />

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(); } }