Turn .Net Project Dependencies Into Python Code With Roslyn
We want to migrate our big application with around 150 projects to .Net 6. To do that, we need to find a sequence to migrate the different projects while we keep their dependencies in place. Otherwise we will have an endless list of problems that prevents us from compiling our code.
Let's combine the power of Roslyn to analyse our Visual Studio solutions with the network algorithms of the Python library NetworkX.

