Skip to content

Quarantine scoped CSS compatibility publish for Razor regression - #56134

Open
nagilson with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-scoped-css-publish-timeout
Open

Quarantine scoped CSS compatibility publish for Razor regression#56134
nagilson with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-scoped-css-publish-timeout

Conversation

Copilot AI commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The scoped CSS compatibility publish test intermittently fails during rzc generate due to the known Razor regression affecting mixed .cshtml and .razor projects targeting .NET 5.

  • Test quarantine
    • Skip the publish compatibility test under the same Roslyn tracking issue as its equivalent build test.
    • Keep the scenario available for re-enabling once the upstream regression is resolved.

@azure-pipelines

Copy link
Copy Markdown
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
Copilot AI requested a review from nagilson September 4, 2026 18:21
@nagilson
nagilson marked this pull request as ready for review September 4, 2026 22:56
@nagilson
nagilson requested a review from a team as a code owner September 4, 2026 22:56
Copilot AI lite review requested due to automatic review settings September 4, 2026 22:56
@azure-pipelines

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 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_WithPreviousVersions as ignored under https://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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AI discovered CI] Scoped CSS compatibility publish fails during rzc generate

4 participants