Mitchell Wright
Mitchell Wright
I'm seeing this in a .NET6 Api with `Program.cs` clas
Just FYI I've managed to get around this for now by defining the following: ```cs [Sql.Expression("{0}.STDistance({1})", ServerSideOnly = true)] public static double DistanceTo(this Point p1, Point p2) => throw new...
> Thanks for reporting this and the stack trace, this helps. We will have a look. > > In general though we have altered our guidance away from using clone...
Just FYI I've managed to get around this for now by defining the following: ```cs [Sql.Expression("{0}.STDistance({1})", ServerSideOnly = true)] public static double DistanceTo(this Point p1, Point p2) => throw new...
@martincostello Here's your new issue 👍
> Support for Minimal APIs has been working in general for others, so I feel that this issue is something specific to how your project is set up (given how...