NuGet / Insights

Gather insights about public NuGet.org package data
Apache License 2.0
24 stars 7 forks source link

Fix PackageAssemblyToCsv handling of non-Int Enums #76

Open joelverhagen opened 2 years ago

joelverhagen commented 2 years ago

See https://github.com/dotnet/runtime/issues/57531#issuecomment-1188217123 for details.

The code in question is here: https://github.com/NuGet/Insights/blob/2ee7cd5f2a092fdbd8d909c8b625315492cfed11/src/Worker.Logic/CatalogScan/Drivers/PackageAssemblyToCsv/AssemblyAttributeReader.cs#L216-L233