D0ctorWh0
D0ctorWh0
I have code that works well with WinUSB on windows and trying to do the same on android. So in WinUSB I have commands ``` device.ControlTransferOut(0x41, 0x54, 0, 0, new...
Is that possible to make a simple button that shows file dialog to choose a package file to upload?
It would be great to have the ability to show local functions in spade file structure tree. It will simplify code navigation much.
Hi! I came across your project and it looks very interesting. I played a bit with it and get an error when trying to use 'with' and quick binding operator....
This is great extension, much easier to use than laggy ReSharper! Will there be support for Visual Studio 2022 and C# 10 features?
Is it possible to add mapping from interface to class? For example this throws error "[NGM025] Mapping from IA1 to A2 not supported": ``` public class A1 : IA1 {...
If Visual Studio uses russian language, then last line 'rebuild all:" changed to "Перестроение всех проектов:" and not colored in green.
I am trying to launch demo, but it fails to run. It looks like problem with regional parameters. After I changed decimal separator from ',' to '.' demo opened window...