Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono][aot] Fix infinite recursion in the AOT dwarf emitter. (#79310)
The recursion would happen if a gshared type would contain a recursive reference to it. It was triggered by the JsonTypeInfo:JsonTypeInfo<Queue<T>> field added by #78646. Fixes #79279.
- Loading branch information