Javier Calvarro Nelson

Results 32 issues of Javier Calvarro Nelson

Starting in .NET 9.0 all static web assets that are build/published will be compressed by default. We don't compress formats that are already compressed like images, videos, etc. Changes are...

untriaged
Area-AspNetCore

# Dealing with HTTP Caching Issues When Upgrading Blazor Applications Across Major Versions When Blazor applications are incorrectly upgraded or configured, it can result in non-seamless upgrades for existing users....

Docs
area-blazor

# History Serving files in ASP.NET Core following production best practices requires a significant amount of work and technical expertise. This usually means that users end up delivering files to...

enhancement
area-blazor
Priority:0
Pillar: Technical Debt

### Description We updated our support for authentication in Blazor Webassembly applications to rely on the history state instead of query strings in the URL. As a result of that,...

Breaking change
Documented
7.0.0

# Improved end to end testing support for MVC applications In this release we have created a new package Microsoft.AspNetCore.Mvc.Testing to help streamline end to end testing of MVC applications...

Announcement
2.1.0

### Describe the Problem Using NodeJS and similar tools is very common in web projects including the templates that we support out of the box for building single page applications...

enhancement
area-samples

I think the only action left here is to look at how we deal with the URL we received. We should check that we are decoding it before trying to...

t/bug
area/blazor 🕸️
s/verified
s/triaged
discussed
Priority:1

The PR adds a new `MapStaticAssetEndpoints` routerware that reads a manifest generated at build / publish time and maps the endpoints defined in the manifest to the files in the...

area-blazor

Adds an API to describe the current host render mode if any a component is running in. Fixes https://github.com/dotnet/aspnetcore/issues/49401 Sample usage: ```razor @_message @code { private string _message = "";...

area-blazor

We need a few runtime APIs to consume the static web asset endpoints manifest in different locations: * API to read the manifest and map it to a list of...

area-mvc
area-blazor
api-ready-for-review