Skip to content

[release/9.0] [browser][host] Include system environment variables when resolving ASPNETCORE_URLS#107392

Merged
lewing merged 1 commit intorelease/9.0from
backport/pr-107293-to-release/9.0
Sep 10, 2024
Merged

[release/9.0] [browser][host] Include system environment variables when resolving ASPNETCORE_URLS#107392
lewing merged 1 commit intorelease/9.0from
backport/pr-107293-to-release/9.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Sep 5, 2024

Backport of #107293 to release/9.0

/cc @maraf

Customer Impact

  • Customer reported
  • Found internally

The issue effects customers using wasmbrowser experimental template from Visual Studio. Visual Studio generates launchSettings.json with generated port numbers. The expected behavior is to use these generated port numbers when starting web server. The actual behavior was that the generated port numbers were ignored, because the environment variable provided by Visual Studio wasn't read.

Discovered by internal manual testing and by customer reported on discord.

Regression

  • Yes
  • No

Regression from #104557

Testing

Verified manually running the test scenario from Visual Studio

Risk

Low. The affected code is used only by experimental templates.

@ghost ghost added the area-Build-mono label Sep 5, 2024
@maraf maraf self-assigned this Sep 5, 2024
@maraf maraf added arch-wasm WebAssembly architecture os-browser Browser variant of arch-wasm labels Sep 5, 2024
@maraf maraf added this to the 9.0.0 milestone Sep 5, 2024
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

@lewing lewing added the Servicing-approved Approved for servicing release label Sep 10, 2024
@lewing lewing merged commit 30eaaf2 into release/9.0 Sep 10, 2024
@lewing lewing deleted the backport/pr-107293-to-release/9.0 branch September 10, 2024 00:09
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants