-
Notifications
You must be signed in to change notification settings - Fork 55
support for .NET Core and Portable PDB files #121
Comments
|
We are working on moving octokit.net to .NET core and as you know, we use SourceLink currently. The mentioned upstream dependencies are good now I think... 2 of the linked issues are merged and although the FAKE one isnt merged, I do know we were building a sample app with a recent FAKE version (4.39.1) So any hopes of SourceLink support for project.json/xproj dotnetcore projects? 😀 |
Hi @ryangribble, I'm going to wait until the next release where they adopt MSBuild again. It should be soon, I hope.
|
I got introduced to the updated dotnet cli tooling that uses the revamped msbuild and it is a great improvement! I was up in Redmond this last week for the MS MVP conference. I need to figure out how to add a |
With the Visual Studio 2017 RC out and with the updated msbuild support, it looks like a good time to create the MSBuild task for SourceLink as specified here: |
Visual Studio 2017 RC3 has I am just getting caught up on this week's updates in dotnet/roslyn#12759. |
@cloudRoutine @ryangribble @tmat @AArnott https://github.com/ctaggart/SourceLink There is also an example of putting the references in a separate file here: |
Any chance of this happening?
The text was updated successfully, but these errors were encountered: