<PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0-rc.1.25451.107" />

System.Diagnostics.CodeAnalysis.AllowNullAttribute

sealed class AllowNullAttribute : Attribute
Specifies that null is allowed as an input even if the corresponding type disallows it.
namespace System.Diagnostics.CodeAnalysis { internal sealed class AllowNullAttribute : Attribute { public AllowNullAttribute(); } }