Grégoire Geis
Grégoire Geis
The `Cometary.IL` sample brings the ability to print any IL code, and modify an assembly through `Mono.Cecil`. These features are not vital, but still extremely useful.
The point of the `CleanUpVisitor` is to remove every single dependency to Cometary. That means namespaces, classes, attributes, metadata references, etc. It currently only removes usings that start with `Cometary`,...
It's currently rather hard to do anything with Cometary without making many huge methods. For example, removing an attribute or keyword isn't a very satisfying experience. Many helpers will be...
More tests need to be added, especially for edge cases. Generics haven't been tested, and many features aren't even used in the tests yet. Also, it would be nice to...
The safety checks ensure that types are part of the same inheritance, but interfaces aren't checked, leading to the following exception. This has to be fixed. ``` Expected parameters 'System.IO.Stream...
I often multitask on my Galaxy phone, but I don't like the default One UI-way of picking apps from the side launcher and then dropping them for split screen. Ideally,...
### Is your feature request related to a problem? I would like to add events from a calendar to Niagara; unfortunately, that calendar comes from Google and also contains automatically-created...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.74.2 - OS Version: Windows 11 Steps to Reproduce (on Windows): 1. Have an `npm` task...
This change makes the esbuild plugin emit source maps inline (if enabled). esbuild can recognize inline source maps and uses them for the rest of the build. `build.initialOptions.sourcemap` can have...