Description
The goal of the project is to enable anyone building NuGet libraries to provide source for their users with almost no effort.
Never, ever, despite numerous hours lost, I was able to make this thing work on any of my projects. Easy you say? Ton of strange, undocumented switches and options to configure. Anyone? Well it fails on basic scenarios like one solution having multiple NuGets in subprojects.
Debuging of external libraries was always hell in .NET, since day one. I always had wonder how come that Java and IDEs like IntelliJ could make decompilation and debugging of the external code just work out of the box, and Microsoft after almost 25 years is still struggling? To the point that some horrendous technologies, that requires constant access to source code repository hosted online, emerges?
Guys, this is NOT the way. Again.