John Kilmister
John Kilmister
The tag on this issue is for windows. Does a new issue for Mac need to be created and the title of this renamed? Guess it depends if it would...
I am seeing the same thing, this may help identify the issue. 
I am interested in this, the schema and property types have changed quite a bit so I assume changes will be needed.
I had the same issue if it contains `{` as it errors saying there is no closing braket
I am still seeing this issue. I cannot pin down how to recreate it though.
I am using VS Code Insiders most of the time and a combination of command line GIT and VS code git tooling. The issue only seems to affect NUKE, using...
@lszomoru I have managed to recreate the issue !!!! If I clone a repo and do not change the branch or interact with GIT in anyway. Next ask Github Co-Pilot...
All looks good now thank you
I think I can see in the code why this happens. This bug fix was added https://github.com/dotnet/sdk/issues/10024 to ensure that it sets verbosity minimal (much like the example above). https://github.com/dotnet/sdk/blob/a30e465a2e2ea4e2550f319a2dc088daaafe5649/src/Cli/dotnet/commands/dotnet-tool/install/ProjectRestorer.cs#L85...
https://github.com/dotnet/sdk/issues/22987#issuecomment-1280977262 The bot closed this however any thoughts on my comment which points to what I believe is the issue in the code that is in this code base?