Skip to content

Update LibGit2Sharp to 0.25.0-preview-0033#1416

Closed
nlowe wants to merge 1 commit into
GitTools:masterfrom
nlowe:feat/UpgradeLibGit2Sharp
Closed

Update LibGit2Sharp to 0.25.0-preview-0033#1416
nlowe wants to merge 1 commit into
GitTools:masterfrom
nlowe:feat/UpgradeLibGit2Sharp

Conversation

@nlowe

@nlowe nlowe commented May 30, 2018

Copy link
Copy Markdown

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

nlowe commented Jun 28, 2018

Copy link
Copy Markdown
Author

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

@dazinator

Copy link
Copy Markdown
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