-
Notifications
You must be signed in to change notification settings - Fork 80
Add support for xproj+project.json #83
Comments
We are definitely open for this |
Any update on that? |
We haven't seen a PR yet. But on the other hand, glad we skipped the project.json ride now it's being replaced by csproj again. |
Yes, it will be changed again. But for a few months (or more), there will be xproj files. Also, then csproj file will be different than current format. It would be good if GitLink supports both formats. |
If this will not take much time, I definetely would like this. Because all new projects with .NET Core / ASP.NET Core support have xproj format now and I believe it will not be changed in a very short time. So, it has worth to support it. |
@hikalkan if you can create a pr with what you have so far, I am happy to help out and finish the feature together. |
OK, It was a few weeks ago, I will check it again. |
+1 |
Don't think it makes sense to do any work on this until they finalizing the new tooling. |
Agree. It's a lot of work to implement this, from what I understood the project.json is going away again and being replaced by xproj. |
@ghuntley does that include shots and free shipping? |
Any updates? |
We are working on a version of GitLink that is solution / project unaware and only needs pdb files to work with. This would make this need redundant. It's WIP though. |
Any updates on this hehe?? Should we put a bounty on the PR $ 😝😁 I'm down for it |
Why would anyone work on this now? Project.json is about to be gone. Plus they said they are working on changes that will make it just work off the pdbs and not need the project |
My vote is wait until 2017 is out/stable. |
@ghuntley It should be good to work with the latest rc drop :) |
Do you have the version where you can specify the pdb file directly in a branch? I'd like to play with it? |
@DanielBryars Yep, the current develop branch is that one. It's already available as pre-release on NuGet & Chocolatey as well. |
GitLink 3.0 has just been released. I think this ticket can now be closed. If not, please feel free to comment / re-open. |
Hi there,
Currently GitLink only supports regular msbuild projects (e.g csproj), and not xproj projects (dnx projects and upcoming dotnet/cli projects). I'm currently migrating all my projects to this model but cannot use GitLink with them.
Could you consider adding support for this kind of projects?
Thanks!
The text was updated successfully, but these errors were encountered: