Skip to content

Bring back logic to remove unwanted env variables #20326

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

Merged
merged 1 commit into from
Mar 30, 2020
Merged

Bring back logic to remove unwanted env variables #20326

merged 1 commit into from
Mar 30, 2020

Conversation

captainsafia
Copy link
Member

This PR reverts part of the changes made in #19980.

The invocation of ConfigureWebHostDefaults in the new DebugProxyHost builder invokes this extension method. That extension method invokes the ConfigureWebHost extension method.

That method in turn calls the constructor for GenericWebHostBuilder which in turn adds the environment variables here.

Addresses #20308

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Mar 30, 2020
@captainsafia captainsafia added this to the blazor-wasm-3.2-preview4 milestone Mar 30, 2020
Copy link
Member

@SteveSandersonMS SteveSandersonMS left a comment

Choose a reason for hiding this comment

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

Excellent - thanks for the quick turnaround on this!

@captainsafia captainsafia merged commit cba5387 into dotnet:blazor-wasm Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants