You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Source Link (preview[\*](#preview-status))
1
+
# Source Link
2
2
3
3
Source Link is a language- and source-control agnostic system for providing first-class source debugging experiences for binaries. The goal of the project is to enable anyone building [NuGet libraries to provide source debugging](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/debugging-with-symbols-and-sources.md) for their users with almost no effort. Microsoft libraries, such as .NET Core and Roslyn have enabled Source Link. Source Link is supported by Microsoft.
4
4
@@ -10,10 +10,6 @@ The [original Source Link implementation](https://github.com/ctaggart/SourceLink
10
10
11
11
> If you arrived here from the original Source Link documentation - you do not need to use `SourceLink.Create.CommandLine`. You only need to install the packages listed below.
12
12
13
-
#### Preview Status
14
-
15
-
We recommend using Source Link preview for building production packages. Although the implementation details and the public APIs of the Source Link pre-release packages are still in flux, there will be no difference in the format of the data it generates between preview and 1.0.0. The only changes in the generated data we expect are due to bug fixes that target scenario that previously did not work correctly.
16
-
17
13
## <aname="using-sourcelink">Using Source Link in .NET projects
18
14
19
15
You can enable Source Link experience in your own .NET project by setting a few properties and adding a PackageReference to a Source Link package:
@@ -52,7 +48,7 @@ For projects hosted by [GitHub](http://github.com) or [GitHub Enterprise](https:
0 commit comments