Property Based Testing your API Response Types with F#
Use property-based testing with FsCheck to automatically verify your F# API response types match your OpenAPI specification.…
A collection of 5 posts
Use property-based testing with FsCheck to automatically verify your F# API response types match your OpenAPI specification.…
Use 'using static' with Microsoft.AspNetCore.Http.StatusCodes for cleaner, more readable HTTP status code references in ASP.NET Core.…
How to use JustEat's HttpClient Interception library to write effective unit tests for typed HTTP clients in .NET.…
I needed to print a BigInteger in any base, and there was nothing built-in. Here's my F# solution.…
Using C# 7's pattern matching to consume F# discriminated unions, with examples and workarounds for edge cases.…