C#C
C#3y ago
Ownix

❔ Argument 1: cannot convert from 'Ardalis.Result.Result' to 'TResponse'

https://dotnetfiddle.net/uebISh

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.
Was this page helpful?