[🐛 Bug]: [dotnet] AOT changes have broken anonymous types #14731
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-dotnet
.NET Bindings
I-defect
Something is not working as intended
What happened?
Before the source-generated JSON serializer was introduced, anonymous types would serialize correctly. Now, an exception is thrown.
It's worth noting that there is nothing the source-generator can do to support anonymous types: dotnet/runtime#78164
There needs to be a fallback option.
Potentially found in aquality-automation/aquality-selenium-dotnet#265
How can we reproduce the issue?
Relevant log output
The text was updated successfully, but these errors were encountered: