libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.17k stars 886 forks source link

Updates for trimming compatibility #2084

Closed bording closed 6 months ago

bording commented 6 months ago

This PR enables support for trimming by setting <IsTrimmable>true</IsTrimmable> and adding a test project to verify trimming compatibility.

All warnings surfaced by these changes have been fixed, so LibGit2Sharp should now be compatible with trimming.