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

System.Diagnostics.CodeAnalysis.UnscopedRefAttribute

Used to indicate a byref escapes and is not scoped.
namespace System.Diagnostics.CodeAnalysis { internal sealed class UnscopedRefAttribute : Attribute { public UnscopedRefAttribute(); } }