-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[blazor] Boot handled by dotnet.js #47752
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
Conversation
@@ -19,7 +19,7 @@ public class BootResourceCachingTest | |||
: ServerTestBase<AspNetSiteServerFixture> | |||
{ | |||
// The cache name is derived from the application's base href value (in this case, '/') | |||
private const string CacheName = "blazor-resources-/"; | |||
private const string CacheName = "dotnet-resources-/"; |
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.
This will force one time DLL re-download. I think it's fine.
@javiercn any objections, it would be good to get this in soon |
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.
Looks good to me, @MackinnonBuck can you take a look at it too?
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.
Looks good!
Uh oh!
There was an error while loading. Please reload this page.