Mackinnon Buck
Mackinnon Buck
# Fix MVC form data binding localization This PR fixes an issue in which all form elements were being formatted and parsed using the "current" culture, while some form elements...
## `JSObjectReference` has been made internal, and `IJSObjectReference` takes its place in the public API The new `Microsoft.JSInterop.JSObjectReference` and `Microsoft.JSInterop.JSInProcessObjectReference` types introduced in ASP.NET Core 5.0 RC 1 are being...
### Description When using backwards tab navigation (shift+tab) on the children of a `BlazorWebView`, focus cannot escape the WebView. When the first child of the WebView is focused, shift+tabbing results...
For less conventional uses of Blazor, it may be necessary to opt out of some default services automatically registered by `WebAssemblyHostBuilder`. Some examples: * #27721: Request to have an option...
### Description The `ConsumesAttribute` attribute allows controller actions to specify their supported content types. Starting in .NET 6, if a fallback file endpoint was configured, it could match routes that...
### Description Other .NET Foundation repositories include a license header at the top of each source file. This seems appropriate for MAUI as well. ```csharp // Licensed to the .NET...
> This issue is a locked mirror of https://github.com/dotnet/aspnetcore/issues/51922. See that issue for discussion. # Static Web Assets Compression Flag Breaking change The `` flag was renamed to `` starting...
If a Blazor endpoint renders too many interactive server root components on the page at once, the message that contains each root component marker may exceed the default SignalR message...
Even when Blazor WebAssembly assets are cached, the time it takes for a Blazor WebAssembly app to initialize can be significant. We should investigate ways to further optimize Blazor WebAssembly...