jetbrains rider - link decompiler to source
Answered
Is possible to link the actual asp dotnet source code to the decompiler if the source code can be found (ex: https://github.com/aspnet/AspNetCore).
I am using asp .net core 2.1.1
Please sign in to leave a comment.
Hey Daniel,
Rider supports SourceLink, which allows downloading the source code from GitHub, provided that:
Settings | Build, Execution, Deployment | Debugger
Settings | Tools | External Symbols
Please note that only public repos are supported so far: RIDER-16260