Eilon Lipton
Eilon Lipton
### Description of Change This adds a new template to `dotnet new` and in Visual Studio that creates a solution with .NET MAUI Blazor Hybrid app with a Blazor Web...
The current Startup.cs code follows the old pattern.
### What happened? Original reports: * https://github.com/microsoft/fluentui-blazor/issues/1741 * https://github.com/dotnet/maui/issues/22297 But the bug seems specific to WinUI WebView2 (doesn't repro on WPF WebView2). Details: The FluentUI ComboBox (which internally uses an...
--- **Issue moved from dotnet/maui#15072** - Please respond to @DennisvHest. --- _From @DennisvHest on Saturday, May 13, 2023 8:07:59 PM_ ### Description Sometimes after selecting a file using a file...
Not an issue, but I wanted to let you know that this project got a mention on the [ASP.NET Community Standup](https://live.asp.net/) on this week's episode: https://youtu.be/ap60h3eQE5Y?t=310
In #43 a new proxy feature was introduced. Some of the code does sync-over-async, and calls `.Wait()` to block the async call. Unfortunately on iOS/MacCat this seems to hang 100%...
These tasks were originally noted in #43: * [ ] Consider renaming the `proxy` prefix to `_proxy`. Usually an underscore is used to differentiate 'built-in' features, which this would be....
See sample app from @javiercn here: https://github.com/javiercn/EsprojPlusAspNetStaticWebAssets (and this ESProj file: https://github.com/javiercn/EsprojPlusAspNetStaticWebAssets/blob/main/LibraryProjectStaticWebAssets/LibraryProjectStaticWebAssets.esproj). That app shows how to use an ESProj (ECMAScript Project) to include the output JS files as Static...
The license link in https://www.nuget.org/packages/Microsoft.AspNet.Web.Optimization/1.1.3 points to https://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm, but should be https://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm (note the case of `ENU`).
_From @BlueColorDemon on September 8, 2017 3:33_   _Copied from original issue: aspnet/Mvc#6794_