Florian Verdonck

Results 218 issues of Florian Verdonck

These are some additions to the TransparentCompiler (with `FcsSnapshotCache`) experiment. You need to use my local compiler (https://github.com/nojaf/fsharp/tree/net241-1-plus-plus), this has some more recent TC additions of the past couple of...

@farlee2121 I could be wrong but this seemed to help to show the new tests in my project. Reasoning: the newly added test won't be in the existing dictionary and...

### Describe the bug When adding a new unit test in an existing file, the new test does not get picked up. ### Steps to reproduce - Try cloning https://github.com/fsprojects/fantomas...

Is it just me or is it a bit annoying to have to install node modules for each lesson? Would it not make more sense to share the packages?

We should make work of: - [x] Update bootstrap to `5.x` (and remove Reactstrap) - [ ] Update to Fable 4 (and remove the global json in the `client` folder)....

help wanted

The good idea of the week award goes to @theangrybyrd: What is we had a tab where there is some colour coding between the AST nodes and the original syntax....

**Is your feature request related to a problem? Please describe.** ![image](https://github.com/ionide/FSharp.Analyzers.SDK/assets/2621499/830bb480-d7b8-418a-8f77-e58aa3c260a5) **Describe the solution you'd like** Right now the IDE only shows "Fix Issue" for a code action. It would...

It would be great if `FSharp.Analyzers.SDK.Testing` had some helper function to load an existing local F# project and run a specific analyzer on a file. Input would be something like:...

When passing multiple projects to `--project`, it would be nice to see the name of the project before seeing the list of `Info: Running analyzers for C:\File.fs`

good first issue

**Describe the bug** When your analyzer is using a higher version of F# Core (say `8.0.100-beta.23475.2`), it will fail at runtime during loading. ``` Unhandled exception. System.IO.FileNotFoundException: Could not load...