Closed tdwright closed 5 years ago
Is there any dependency checker similar maybe to vulture
in python?
The only ones I came across are
Good call re: ReSharper. Used to use it in my last job and it was very good. Not specifically for dependency checking per se, but still a very good tool. I should see if they'd do me an open source version for ConTabs...
I've been working on this one in a fairly manual way, assisted by the NuGet package manager. It's made simpler by the fact that ConTabs itself has no dependencies outside of .NET standard. All the dependencies I'm talking about are on the testing and tooling side of things.
Think I've nailed it for now, anyway. 😄
@tdwright Great to see the pace this project is moving forward.
[ ] Do we still need all our dependencies?
[ ] Are they all up to date?