praeclarum / FuGetGallery

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

List [Obsolete] APIs in diff #167

Open dotMorten opened 2 years ago

dotMorten commented 2 years ago

If would be good if the differ also pointed out APIs that has been marked obsolete, since these are a form of call-to-action for developers.

mindsolve commented 2 years ago

Yes, that would be nice indeed. If possible including the obsoletion comment, like this one.: [Obsolete("This method is deprecated and will be removed soon. Use xyz instead.")]

jamesmcroft commented 2 years ago

Given a first pass at implementing this. I'd gone to FuGet for one of a package to work out when it was made obsolete and realized it wasn't there 😅