Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public static class KnownResourceStateStyles
/// <summary>
/// The warn state. Useful for showing warnings.
Copy link

Copilot AI Oct 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The XML documentation comment says 'The warn state' but the value is now 'warning'. Consider updating the comment to match: 'The warning state. Useful for showing warnings.' to maintain consistency between the member name, its value, and the documentation.

Suggested change
/// The warn state. Useful for showing warnings.
/// The warning state. Useful for showing warnings.

Copilot uses AI. Check for mistakes.
/// </summary>
public static readonly string Warn = "warn";
public static readonly string Warn = "warning";
}

/// <summary>
Expand Down