Open
Quarantine scoped CSS compatibility publish for Razor regression#56134
Conversation
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix scoped CSS compatibility publish timeout during rzc generate
Quarantine scoped CSS compatibility publish for Razor regression
Sep 4, 2026
nagilson
approved these changes
Sep 4, 2026
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a minimal, targeted test quarantine consistent with the existing quarantine pattern in the same test class and does not alter product code behavior.
Pull request overview
Quarantines the scoped CSS publish backwards-compatibility integration test that intermittently fails during rzc generate for mixed .cshtml/.razor projects targeting net5.0, aligning it with the existing quarantine of the equivalent build compatibility test (same Roslyn tracking issue).
Changes:
- Mark
ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersionsas ignored underhttps://github.com/dotnet/roslyn/issues/85132. - Keep the publish compatibility scenario in-tree for easy re-enable once the upstream regression is resolved.
File summaries
| File | Description |
|---|---|
| test/Microsoft.NET.Sdk.StaticWebAssets.Tests/ScopedCssIntegrationTests.cs | Quarantines the scoped CSS publish compatibility test using the same ignore tracking link as the corresponding build compatibility test. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
akoeplinger
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scoped CSS compatibility publish test intermittently fails during
rzc generatedue to the known Razor regression affecting mixed.cshtmland.razorprojects targeting .NET 5.