tdwright / contabs

Simple yet flexible tables for console apps.
MIT License
54 stars 20 forks source link

Review and update all dependencies #65

Closed tdwright closed 5 years ago

tdwright commented 5 years ago
pykong commented 5 years ago

Is there any dependency checker similar maybe to vulture in python?

The only ones I came across are

tdwright commented 5 years ago

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. 😄

pykong commented 5 years ago

@tdwright Great to see the pace this project is moving forward.