Skip to content

Commit 0873523

Browse files
Copilotlinkdotnet
andcommitted
docs: Add comment explaining public DiagnosticDescriptors class
Co-authored-by: linkdotnet <[email protected]>
1 parent a9d7ed0 commit 0873523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bunit.analyzers/DiagnosticDescriptors.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace Bunit.Analyzers;
44

55
/// <summary>
66
/// Diagnostic descriptors for bUnit analyzers.
7+
/// Public to allow testing frameworks to reference diagnostic IDs and descriptors.
78
/// </summary>
89
public static class DiagnosticDescriptors
910
{

0 commit comments

Comments
 (0)