Skip to content

Conversation

@nlowe
Copy link

@nlowe nlowe commented May 30, 2018

Based on #1248, this Upgrades LibGit2Sharp to 0.25.0-preview-0033. Getting tests to pass required upgrading GitTools.Testing and GitTools.Core to the latest version. GitTools.Testing's minimum target is 4.5.2, so the testing projects had to be upgraded.

Starting with 0.25.0-preview-0073, LibGit2Sharp is netstandard2.0 only. I ran into target file issues with the targets that add references to the native binaries. I have to look into this more but I believe the simplest solution is to go straight to netstandard2.0 here (#1175 ?). If you're uncomfortable running on a pre-release, I can re-do this to target 0.24.1 as it still fixes #1415 for me. Let me know what you think.

Fixes #1415

@nlowe nlowe force-pushed the feat/UpgradeLibGit2Sharp branch from eb1bab8 to e4e17ef Compare June 28, 2018 17:53
@nlowe
Copy link
Author

nlowe commented Jun 28, 2018

Rebased on master, there were a lot of conflicts with the recent dotnet core merge.

@dazinator
Copy link
Contributor

Sorry guys, it looks like multiple people have tried to do the same thing and there are overlapping pr's. Im closing this one in favour of #1422

@dazinator dazinator closed this Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update libgit2sharp to 0.24+ to fix path issues with escape sequences

2 participants