Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

2.1.1: enable SourceLink

Compare
Choose a tag to compare
@nil4 nil4 released this 16 May 21:35
· 12 commits to master since this release
ad49457

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.