Maxim Marinchenko
Maxim Marinchenko
I have to admit I was wrong initially. `Microsoft.VisualStudio.Component.DslTools` is not really a package that you can depend on. `DSL SDK` requires VS Pro edition, so it doesn't work in...
@msawczyn I see that you've added `Microsoft.VisualStudio.Modeling.Components.15.0.dll` as a reference to the `DslPackage` project trying to solve this issue: https://github.com/msawczyn/EFDesigner/blob/ffb44658a24963bde0b3917b0368274faa3eb04a/src/DslPackage/DslPackage.csproj#L89-L91 **Have you tried the following?** **1.** Remove the mentioned reference...
I think I found an easy way to reproduce this issue. **1.** I created a minimum possible wasm app using Uno VS extension. **2.** Added git support, added a button...
Steps to reproduce. **1.** Run the app using wasm head. **2.** Click on an empty space on the page and press Tab to see the focus mark on the button....
> * TextBox should be actually focused and should be in edit mode when highlighted with an accent color. Regarding this point, perhaps [the focus() method](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus) should be explicitly called...
> > * TextBox should be actually focused and should be in edit mode when highlighted with an accent color. > > Regarding this point, perhaps [the focus() method](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus) should...
**7.0.x** introduced more unnecessary files in the **dist** directory. We have to add the following task to Wasm head to get around this: ```(xml) ``` Output when publishing: ``` \WasmHead\obj\Release\net6.0\PubTmp\Out\:...
Should be fixed by #280.
Should be fixed by #280.
Hi, folks! Big +1 from me! And a few thoughts that may be useful. **1.** There are 3 graphical backends in web browser context: - WebGL 1 (legacy) - WebGL...