smithgeek

Results 1 issues of smithgeek

If a function tries to return an anonymous type the source generator generates invalid code causing hard to understand compilation errors. ```c# public IResult Get() { return TypedResults.Ok(new { Value...