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

ExperimentalAttribute

Indicates that an API is experimental and it may change in the future.
public string DiagnosticId { get; }

Gets the ID that the compiler will use when reporting a use of the API the attribute applies to.

public string UrlFormat { get; set; }

Gets or sets the URL for corresponding documentation. The API accepts a format string instead of an actual URL, creating a generic URL that includes the diagnostic ID.

public ExperimentalAttribute(string diagnosticId)

Initializes a new instance of the ExperimentalAttribute class, specifying the ID that the compiler will use when reporting a use of the API the attribute applies to.