We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6526ba commit f0153c6Copy full SHA for f0153c6
1 file changed
src/Common/Experimentals.cs
@@ -39,6 +39,12 @@ internal static class Experimentals
39
/// <summary>
40
/// Diagnostic ID for the experimental MCP Extensions feature.
41
/// </summary>
42
+ /// <remarks>
43
+ /// This uses the same diagnostic ID as <see cref="Tasks_DiagnosticId"/> because both
44
+ /// Tasks and Extensions are covered by the same MCPEXP001 diagnostic for experimental
45
+ /// MCP features. Having separate constants improves code clarity while maintaining a
46
+ /// single diagnostic suppression point.
47
+ /// </remarks>
48
public const string Extensions_DiagnosticId = "MCPEXP001";
49
50
0 commit comments