This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
2.1.1: enable SourceLink
Version 2.1.1
enables SourceLink to facilitate debugging with access to the original source code. There are no functional changes from version 2.1.0
.
Packages are published on NuGet with SourceLink enabled.
The cross-platform global tool, dotnet-xdt
, for .NET Core SDK 2.1 and later:
dotnet tool install --global dotnet-xdt --version 2.1.1
The .NET Standard 2.0 library, DotNet.Xdt
can be referenced to apply XDT transforms:
dotnet add package DotNet.Xdt --version 2.1.1
A standalone dotnet-xdt.exe
for .NET Framework 4.6.1 or later, downloadable under Assets above.