File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Code/src/Synnotech.Migrations.Core.Analyzers/Int64TimestampVersions Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ public static class Descriptors
1616 /// Gets the diagnostic descriptor for rule SM1000
1717 /// </summary>
1818 public static readonly DiagnosticDescriptor MissingMigrationVersionAttribute =
19- new ( "SM1000" ,
20- "Apply the Int64Timestamp Migration Version" ,
21- "This migration will not be picked up by the migration engine because the migration version attribute is missing" ,
22- Category ,
23- DiagnosticSeverity . Info ,
24- true ) ;
19+ new DiagnosticDescriptor ( "SM1000" ,
20+ "Apply the Int64Timestamp Migration Version" ,
21+ "This migration will not be picked up by the migration engine because the migration version attribute is missing" ,
22+ Category ,
23+ DiagnosticSeverity . Info ,
24+ true ) ;
2525 }
2626}
You can’t perform that action at this time.
0 commit comments