Maxim Marinchenko
Maxim Marinchenko
Some additions to default index.html to increase the Google PageSpeed Insights score.
### Issue background We are experimenting with cross-platform 3D visualization running inside Uno.WinUI shell. This issue covers WebAssebly case, so if we forget about other platforms, some kind of JavaScript...
### Xamarin.Android Version: 11.1.0.26 (Visual Studio Community 2019 v16.8.5) ### Operating System & Version: Windows 10 Home Single Language 20H2 v19042.804 ### Google Play Services Version 117.6.0 with AndroidX dependencies...
To support custom ASP.NET Core Identity scenario with EFDesigner some manual work has to be done. 1. Implement 7 custom entities which inherit types from `Microsoft.AspNetCore.Identity` namespace: - `IdentityUser` -...
### Description The _Antiforgery_ middleware should be added to request processing pipeline after _Routing_, _Authentication_, and _Authorization_ but before _Endpoint_. Reference: _[Migrate from ASP.NET Core in .NET 7 to .NET...
Commit reference: https://github.com/unoplatform/Uno.Wasm.Bootstrap/commit/872287f0d10962720c70764e507df4d8694a6e55 In ASP.NET Core: 1. The name of web root folder can be configured using [IWebHostEnvironment.WebRootPath](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host#webroot) property. 2. Static files can be [served outside of web root](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/static-files#serve-files-outside-of-web-root) path....