Jim W
Jim W
It's the same Docker image, running in the same K8s environment, just scaled out to 2 instances. The obfuscated query is like this. We are testing without `t.*` . The...
Looking at the [FindConstructor](https://github.com/DapperLib/Dapper/blob/6434c694b2a212b32a96f5bfb63db6de84fefd5b/Dapper/DefaultTypeMap.cs#L68) method in Dapper and the error message kicked out after it returns null [here](https://github.com/DapperLib/Dapper/blob/main/Dapper/SqlMapper.cs#L3498) it looks like there's a match of name, type, and order. ```...
After changing the `select *` to explicit columns, we haven't had issues for two days. It's a mystery as to why it would work for a while then start failing...
It ran several days without any problems, but came back after the pods ran for 5 days. Any other hints/tips would be appreciated.
We could try it, but couldn't use it in production, since doesn't that require interceptors, which is still in preview until 9.0.2xx according to https://github.com/dotnet/roslyn/blob/main/docs/features/interceptors.md Latest is 9.0.102. It's so...