Javier Calvarro Nelson
Javier Calvarro Nelson
I have been looking at our test code, and unfortunately this was happening inside the process that we launched, so I do not think we can take any action here....
@kmjungersen please file a separate ticket through the Visual Studio report a problem dialog. The issue you are describing is unrelated to the original issue described here.
This issue is related to the SpaExtensions package, we recommend migrating to use SpaProxy for development and `UseStaticFiles` directly as the new templates do.
@ghidalgo3 the intention of opening and detailing these issues is to update the docs, we collaborate with our docs teams to figure out the language, grammar, etc. Since we are...
For reference here: I believe the issue is that we generate a new HTTPS cert for each test and that causes issues on chrome. We can generate a single HTTPS...
This is a request for the template engine
@wbaldoumas thanks for contacting us. That seems to me like a bootstrap behavior. Does this reproduce in other browsers? Does this reproduce in a document without blazor?
Closing in favor of https://github.com/dotnet/aspnetcore/pull/54667
@Fydar thanks for contacting us. I did a bunch of "archeology" and it seems that this was done 8 years ago [here](https://github.com/dotnet/aspnetcore/commit/cd4afdc08384fe3fd255ae08fd4c62cdd7c3ee32). I'm not 100% sure what the reasoning at...
@WhitWaldo thanks for contacting us. This is already possible. For a sample that does something similar to what you are looking for see https://github.com/javiercn/BlazorWebNonceService In essence, your service can persist...