dawe
dawe
## Description Just an experiment to see if this is still safe for the CI. Currently used stackguard depths: | Method | Source | Mean | Error | StdDev |...
### WHAT ### 🤖 Generated by Copilot at d091901 Add keybinding for file renaming and fix JSON formatting. This pull request enhances the usability of the F# project explorer by...
Still very WIP, but this should update a `[] val` in a signature file to be in sync with the impl. https://github.com/JetBrains/resharper-fsharp/assets/3221269/a925cd87-871c-4c4f-853a-7cc02a0eb1ce
This makes use of https://github.com/dotnet/fsharp/pull/14891 to squash tooltip signatures if they are longer than WRAP_LIMIT Of course, it's a bit of a question of personal taste, but we could even...
### Description Given ```fsharp type Arguments = | [] Property of string * string ``` to support MSBuild like property lists, it would be great if argu would break up...
**Describe the bug** If an analyzer reports a finding in an FsLex file, only the filename is reported. **To Reproduce** Steps to reproduce the behaviour: Run analyzers on the [FSharp](https://github.com/dotnet/fsharp)...
**Is your feature request related to a problem? Please describe.** Currently, to fail on a warning, you have to list all the analyzer codes you want to fail on. If...