Tuomas Hietanen
Tuomas Hietanen
https://latkin.org/blog/2015/05/18/null-checking-considerations-in-f-its-harder-than-you-think/
@vzarytovskii pointed out that FSharp core team cannot use `function` keyword: ```fsharp let myFun = function | Some x -> x | None -> "nothing" ``` ...but instead always write...
Nothing special to see here...
It seems the Nuget package has fixed dependencies to Fable.Core < 4.0 and some other restrictions in maximum numbers of dependencies versions. Would it be possible to release an update...
- Update .NET Framework from .NET Framework 2.0 to 4.8, to open on more recent VisualStudio - Support selecting and moving multiple items up or down. - Move item 10x...
Current Nuget package states dependency: FSharp.Compiler.Service = 43.8.100 (which is corrseponding FSharp.Core 8.0.100) But there is already new FSharp.Compiler.Service 43.8.301 (...and corresponding FSharp.Core 8.0.301) This project should not state exact...
After struggling a bit with environment variables, docs update. This PR hopefully saves some time in future.
Changes with this PR: - Change global.json .NET 6 to 8 - Search and replace targetframeworks from fsproj files to add net8.0 - Add net8.0 to paket.dependencies - dotnet paket...
I propose we allow `fantomas --check` to accept ok the files that only contain different line-ending style than original (Windows/Unix/Mac). (So `\n` or `\r\n` or whatever). ## Why? Right now...
Faster niceName function and other minor performance and memory usage improvements.