<PackageReference Include="Azure.Core" Version="1.45.0" />

System.Diagnostics.CodeAnalysis.NotNullAttribute

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