Skip to content

Commit b506f29

Browse files
committed
Fix test
1 parent dd7fb34 commit b506f29

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
Diagnostics: [
33
{
4-
Id: BTDB0001,
5-
Title: Must use CollectionExpression syntax for ConstructorParameters,
6-
Severity: Error,
7-
WarningLevel: 0,
8-
Location: : (7,70)-(7,90),
9-
MessageFormat: Must use CollectionExpression syntax for ConstructorParameters,
4+
Location: /*
5+
6+
[BTDB.GenerateFor(typeof(Logger), ConstructorParameters = new [] {typeof(int)})]
7+
^^^^^^^^^^^^^^^^^^^^
8+
public class Logger: ILogger
9+
*/
10+
: (7,70)-(7,90),
1011
Message: Must use CollectionExpression syntax for ConstructorParameters,
11-
Category: BTDB
12+
Severity: Error,
13+
Descriptor: {
14+
Id: BTDB0001,
15+
Title: Must use CollectionExpression syntax for ConstructorParameters,
16+
MessageFormat: Must use CollectionExpression syntax for ConstructorParameters,
17+
Category: BTDB,
18+
DefaultSeverity: Error,
19+
IsEnabledByDefault: true
20+
}
1221
}
1322
]
1423
}

0 commit comments

Comments
 (0)