Mackinnon Buck

Results 135 comments of Mackinnon Buck

The repro project is using `Console.WriteLine()`, which doesn't currently output to the browser console (see [this](https://github.com/dotnet/maui/discussions/6091#discussioncomment-2565073)). If I change it to do something else, like display an alert via JS...

Going to close this out. This can be reopened if there is additional feedback that this is still a bug.

The `aspnetcore-components-e2e` and `aspnetcore-ci (Build Source-Build (Managed))` checks have failed twice now because `dotnet-install` failed: ``` /home/vsts/.nuget/packages/microsoft.dotnet.arcade.sdk/7.0.0-beta.22379.10/tools/InstallDotNetCore.targets(15,5): error : dotnet-install failed [/home/vsts/.nuget/packages/microsoft.dotnet.arcade.sdk/7.0.0-beta.22379.10/tools/Tools.proj] ``` Not totally sure what the cause is...

@guardrex This is on my radar; I will try to get it done by the end of the month. In the meantime, @fkozaslan, could you see if [this StackOverflow answer](https://stackoverflow.com/a/34581874)...

@guardrex On Android, the OS version and the system WebView version are decoupled. In @fkozaslan's case, even though Android 7.1.1 is officially supported, MAUI Blazor requires a WebView newer than...

Note that the way this is currently implemented, the new behavior is the default for all existing and new projects. In order to opt-out and revert to the old behavior,...

> How bad it is if the user sets only one of them? If you only set `SuppressCultureInvariantFormModelBinding`, then the behavior remains the same as it is today from the...

> So, in this case, do we really need the `MvcOptions.SuppressCultureInvariantFormModelBinding`? True, we might be able to go without it. I suppose the only use I can think of for...

`HtmlHelperOptions` is just where the existing options controlling HTML generation live. It's where the `SuppressCultureInvariantFormValueFormatting` property exists as the PR currently stands. So we would essentially be replacing that with...

Merging now so this fix makes the cutoff - I'll open a follow-up PR that addresses the remaining nits.