Skip to content

Commit

Permalink
added Build as one of WellKnownDiagnosticTags (changeset 1274326)
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang committed Jun 20, 2014
1 parent db7c3c7 commit 5689b8b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ public static class WellKnownDiagnosticTags
/// Indicates that the diagnostic is related to edit and continue.
/// </summary>
public const string EditAndContinue = "EditAndContinue";

/// <summary>
/// Indicates that the diagnostic is related to build.
/// </summary>
public const string Build = "Build";
}
}

0 comments on commit 5689b8b

Please sign in to comment.