InedoSDK Reference
Version:

ProGetReleaseIssueInfo Class

Contains information about a project release issue in ProGet.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.ProGetReleaseIssueInfo

Syntax

public sealed class ProGetReleaseIssueInfo : IEquatable<T>

Constructors

Name Description
ProGetReleaseIssueInfo(PUrl PackageId, int Number, bool Resolved, string Type, string Description)

Contains information about a project release issue in ProGet.

Properties

Name Description
Description

Description of the issue.

Number

Number of the issue.

PackageId

Unique identifier of the associated package.

Resolved

Value indicating whether the issue has been resolved.

Type

Type of the issue.