felixfbecker / PowerGit

Git with the power of the PowerShell object pipeline. For macOS, Linux and Windows.
Apache License 2.0
30 stars 6 forks source link

Get-GitStatusPrompt crashes PowerShell on 7.2 preview 8 #32

Closed ThomasNieto closed 2 years ago

ThomasNieto commented 3 years ago

I am unable to capture the exact error message but if you run Get-GitStatusPrompt in a git folder it will crash PowerShell.

ThomasNieto commented 3 years ago

@felixfbecker do you have any idea what might be causing this crash?

felixfbecker commented 3 years ago

According to the release notes, 7.2-preview.8 was upgraded to .NET Core v6.0.0-preview.6 so LibGit2Sharp will need to be upgraded/compiled against the new version here too.

ThomasNieto commented 2 years ago

This is caused by the same issue as described in https://github.com/felixfbecker/PowerGit/issues/35. Closing as a duplicate.