praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Fix NRE if AssemblyDefinition failed to load #85

Closed MaceWindu closed 4 years ago

MaceWindu commented 4 years ago

Sample nuget: https://www.fuget.org/packages/Oracle.ManagedDataAccess

MaceWindu commented 4 years ago

Actually there is more places, where definition accessed unconditionally. e.g. in version comparison. I would say more proper fix should be done in Mono.Cecil, but at least it will allow to view nuget page

MaceWindu commented 4 years ago

I will close it, as updating Mono.Cecil dependecy to 0.11 fixed it (will need some code changes due to changes to API)