aspnetcore
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.
### 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...
# 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...
## 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...
Provide information diagnostic when `public partial class Program { }` declaration is found in code
## 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...
See https://github.com/dotnet/arcade/issues/15019 for more details
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...
### 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...
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...
### 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...
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...