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

sourcelink .NET Core global tool

Compare
Choose a tag to compare
@ctaggart ctaggart released this 23 Jun 04:12
· 10 commits to master since this release
0bf49f9

A new 3.0.0 sourcelink .NET Core global tool replaces the dotnet sourcelink tool. The other tools have been replaced by tooling in .NET SDK 2.1 or dotnet/sourcelink Microsoft.SourceLink libraries. The readme has been updated.

Issues

  • #351 use EnableSourceLink instead of SourceLinkCreate
  • #350 remove dotnet-sourcelink as replaced by global tool
  • #349 sourcelink .NET Core global tool
  • #348 remove SourceLink.Embed.PaketFiles as no longer needed
  • #346 remove dotnet-sourcelink-git as no longer needed
  • #345 SourceLink.Create.GitLab replaced by Microsoft.SourceLink.GitLab
  • #344 SourceLink.Create.BitBucket replaced by Microsoft.SourceLink.Bitbucket
  • #343 SourceLink.Create.GitHub replaced by Microsoft.SourceLink.GitHub
  • #342 SourceLink.Embed.AllSourceFiles replaced by .NET SDK built in functionality
  • #305 SourceLink 3 Plan
  • #228 git submodule support
  • #138 On-Board project to the .NET Foundation

Pull Requests

  • #353 sourcelink global tool
  • #245 Add support for detecting and writing source link files for submodules