Skip to content

Conversation

@davidwengier
Copy link
Member

Fixes #12260
Fixes #10200

First commit fixes a stupid bug I introduced which caused our settings to just not work. Sometimes it seems they would migrate from the legacy settings, but it was pretty hit and miss.

In manual testing, I then ran into #10200 which I'd forgotten that I'd logged a while ago, but with the benefit of time now that the old options screen is gone completely, the fix is really easy. Seems the legacy settings were just delayed as compared to UI events in the unified settings experience, but we can now just read directly from unified settings. Then I cleaned up a bit.

@davidwengier davidwengier requested a review from a team as a code owner September 24, 2025 03:39
@davidwengier
Copy link
Member Author

/backport to release/dev18.0

@github-actions
Copy link
Contributor

Started backporting to release/dev18.0: https://github.com/dotnet/razor/actions/runs/17965605312

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

@davidwengier davidwengier merged commit 60c2771 into dotnet:main Sep 24, 2025
11 checks passed
@davidwengier davidwengier deleted the FixOptions branch September 24, 2025 21:43
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Sep 24, 2025
davidwengier added a commit that referenced this pull request Sep 25, 2025
…nce (#12263)

Backport of #12262 to release/dev18.0

/cc @davidwengier

## Customer Impact

## Regression

- [ ] Yes
- [ ] No

[If yes, specify when the regression was introduced. Provide the PR or
commit if known.]

## Testing

[How was the fix verified? How was the issue missed previously? What
tests were added?]

## Risk

[High/Medium/Low. Justify the indication by mentioning how risks were
measured and addressed.]
chsienki added a commit that referenced this pull request Oct 3, 2025
Reverts #12262

Reverting this while we understand if it's the cause of the fault issues
in RPS.
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.

Keep tabs not working for Razor pages Changes to our options, in Unified Settings at least, are delayed

3 participants