Enrico Sada

Results 15 issues of Enrico Sada

F# 4.6 [added anonymous record support](https://devblogs.microsoft.com/dotnet/announcing-f-4-6/) These are similar to C# anonymous classes, but by design, the fields are sorted by name on creation so declaration order doesnt matter (...

**Environment**: running on unix ( Ubuntu 18.04.2 LTS ) given a tree like ``` src/common/ ├── Thor.Sif.Services.IndexCarts │   └── Thor.Sif.Services.IndexCarts.fsproj ├── Thor.Sif.Services.IndexInventory │   └── Thor.Sif.Services.IndexInventory.fsproj ├── Thor.Sif.Services.IndexLPNSnapshot │   └── Thor.Sif.Services.IndexLPNSnapshot.fsproj...

if i use `-I my/path/*.fsproj` ` works. using `-I ./my/path/*.fsproj` doesnt work, because generate an empty sln ## How to repro having a project `src/common/Thor.Sif .Services.IndexInventory/Thor.Sif .Services.IndexInventory.fsproj` this works ```bash...

To allow to use myget and custom feeds or enterprise internal feeds

moved from https://github.com/fsharp/fsharp/issues/802 by @FrankBro by @FrankBro : Anonymous interface implementation accessibility when tuple deconstruction is used #### Repro steps ```fsharp module private PM = type PT = abstract A...

Bug
Impact-Medium
Area-Compiler-PatternMatching