SourceSymbolMapper 1.0.2
dotnet tool install --global SourceSymbolMapper --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 SourceSymbolMapper --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SourceSymbolMapper&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SourceSymbolMapper --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SourceSymbolMapper
A tool to relate metadata extracted by SourceLinkExtract to assembly typedefinitions
mapper "../meta/metadata.json", "../meta", "../meta/symbols.json"
Argument 1
Filepath of the metadata dump from the portable PDB or assembly. Generated by SourceLinkExtract.
{
"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 2
Directorypath of the extracted/downloaded sources. Generated by SourceLinkExtract. Alternatively the path of the source repository.
src/Abstractions/Database.cs
src/Abstractions/obj/Release/net60/Abstractions.AssemblyInfo.g.cs
[...]
Argument 3
The output filepath fo the tool, where the symbol mapping will be written to.
Typenames may appear more then once, if the type is partial
.
[
{
"typename": "SurrealDB.Abstractions.IDatabase\u00601",
"link": "https://raw.githubusercontent.com/ProphetLamb/Surreal.Net/9050c906117c795ca385fd52b75062771a2a8816/src/Abstractions/Database.cs",
"start": 6,
"end": 141
},
{
"typename": "SurrealDB.Abstractions.IDatabase",
"link": "https://raw.githubusercontent.com/ProphetLamb/Surreal.Net/9050c906117c795ca385fd52b75062771a2a8816/src/Abstractions/Database.cs",
"start": 141,
"end": 295
}
]
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.