Loop8ack

Results 6 comments of Loop8ack

You could take a look at this: https://learn.microsoft.com/en-us/ef/core/querying/user-defined-function-mapping#mapping-a-method-to-a-custom-sql I used it once to make an important business calculation available in EFCore queries, it was easier than I expected.

I have exact the same issue :/ But in my case, it's about team members who want to continue working with Visual Studio 2019.

Thank you for the detailed information. Unfortunately, I can't find anything helpful in the log and I can't reproduce it locally either. But I can implement more detailed logging and...

I think I may have found the relevant line in [RestMethodInfo.cs line 141](https://github.com/reactiveui/refit/blob/97848fbaa76dee1bdfee0c5add14d10c6fdf632e/Refit/RestMethodInfo.cs#L141) Is there any reason for this? If you don't have time for that: Would you be open...

> Would this work? Hm - good idea, why didn't I think of that :D Yes, this works great, it's a bit messy because the parameters are duplicated, but I...

I discovered a significant limitation with the current implementation: Because it uses `IQuery` internally, which takes precedence over other routes in NSubstitute's routing system, any mock configuration set up before...