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 > Note: This issue was first described [here](https://github.com/microsoft/fluentui-blazor/issues/3886) # 🐛...

Docs
area-blazor

+++ b/src/Components/Components/src/PublicAPI.Unshipped.txt +Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensions +static Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensi ons.AddComponentsMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! +static Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensi ons.AddComponentsTracing(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection!

area-blazor
api-ready-for-review

+Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs.NotFoundEventArgs(string! url) -> void +Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs.Path.get -> string! +Microsoft.AspNetCore.Components.Routing.IHostEnvironmentNavigationManager.Initialize(string! baseUri, string! uri, System.Func! onNavigateTo) -> void +virtual Microsoft.AspNetCore.Components.RenderTree.Renderer.SignalRendererToFinishRendering() -> void +Microsoft.AspNetCore.Components.NavigationManager.OnNotFound -> System.EventHandler! +Microsoft.AspNetCore.Components.NavigationManager.NotFound() -> void +Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs +Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs.NotFoundEventArgs() -> void +++...

area-blazor
api-ready-for-review

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I tried to use problem details middleware and exception handler...

area-middleware

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I have a class library project that implements Certificate Authentication...

area-auth
Needs: Attention :wave:

# Use invariant culture for TextWriter Use culture-invariant `TextWriter` implementation for OpenAPI. ## Description - Ensure OpenAPI documents are written to a culture-invariant `TextWriter` implementation. - Add/update unit/integration tests to...

community-contribution
feature-openapi
area-minimal

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...

area-blazor

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug AspNetCore Analyzer throws warning due to usage of generics in...

analyzer
area-minimal

Fix the last row in scenario matrix: https://github.com/dotnet/aspnetcore/issues/62153. Internally, we are able to inform `NavigationManager` about the route to `NotFoundPage`: ```cs // CustomRouter.cs [Inject] private NavigationManager NavigationManager { get; set;...

area-blazor

Problems that we would like to solve: - re-execution takes precedence over `NotFound` rendering, - url of page is changed when we're streaming, having the blazor's router, - not enough...

area-blazor