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