praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages

Home Page:https://www.fuget.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List [Obsolete] APIs in diff

dotMorten opened this issue · comments

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.

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.")]

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 😅