Enrico Sada

Results 57 comments of Enrico Sada

I'll try do an updated summary because i got same issue ( #92 ), it's really error prone :D more so migrating from v1 to v2 So the compiler feature...

Investigating this, it's the bash expansion who happen before the invocation of the program. using `dotnet nosln --flatten --quiet -o the.sln -I "src/common/Thor.Sif.Services.**/*.fsproj"` works as expected if the argument is...

in the examples `FSharp.Core` define `netstandard2.0` in the nuspec (with `netstandard1.6` too), but has only the `lib/netstandard16` directory inside.

i think is the same problem as fsharp/fsharp#326 , the console project doesn't initialize `hello` because you dont declare/execute the `main` function. see @latkin 's [comment](https://github.com/fsharp/fsharp/issues/326#issuecomment-51633207) for detailed explaination and...

What's best? 1. warning (error?) if a console app doesnt have a main 2. warning if a referenced fsharp assembly (discriminate on .exe extension?) doesn't have a main