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

System.Runtime.CompilerServices.ParamCollectionAttribute

Indicates that a method will allow a variable number of arguments in its invocation.
namespace System.Runtime.CompilerServices { internal sealed class ParamCollectionAttribute : Attribute { public ParamCollectionAttribute(); } }