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

2.2.1: deterministic build and full SourceLink support

Latest
Compare
Choose a tag to compare
@nil4 nil4 released this 09 Dec 17:27
6272bb1

Version 2.2.1 brings minor updates and improvements:

  • builds with .NET 5.0 SDK
  • updates test dependencies
  • fully enables deterministic build
  • expands SourceLink support to track auto-generated files (e.g. AssemblyInfo.cs)

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.2.1

The .NET Standard 2.0 library, DotNet.Xdt can be referenced to apply XDT transforms:

dotnet add package DotNet.Xdt --version 2.2.1

A standalone dotnet-xdt.exe for .NET Framework 4.6.1 or later, downloadable under Assets above.

Note: given that Microsoft is now maintaining their own version of this code at https://github.com/dotnet/xdt, this repo is archived, and dotnet-xdt will not be developed any further.

An exception will be made if any major issues or incompatibilities with future .NET Core versions are apparent, but otherwise this tool is now mature and its development has concluded.