dotnet / dotnet/sourcelink

Support for "classic" .NET project

Open
#579 18 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.4k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

We are running an on-premises devops server which creates nuget packages from our modules. All projects are "classic" .NET projects (targeting 4.7.2). In order to enable source link support we added the following packages to our modules:

```



```
Furthermore the project files (*.csproj) were modified like this:

```

...............
true
true

```

```



```

In another repository we have projects with references to these NuGet packages. When running in a debugger the symbols are loaded but the sources are not found. So we are a little bit lost here. For me it is not really clear what steps have to be done in order to use SourceLink support in "classic" .NET projects. By the way the debug information (pdb) will be put to a network share during the builds.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.