Florian Verdonck
Florian Verdonck
It has crossed my mind, to be honest. The daemon experiment could potentially resolve the hurdle in FSAC. And as for FsAst, I'm not sure what the impact would be....
https://www.nuget.org/packages/FSharp.Compiler.Service/40.0.1-preview.21352.5 just dropped, I'll check over the weekend if I can publish the first alpha.
If a code repository is not set up to use auto-formatting, you should not use a formatter in your PR! I tried to address this in https://github.com/ionide/KeepAChangelog/pull/24, but as long...
I can try and take a look if you like. What should the outcome be of this? References or all libraries copied into the nupkg?
dotnet msbuild C:\Users\nojaf\Projects\KeepAChangelog\src\Ionide.KeepAChangelog.Tasks\Ionide.KeepAChangelog.Tasks.fsproj /t:CopyProjectReferencesToPackage /p:TargetFramework=net6.0 --getItem:ReferenceCopyLocalPaths does indeed not contain all the assemblies, while `/p:TargetFramework=net472` does.
Hi @gumbarros, thank you for your interest in this project! Do you have any specific use case in mind to use `net8.0` inside this library? If not, adding that `net8.0`...
That is an interesting sentence there. What did you expect to see from what kind of analyzer potentially?
Analyzers are not a thing in F#. It will potentially be on the roadmap for F# 9.
I see, [newGuid()](https://github.com/fable-compiler/Fable/blob/master/src/js/fable-core/String.ts#L290) does indeed not take a parameter. Could this be solved by Fable 2.0?
Hmm I suppose ```js export function newGuid(){ let b = '' for( let a = 0; a++ < 36; b += a * 51 & 52 ? (a^15 ? 8^Math.random()...