<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.2.26159.112" />

System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class NotNullIfNotNullAttribute : Attribute { public string ParameterName { get; } public NotNullIfNotNullAttribute(string parameterName); } }