Denis Ok
Denis Ok
### Description Variables are incorrectly marked as unused. ### Repro steps   ### Expected behavior `u` shouldn't be grayed. ### Actual behavior See picture. ### Known workarounds None. ###...
The colors was already defined as orange in the options, but my functions were always colored in black. I had to change its color again and then revert to the...
Hey guys, I noticed something lately. Let's say `User` is defined in `Namespace.ModuleB`, and my cursor is located at **$** ``` fsharp module Namespace.ModuleA let f (u: $User) = ()...
### Describe the bug Since recently, we can now open static classes just like namespaces/modules, like in C# (`open type System.Console` for `using static System.Console`). In my example, Ionide generates...
Hi, What do you think of adding this small `.editorconfig` file in the Feliz? After playing around, I think Fantomas is quite usable by now for our scenarios, which has...
Hi, I am Windows 10 Pro, and this problem reproduces in both Visual Studio 2013 and 2015: My window is empty, thus I can't create a file through the interface......
Hi, Just so we remember, I am getting this warning with this piece of code since ASP.NET Core 6 :)  Thanks!
Hey How easy is it to fix this incompability package installation ? https://github.com/fsharp/FSharp.Data/issues/993 Is this repo up-to-date? Should we just postfix _Xamarin.iOS10_ to the targets in this file https://github.com/advancedrei/Zlib.Portable/blob/master/src/Zlib.Portable.nuspec?
Hi :) I got adventurous and needed to create a Fable binding to the React Beautiful DnD library. Then, I got stuck for a while, when trying to create a...
Hi, Just submitting this small issue for reference ### Versions: - .NET 6, 7 & 8 - FSharp.Data: 6.3 & 6.4 ### See example  ### Expected result Typename should...