Loïc Denuzière
Loïc Denuzière
This was added in Bolero 0.22.
As far as I can tell (feel free to correct me if I'm wrong), this happens when adding a bunch of attributes in an element, and not when adding a...
I've managed to test with various IDEs, and it seems that their latest versions are all fine. I am using [this repository](https://github.com/Tarmil/Bolero.Repro272), and here are the IDEs I've been able...
Does the implementation cover all literals (such as `[]` values)? Or just enum definitions?
I don't think `while!` needs new proxies actually: it is desugared into a combination of existing methods `Bind`, `While`, and mutable variables. Ie an expression like ```fsharp while! cond do...
What's interesting is that VFT does recognize them as the same identifier: F12 takes you to the `for` line in all cases.
Yes, the build script (`build.ps1 -t pack`), when run locally, creates each time a package with an incremental version suffix `-local.1`, `-local.2`, etc. So you can add Bolero's `build` output...
What you have seems pretty okay, are you looking for a simpler way to do it? In .NET 8 there's "streaming rendering" that automates this, but we'll need to convert...
> Will you work on that? I've started looking into it, yes. > If a more type-safe or Bolero-native way exists, then I would try It needs to use a...
I found the misspelled msorlib [in the type provider SDK](https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/master/src/ProvidedTypes.fs#L13047). No idea why it happens though. Do you have other references in your project besides Bolero and Blazor?