how difficult would this be to do?
so basically just for pratcice, I want to make an app that takes a github url and then goes throught he repo and determines all of the constructor DI being used in the app and which controllers are using them. and then i can display the info with interactive ui. i will have to find some way to read the github repo, and then i will need Roslyn (which i dont know anything about) to analyze the code. but am i missing something majorly important that i didnt mention or advice?