Hi
Currently, one of our repos is using refstorage:
https://git-scm.com/docs/git-config
We are getting this error:
Microsoft.Build.Tasks.Git.targets(25, 5): Error reading git repository information: Unsupported repository extension 'refstorage'. Only noop, preciousObjects, partialclone, worktreeConfig are supported.
DotNet 10.0.3
We disabled it with:
<SuppressImplicitGitSourceLink>true</SuppressImplicitGitSourceLink>
But I wonder if this can be fixed/added.
Thanks.