Florian Verdonck

Results 217 issues of Florian Verdonck

Hi, I don't really know how I to describe this but sometimes on reload, I have an IOException like this: ``` System.IO.IOException: The process cannot access the file 'C:\Users\nojaf\Projects\ronnies.be\src\server\bin\Debug\netcoreapp2.2\Ronnies.Server.dll' because...

**Describe the bug** I'm not sure this is a bug or it is supposed to work this way, but I'm getting a different result for cracking a project that was...

Would a rotate function be useful? Similar how [python](https://docs.python.org/2/library/collections.html#collections.deque) has it.

@edgarfgp and I are trying to address https://github.com/fsharp/fslang-suggestions/issues/835. It currently works when the extension method is being consumed in the same F# project. It doesn't appear to be exposed when...

Large projects can benefit from signature files due to an optimization in FCS that skips type checking for files that have a matching signature file. https://github.com/dotnet/fsharp/blob/36af364b538cde99d8de8df93db241af53329f22/src/Compiler/Driver/ParseAndCheckInputs.fs#L1211-L1229 This solution could make...

Feature Request
Area-LangService-QuickFixes

Given the following code and AST: ```fsharp let config = { root_url = // #if WATCH "http://localhost:8080/" // #endif } ``` ```fsharp Record (None, None, [SynExprRecordField ((SynLongIdent ([root_url], [], [None]),...

Area-FCS
Feature Improvement

Hello, I'd like to create a webcomponent that doesn't have a shadow dom. In pure Lit I can do something like: ```js export class GreenCategory extends LitElement { static properties...

The current guidance doesn't explicitly state the best practice regarding multiline type annotations. Abstractly put: ```fsharp p: t ``` Where `t` is multiline or crossed the maximum line length. I...

A second attempt at https://github.com/JetBrains/resharper-fsharp/pull/380. This is a more straightforward approach by re-using the layout type of the `valSymbol` and updating it according to the information found in the implementation...

![Add record field to signature file](https://user-images.githubusercontent.com/2621499/192487165-78dbaa44-3baa-4664-aea4-498b99478020.gif) This is based on [311](https://github.com/dotnet/fsharp/blob/3a3b812414a57aa9f6e00e08282eee2bb03e6818/src/Compiler/FSComp.txt#L144). I believe the quick fix could also work for `DefinitionsInSigAndImplNotCompatibleFieldOrderDiffer`, but I want to await feedback first.