|
|
|
|
|
by InterestBazinga
2339 days ago
|
|
One thing I'm not a fan of C# is how often library usually lack bundled code source, while other similar language(eg. Java), you can use "Go to to Definition" on pretty much any third-party library/anything without hassle. |
|
IDEs like Visual Studio and Rider can download the code on demand and debug step-through.
Tons of popular .NET libs (including the Microsoft ones) already support this.
[1] https://docs.microsoft.com/en-us/dotnet/standard/library-gui...