Florian Verdonck

Results 874 comments of Florian Verdonck

In Fantomas we are using Mermaid by adding: ```html import mermaid from "https://cdn.skypack.dev/mermaid"; mermaid.initialize({ startOnLoad: true, theme: "base", themeVariables: { primaryColor: '#eff5f7' } }); ``` to our [_template.html](https://github.com/fsprojects/fantomas/blob/main/docs/_template.html#L96-L105). And then...

Hello, you could try to pass in the missing reference as `--fscoptions` argument. Example `--fscoptions " -r:MyAssembly.dll"` (mind the space after `"`, it is required to parse correctly). We use...

Hello, did you try the `--projects` flag? (See [docs](https://fsprojects.github.io/FSharp.Formatting/commandline.html))

Hi there, For `1.` definitely a problem. As for `2.` this did work for me. The reload does take a while but eventually comes through. It might also just be...

Hello, thank you for reporting this issue. I was able to reproduce this problem on my local pc. The problem appears to be in `Ionide.ProjInfo`: https://github.com/ionide/proj-info/issues/185

I don't think so. This package is probably added by default when doing `dotnet new nunit`.

Did you test this PR in particular? If not, it makes sense that the logger cannot parse the produced binlog and we need to update that.

This is available in `0.15.0` but does not take the assembly into account. It purely is based on the analyzer name that was used in the attribute. If this is...

Hey, yeah about that 🙈. I'm currently pitching [the idea](https://github.com/dotnet/fsharp/issues/11801#issuecomment-880129676) of having a patch release for FCS 40. There is [one thing](https://github.com/dotnet/fsharp/issues/11732) that just really doesn't produce AST anymore. And...