ProviderIssueLimits.

MaxIssuesToPost Property

Summary

Gets or sets the number of issues which should be posted at maximum for the specific IIssueProvider. Issues are filtered by Priority and issues with an AffectedFileRelativePath are prioritized. Default is null which won't set a limit. Use MaxIssuesToPostAcrossRuns to set a limit across multiple runs.

Syntax

public Nullable<int> MaxIssuesToPost { get; set; }

Value

Type Description
Nullable<int>