Mackinnon Buck

Results 25 issues of 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...

area-mvc

blocked
area-infrastructure

## `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...

Announcement
Breaking change
5.0.0
Documented

### 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...

t/bug
area/blazor 🕸️
s/verified
s/triaged
s/needs-attention

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...

enhancement
area-blazor

### 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...

Announcement
Breaking change
Documented
7.0.0

### 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...

t/housekeeping ♻︎
area/architecture

> 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...

Breaking Change

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...

enhancement
area-blazor
Blazor ♥ SignalR
Priority:2
Pillar: Technical Debt

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...

bug
Perf
area-blazor