Skip to content

Fix build#127092

Open
radekdoulik wants to merge 1 commit intodotnet:mainfrom
radekdoulik:fix-build
Open

Fix build#127092
radekdoulik wants to merge 1 commit intodotnet:mainfrom
radekdoulik:fix-build

Conversation

@radekdoulik
Copy link
Copy Markdown
Member

src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs(882,5): error IDE0036: Modifiers are not ordered (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0036)

@radekdoulik radekdoulik added this to the Future milestone Apr 17, 2026
Copilot AI review requested due to automatic review settings April 17, 2026 19:48
@radekdoulik radekdoulik enabled auto-merge (squash) April 17, 2026 19:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Resolves a build/style analyzer failure in System.Private.CoreLib by fixing C# modifier ordering on a nested type in ValueTask.

Changes:

  • Reordered modifiers on ValueTaskSourceNotifier to satisfy IDE0036 (“Modifiers are not ordered”).

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

4 participants