❔ Argument 1: cannot convert from 'Ardalis.Result.Result' to 'TResponse'
https://dotnetfiddle.net/uebISh
Line 96. I have a contsraint that says
Line 96. I have a contsraint that says
where TResponse : Result so I am very confused about this error.Result.Error("Whatever."); IS Ardalis.Result.Result type...Argument 1: cannot convert from 'Ardalis.Result.Result' to 'TResponse' | Test your C# code online with .NET Fiddle code editor.



