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.
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 dotnet#78646. Fixes dotnet#79279.
- Loading branch information