Enrico
Enrico
same problem here...
thanks for the tip @ceres629 BUT... why should mono be required? what if I just want to use .NET Core? So I would still see it as a bug
I'm having the same problem :(
Task already encompasses failure, so the combination of Task and Exceptional is redundant
That's an interesting question, and hopefully someone who uses EF more than me will give a good answer... My feeling is that you may have to have 2 fields, the...
Hi Stan, thanks for that. I would encourage you to also post this on the book forum at [https://forums.manning.com/forums/functional-programming-in-c-sharp](https://forums.manning.com/forums/functional-programming-in-c-sharp) so that other readers may have a look and potentially give...
Done! On Mon, Nov 5, 2018 at 2:37 AM StanislawSwierc wrote: > I've contacted Manning support to get access to the forum, but it is > locked to people who...
Indeed, you've hit it on the nail, @dogwith1eye ... this is something that escaped both me and my technical reviewers. Normally the compiler should pick the most specific overload available,...
That last part is understandable. The LINQ query is interpreted using the ternary `SelectMany`, while your desugared version uses a binary `SelectMany`, which I've not implemented since it doesn't seem...
@CurlyFire once the adapter for .Net Core is done, you should be able to run your tests with the `dotnet test` CLI command (as well as VS)