aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Results 1155 aspnetcore issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I create a Blazor web application via the Blazor Web...

area-blazor
Needs: Attention :wave:

# Fix Prefix Matching Logic in PrefixContainer ## Description This PR modifies the `BinarySearch` method in `PrefixContainer` to ensure that an exact match of a prefix does not incorrectly qualify...

area-mvc
community-contribution
pending-ci-rerun

## Background and Motivation On a machine that supports IPv6, listening to `Any`, rather than `IPv6Any` will either not work or be slower than necessary. For HTTP/1.x and 2/0, a...

area-mvc
api-suggestion
analyzer

## Background and Motivation With the introduction of top-level statements in .NET 6, there is not longer an explicit `Program` class defined in user's ASP.NET Core applications. Instead, we rely...

api-ready-for-review
analyzer
area-minimal

See https://github.com/dotnet/arcade/issues/15019 for more details

area-infrastructure

After installing JDK manually #58457 with Winget, I faced the next error when I tried to build the entire repo with `build.cmd` command. I did not pass any argument to...

area-infrastructure

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When launching Blazor WASM standalone application via dotnet watch (behind...

bug
area-commandlinetools
feature-dotnetwatch
feature-hot-reload
triaged

So, I register my own IServiceProviderFactory using WebApplicationBuilder.Host.UseServiceProviderFactory, from which I return a custom IServiceProvider implementation. I see that it is called, and *appears* to work, however, when I try...

area-mvc

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Environment. asp.net core, .net 8, Blazor I have discovered a...

area-blazor

Trying to build all repos on my new machine by referring https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md. I found that I don't have JDK installed, so tried to install it with the script in the...

area-infrastructure