Chris

Results 3 issues of Chris

Unless you specify a naming strategy mapping to a record with properties all in upper case the destination value is not set. Works fine if the destination type is a...

duplicate

Hi I'm trying to confirm/get my head around how the queue processing works so I've knocked up the following test endpoint points: ```csharp [HttpGet("test1")] public IActionResult Test1() { queue.QueueInvocableWithPayload("ONE"); return...

The following code: ```csharp using FluentResults; using FluentResults.Extensions.AspNetCore; using Microsoft.AspNetCore.Mvc; public class Program { public static void Main() { var err = Result.Fail(new MyError()); var controller = new MyController(); var...