Javier Calvarro Nelson

Results 370 comments of Javier Calvarro Nelson

@Varin6 thanks for contacting us. I think there might be some issues in your configuration or I am missing something. The initializers are fetched relative to the document. [Here](https://github.com/dotnet/aspnetcore/blob/main/src/Components/Web.JS/src/JSInitializers/JSInitializers.Server.ts#L8) is...

@Varin6 thanks for the additional details. Here are some thoughts: There are two types of links that you can have in a document: * Absolute links, which can contain scheme,host,port,path,...

@Varin6 no problem, this topic is complicated, it has come up several times and was due a more detailed write up that explained how things worked and why they work...

I think I ran into this in my prototype, but there's an easy solution for it. We create a cert every time we spin up a .NET project, we can...

@rynowak thanks for reporting for duty. I imagine this is not only true for Blazor but for Websockets/SignalR in general. Is there something we can do here to "disconnect" the...

@rynowak you bring up good points. I'm not super familiar with the activity id APIs, but In general I believe the fix here is to "detach it" from the original...

@Rick-Anderson sounds fine with me. /cc: @captainsafia

@ziaulhasanhamim thanks for contacting us. Could you provide a minimal repro project as a public github repository with detailed steps on how to trigger the issue so that we can...

This is failing to wait for the navigation to be intercepted.

@HaoK do you think we can apply the recommendations [here](https://playwright.dev/docs/ci#caching-browsers) and [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/release/caching?view=azure-devops) to avoid downloading the browsers from external sources when possible?