<PackageReference Include="SSH.NET" Version="2024.2.0" />

NotNullAttribute

sealed class NotNullAttribute : Attribute
Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.
namespace System.Diagnostics.CodeAnalysis { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, Inherited = false)] [ExcludeFromCodeCoverage] internal sealed class NotNullAttribute : Attribute { } }