Skip to content
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

[browser] Don't cache index.html during development #111268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maraf
Copy link
Member

@maraf maraf commented Jan 10, 2025

Incorporate changes from dotnet/aspnetcore#59340
Longer term plan is to unify the dev servers

@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm labels Jan 10, 2025
@maraf maraf added this to the 10.0.0 milestone Jan 10, 2025
@maraf maraf requested review from javiercn and ilonatommy January 10, 2025 09:11
@maraf maraf self-assigned this Jan 10, 2025
@@ -67,7 +67,6 @@ public static void Configure(IApplicationBuilder app, IOptions<DevServerOptions>
ServeUnknownFileTypes = true,
});

app.UseRouting();
Copy link
Member Author

Choose a reason for hiding this comment

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

This call was a duplicate (see line 61)

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants