-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/9.0] [browser] Make boot json file name configurable #108708
Merged
jeffschwMSFT
merged 6 commits into
dotnet:release/9.0
from
maraf:BrowserBootConfigFileName90
Oct 11, 2024
Merged
[release/9.0] [browser] Make boot json file name configurable #108708
jeffschwMSFT
merged 6 commits into
dotnet:release/9.0
from
maraf:BrowserBootConfigFileName90
Oct 11, 2024
Conversation
This file contains 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
maraf
added
arch-wasm
WebAssembly architecture
area-Build-mono
os-browser
Browser variant of arch-wasm
labels
Oct 9, 2024
maraf
changed the title
[browser] Make boot json file name configurable
[release/9.0] [browser] Make boot json file name configurable
Oct 9, 2024
ilonatommy
approved these changes
Oct 9, 2024
lewing
approved these changes
Oct 9, 2024
lewing
requested changes
Oct 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the current form this will break the sdk tests, please stage a fix for that. I would still like to take this but lets have everything ready first.
lewing
approved these changes
Oct 10, 2024
Open
3 tasks
leecow
added
Servicing-approved
Approved for servicing release
and removed
Servicing-consider
Issue for next servicing release review
labels
Oct 10, 2024
@maraf can you take a look at the pr failures? |
All green now |
This was referenced Oct 11, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-wasm
WebAssembly architecture
area-Build-mono
os-browser
Browser variant of arch-wasm
Servicing-approved
Approved for servicing release
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.
Backport of #108281 to release/9.0
/cc @lewing @maraf
Customer Impact
A late customer (Uno) "feature" request. The default value of "blazor.boot.json" is a relic from SDK migration but changing it or having it configurable was no priority until Uno started to use our build system.
Regression
Testing
Automated. We have a lot of tests in runtime repository and SDK repository to cover correct placement and content of boot config.
Risk
Low. Based on amount of test we have and the fact that default values remain unchanged.