<PackageReference Include="System.IO.Pipelines" Version="10.0.0-rc.2.25502.107" />

System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute

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