Maxim Marinchenko

Results 16 issues of Maxim Marinchenko

### Current behavior Let's assume a simple 2-page app with login/password boxes and navigation view. When application is loaded the LoginPage is displayed. The TextBox with username is drawn with...

kind/bug
triage/untriaged
difficulty/tbd

It's possible to install EFDesigner extension on Visual Studio without DslTools installed. In this case extension doesn't work (including options page). It would be convenient to explicitly include corresponding dependency...

investigating

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

enhancement-XXL

`Microsoft.Windows.Compatibility` reference in [Uno.Wasm.Bootstrap.targets#L90](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/73a338c9a1f67a15b18700df37035eb9d065c04c/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets#L90) makes it impossible to change the package version at the project level. It seems you're [spending time](https://github.com/search?q=org%3Aunoplatform+Microsoft.Windows.Compatibility&type=issues) to bump its version in sample projects but this...

Relates to: - https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/191 - https://github.com/unoplatform/uno/issues/4118 --- It would be great if Uno had the facility to use [Uno.Wasm.Bootstrap.DevServer](https://www.nuget.org/packages/Uno.Wasm.Bootstrap.DevServer) and [Uno.UI.RemoteControl](https://www.nuget.org/packages/Uno.UI.RemoteControl) in ASP.NET Core hosting scenario. For example, [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebAssembly.DevServer) package...

This issue is spin-off of #393. --- Steps to reproduce (PowerShell) - ``` dotnet new -i Uno.ProjectTemplates.Dotnet dotnet new unoapp -o UnoWasmApp -wasm=true -ios=false -android=false -macos=false -skia-wpf=false -skia-gtk=false -st=false cd...

I use [BundlerMinifier](https://github.com/madskristensen/BundlerMinifier) to minify my web assets in _Release_ builds. In _Uno.Wasm.Bootstrap_ there are no differences between _Debug_ and _Release_ builds in web assets except for _mono_config.js_ and _uno_config.js_...

Doc issue: https://github.com/dotnet/AspNetCore.Docs/issues/22479 Source: https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/9c13b3eb17d2f6c3f78fb2dbef21ff8ebda4de1e/src/Uno.Wasm.Bootstrap.Cli/Server/Startup.cs#L34

Context: https://github.com/xamarin/GooglePlayServicesComponents/pull/454#issuecomment-823559937 If I'm not mistaken this issue is similar to #682 but is related to nested interfaces.

bug
generator