2 writes to MessageFormat
Microsoft.Build (2)
BuildCheck\API\CheckRule.cs (2)
33
MessageFormat
= messageFormat;
56
MessageFormat
= messageFormat;
3 references to MessageFormat
Microsoft.Build (3)
BuildCheck\API\BuildCheckResult.cs (3)
52
public string MessageFormat => CheckRule.
MessageFormat
;
57
? $"https://aka.ms/buildcheck/codes#{CheckRule.Id} - {string.Format(CheckRule.
MessageFormat
, MessageArgs)}"
60
string.Format(CheckRule.
MessageFormat
, MessageArgs);