<PackageReference Include="OpenTelemetry" Version="1.19.0" />

System.Diagnostics.CodeAnalysis.NotNullWhenAttribute

Specifies that when a method returns ReturnValue, the parameter will not be null even if the corresponding type allows it.
namespace System.Diagnostics.CodeAnalysis { }