<PackageReference Include="Grpc.Net.Client" Version="2.83.0-pre1" />

System.Diagnostics.CodeAnalysis.MaybeNullAttribute

sealed class MaybeNullAttribute : Attribute
Specifies that an output may be null even if the corresponding type disallows it.
namespace System.Diagnostics.CodeAnalysis { internal sealed class MaybeNullAttribute : Attribute { public MaybeNullAttribute(); } }