SourceLinkExtract 1.0.2
.NET 6.0
dotnet tool install --global SourceLinkExtract --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local SourceLinkExtract --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SourceLinkExtract&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SourceLinkExtract --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SourceLinkExtract
A tool to extract source files using sourcelink metadata.
extract ./test.dll ./test-meta/
If you for some reason have to use Windows, convert your compilation to portable pdb https://github.com/dotnet/symreader-converter
Argument 1
The input filepath can be a pdb, or compilation (exe/dll/...).
./test.dll
./test.pdb
./test.exe
Argument 2
Filepath of the metadata dump, in the following format:
{
"link": {
"documents": {
"/_/*": "https://raw.githubusercontent.com/ProphetLamb/Surreal.Net/9050c906117c795ca385fd52b75062771a2a8816/*"
}
},
"docs": [
{
"name": "src/Abstractions/Database.cs",
"lang": "3f5162f8-07c6-11d3-9053-00c04fa302a1",
"algo": "8829d00f-11b8-4213-878b-770e8597ac16",
"hash": "sksvYzgtjDMO34efmUFUzcmtYiT/TuXUrURrbf9dNwk="
},
[...]
]
}
Argument 3
Output directorypath of extracted sourcecode.
./meta/src/Abstractions/Database.cs
[...]
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.