sourcelink Questions
2
Solved
How can I enable visual studio to 'Go to implementation' for library code that is exposed with SourceLink?
We recently began using SourceLink in our .NETcore library in an attempt to debug the lib...
Wenoa asked 20/12, 2017 at 0:42
0
I have a .NET Standard 2.0 TestSouceLink project with the following configuration in the .csproj:
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Restore...
Entree asked 29/4, 2019 at 7:49
0
I am trying to debug asp.net core internals to see what is going on under the hood.
I set up .net core debugging in VS Code according to this article: https://github.com/OmniSharp/omnisharp-vscode...
Hekking asked 26/4, 2019 at 8:17
1
Solved
There are several documented ways on internet on how to use Symbols Source files and Source Link to debug inside a Nuget Package but it's honestly hard to understand what is the good way for me.
W...
Huxham asked 4/3, 2019 at 9:39
2
Solved
I am trying to get SourceLink to work with a private NuGet package.
I am running a netcore2.1 web application which references a netstandard2.0 NuGet package hosted on our Azure Devops NuGet feed.
...
Diffraction asked 19/10, 2018 at 9:10
1
© 2022 - 2024 — McMap. All rights reserved.