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

RequiredMemberAttribute

Specifies that a type has required members or that a member is required.
using System.Diagnostics.CodeAnalysis; namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = false)] [ExcludeFromCodeCoverage] internal sealed class RequiredMemberAttribute : Attribute { } }