This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Release Notes
Cameron Taggart edited this page Jan 8, 2018
·
5 revisions
See https://github.com/ctaggart/SourceLink/releases for more recent versions.
- support for MSBuild 15, .NET Core, and Portable PDB files
- 2.0.0 issues
- 2.0.1 issues
- 2.0.2 issues
- #102 support Visual Studio 2015 C# pdb files
- #104 add support for SHA-1 and SHA-256 checksums in pdb
- #98 update to TFS 2015 client libraries
- #97 update to F# 4.0
- #95 add Windows 10 SDK pdbstr.exe location
- created SourceLink-Proxy to allow source indexing to private GitHub repositories
- hosting a SourceLink-Proxy at https://sourcelink.azurewebsites.net
- #76 SourceLink.exe checksums --check supports authentication with --username and --password
- #78 added SourceLink.exe linefeed for switching line endings before a build
- #81 simplified checksum validation flow
- #75 added SourceLink.Index for SourceLink.Fake to match the simpler flow
- #50 created a SourceLink.MSBuild so project files load VisualStudioVersion correctly
- issues for 0.6.0, and 1.0.0
- SourceLink.exe also on chocolatey
- SourceLink.SymbolStore
- SourceLink NuGet Package is now SourceLink.Core
- better TFS logging with FAKE, bug #45 fixed by Chet Husk
- bug fixed in PdFile.hasName by Jeremy Ansel, bug #61 IndexOutOfRange
- issues
- #47 Pdbstr.exec should work with absolute paths
- TFS integration
- issues
- SourceLink.Fake
- FAKE integration
- Visual Studio Online integration
- pdbstr.exe used instead of modifying pdb directly
- SourceLink.Build put aside for now in favor of SourceLink.Fake
- SourceLink.Build
- SourceLink distributed using NuGet 2.5 MSBuild Targets
- verify Git checksums using LibGit2Sharp
SourceLink v1 source indexing code was ported to C# for GitLink and then it was forked to be PdbGit. Those two are merging back. For source linking, all of that critical functionality has been baked into the C#/VB/F# compilers and System.Reflection.Metadata. Things have changed significantly and I'm hoping this time, we can work together more. There has already been some good collaboration. LibGit2Sharp.Portable was published by the PdbGit author so that dotnet-sourelink-git would work.