PackagingIssue Class

Definition

Represents an issue encountered while packaging.

public sealed record PackagingIssue(string Code, string Message, PackagingIssueSeverity Severity) : IEquatable<PackagingIssue>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)