Replies: 2 comments
-
So we would run SQL in a container. It would be nice to know how much slower that would be. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another option here is Sqlite. While it has its own peculiarities, it's trivial to run our tests with it. Maybe we're lucky and won't hit corner cases in the future. If you want to try it, I can push smth in my branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQL Local DB isn't supported on ARM (see dotnet/SqlClient#1441), which means I can't run AutoMapper tests on my Mac. I think the way forward would be something like TestContainers.
Would probably not be a small change in our integration tests. But as-is, I can't really develop on AutoMapper.
Beta Was this translation helpful? Give feedback.
All reactions