Description
guidSizes is incorrectly accumulated here:
https://github.com/dotnet/runtime/blob/main/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/MetadataAggregator.cs#L156
The size of GUID heap in aggregated metadata is the same as the size in the metadata delta where the GUID is used (unlike other heaps).
Regression?
No
Known Workarounds
See dotnet/metadata-tools#308