<PackageReference Include="OpenTelemetry.Api" Version="1.15.1" />

System.Diagnostics.CodeAnalysis.NotNullAttribute

sealed class NotNullAttribute : Attribute
Specifies that an output is not null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.
namespace System.Diagnostics.CodeAnalysis { internal sealed class NotNullAttribute : Attribute { public NotNullAttribute(); } }