I'm upgrading a project from .NET v6 to v7. I've updated all my references to v7, and I updated cake to v3.0.0.
When I run git status on the repo, I get working tree clean. But when my cake frosting runs, Context.GitHasUncommitedChanges(repo) returns true - which is incorrect.
Did someone else get this error, or know what could cause it?
I'm upgrading a project from .NET v6 to v7. I've updated all my references to v7, and I updated cake to v3.0.0.
When I run
git status
on the repo, I getworking tree clean
. But when my cake frosting runs,Context.GitHasUncommitedChanges(repo)
returnstrue
- which is incorrect.Did someone else get this error, or know what could cause it?