Dave Cook

Results 4 issues of Dave Cook

Hi. First off: reading the book at the moment and think it's great. Thank you. I encountered a bug today when I tried to do this: `return Option.Map(t => t.NullableA?.NullableB)...

Hi. What is the best approach for outside in testing with Giraffe? Or am I bringing too much baggage with me from the OO world, and the preferred FP way...

question

I still need to test this, but I think there will be an issue with multistage docker files, which will need resolving.

Hi. I was just wondering how you'd got about testing Web API over http. I was trying to create a HostBuilder().ConfigureWebHost() and then start a TestServer, but it kina of...