We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73768c2 commit d17ec72Copy full SHA for d17ec72
template_feed/content/Microsoft.CheckTemplate/Check1.cs
@@ -6,12 +6,12 @@ namespace Company.CheckTemplate
6
{
7
public sealed class Check1 : Check
8
9
- public static BuildCheckRule SupportedRule = new CheckRule(
+ public static CheckRule SupportedRule = new CheckRule(
10
"X01234",
11
"Title",
12
"Description",
13
"Message format: {0}",
14
- new BuildCheckConfiguration());
+ new CheckConfiguration());
15
16
public override string FriendlyName => "Company.Check1";
17
0 commit comments