Replies: 1 comment
-
|
Yes, supporting AOT would be great. Right now, I'm focusing on integrating the recent changes from Docker.DotNet into Testcontainers, but making Docker.DotNet AOT compatible would be a great next step. Is this something you want to look into and contribute? |
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.
-
Hi,
I have an Asp.Net Core 10 application which enables native AOT publish so my TUnit integration tests enable native AOT as well. TUnit logs told that my tests use source-generation mode. I created some integration tests using TestContainers but when I start my tests I get the classic error message that my application uses source-generated JSON serialization so please use JsonTypeResolver. I get this error due to TestContainers because it uses Docker.Dotnet which uses Json Serialization inside. As I can see I can't configure a JsonTypeResolver for Docker.Dotnet.
Do you plan to support native AOT? Any advice to solve my problem?
I would be very appreciate to share your ideas with me.
Beta Was this translation helpful? Give feedback.
All reactions