lkluc
lkluc
Hello Sergey, Thanks for the heads-up! I don't want to sound rude (and I guess you were not personally implicated in this decision) but I beg to differ, I was...
Ok, managed to recreate my project with .NET Standard 2.0. However, the problem is still there : `error MSB3073: The command ""\" -o "Lexer.fs" --unicode Lexer.fsl" exited with code 9009`...
It seems it worked correctly when using the provided "dotnet build" command. However my project was still not compiling from Visual Studio interface. I managed to get it work by...
Hello, I stumbled upon the same exact problem : ``` $ cat Test.fsx ; echo; echo; dotnet fsi Test.fsx -d DATA; dotnet fsi Test.fsx -- -d DATA; fsi Test.fsx -d...
Hello deviousasti, First, thanks for the fast reply ! :) And I'm glad you can reproduce my problem, it's usually the first step to a fix ;) But I humbly...
Hello nojaf, Thanks for the follow-up. Glad to hear you're working on it, it's a very essential tool for me! As for the comment, I see, my bad, I did...
Hello @baronfel , good news, I followed your advice and made the fix. I end up implementing it with a `--out-bom` boolean command line switch available on both programs, `fslex`...