<PackageReference Include="System.IO.Hashing" Version="11.0.0-preview.6.26359.118" />

System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class MaybeNullWhenAttribute : Attribute { public bool ReturnValue { get; } public MaybeNullWhenAttribute(bool returnValue); } }