Skip to content

[release/11.0-preview7] Update BootJsonData generation to account for runtimeconfig.dev.json#131224

Merged
lewing merged 8 commits into
release/11.0-preview7from
backport/pr-130825-to-release/11.0-preview7
Jul 23, 2026
Merged

[release/11.0-preview7] Update BootJsonData generation to account for runtimeconfig.dev.json#131224
lewing merged 8 commits into
release/11.0-preview7from
backport/pr-130825-to-release/11.0-preview7

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Backport of #130825 to release/11.0-preview7

/cc @maraf @copilot

Customer Impact

  • Customer reported
  • Found internally

[Select one or both of the boxes. Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number.]

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.]

IMPORTANT: If this backport is for a servicing release, please verify that:

  • For .NET 8 and .NET 9: The PR target branch is release/X.0-staging, not release/X.0.
  • For .NET 10+: The PR target branch is release/X.0 (no -staging suffix).

Package authoring no longer needed in .NET 9

IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.

Copilot AI and others added 8 commits July 22, 2026 15:55
When RuntimeConfigJsonPath is set and IsPublish is false, also check
for a runtimeconfig.dev.json file alongside the main config. If found,
merge its configProperties into the result, with dev values overriding
main config values. This allows the SDK to use runtimeconfig.dev.json
to set Hot Reload related switches in debug builds.

Fixes #130823
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: b49d3786-9f03-4fd3-8076-28a73d639686
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
13 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@maraf maraf added arch-wasm WebAssembly architecture os-browser Browser variant of arch-wasm labels Jul 22, 2026
@maraf maraf added this to the 11.0.0 milestone Jul 22, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to 'arch-wasm': @lewing, @pavelsavara
See info in area-owners.md if you want to be subscribed.

@maraf

maraf commented Jul 23, 2026

Copy link
Copy Markdown
Member

/ba-g Failures are not related

@lewing
lewing merged commit 263a47f into release/11.0-preview7 Jul 23, 2026
184 of 192 checks passed
@lewing
lewing deleted the backport/pr-130825-to-release/11.0-preview7 branch July 23, 2026 12:30
@dotnet-milestone-bot dotnet-milestone-bot Bot modified the milestones: 11.0.0, 11.0-preview7 Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants