question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make DiaSymReader.Converter use SourceLink

See original GitHub issue

Current Arcade builds would fail with this:

Validating Microsoft.DotNet.GenFacades.1.0.0-beta.19271.7.symbols.nupkg ...
        File tools/net472/Microsoft.DiaSymReader.Converter.dll has broken links:
                Failed to retrieve https://raw.githubusercontent.com/dotnet/symreader-converter/420f4bfaaf7e423c537d88db2b5f65ab4f3c7b24/artifacts/obj/Microsoft.DiaSymReader.Converter/Release/net45/Microsoft.DiaSymReader.Tools.ConverterResources.cs (700)

        File tools/netcoreapp2.1/Microsoft.DiaSymReader.Converter.dll has broken links:
                Failed to retrieve https://raw.githubusercontent.com/dotnet/symreader-converter/420f4bfaaf7e423c537d88db2b5f65ab4f3c7b24/artifacts/obj/Microsoft.DiaSymReader.Converter/Release/netstandard1.3/Microsoft.DiaSymReader.Tools.ConverterResources.cs (700)

We need to make Microsoft.DiaSymReader.Converter use SourceLink so we can consume it in Arcade.GenFacades and have Arcade builds pass source link validation.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

symreader-converter/README.md at main
Microsoft.DiaSymReader.Converter. Converts between Windows PDB and Portable PDB formats. Pre-release builds are available from Azure DevOps public feed: ...
Read more >
ETA for NuGet/"public" release · Issue #154 · dotnet/symreader- ...
Hmm, converting the entire PDB is quite a hammer. I'm curious, how does NuGet Package Explorer use SourceLink?
Read more >
Source Link and .NET libraries
Source Link executes when creating the NuGet package and embeds source control metadata inside assemblies and the package. Developers who ...
Read more >
How to Configure Visual Studio to Use SourceLink to Step into ...
How to Configure Visual Studio to Use SourceLink to Step into NuGet Package Source.
Read more >
Producing Packages with Source Link - .NET Blog
Learn how to add Source Link to your packages, to make your users more productive while debugging.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found