Skip to content

Commit 41a8f6c

Browse files
committed
docs: note pre-existing TUnit0062 ID collision with TUnit.Analyzers
Surfaced by review on #6158; renumbering is user-facing and tracked separately.
1 parent 1cf11e4 commit 41a8f6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TUnit.AspNetCore.Analyzers/DiagnosticIds.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ namespace TUnit.AspNetCore.Analyzers;
1010
/// </summary>
1111
public static class DiagnosticIds
1212
{
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.
1317
public const string FactoryAccessedTooEarly = "TUnit0062";
1418
public const string GlobalFactoryMemberAccess = "TUnit0063";
1519
public const string DirectWebApplicationFactoryInheritance = "TUnit0064";

0 commit comments

Comments
 (0)