We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf11e4 commit 41a8f6cCopy full SHA for 41a8f6c
1 file changed
TUnit.AspNetCore.Analyzers/DiagnosticIds.cs
@@ -10,6 +10,10 @@ namespace TUnit.AspNetCore.Analyzers;
10
/// </summary>
11
public static class DiagnosticIds
12
{
13
+ // NOTE: "TUnit0062" collides with TUnit.Analyzers.DiagnosticIds.CancellationTokenMustBeLastParameter.
14
+ // Pre-existing (both Rules.cs files shipped this literal); .editorconfig severity for TUnit0062
15
+ // affects both rules in projects referencing both analyzers. Renumbering is a user-facing change
16
+ // tracked separately from #6157.
17
public const string FactoryAccessedTooEarly = "TUnit0062";
18
public const string GlobalFactoryMemberAccess = "TUnit0063";
19
public const string DirectWebApplicationFactoryInheritance = "TUnit0064";
0 commit comments