Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sprintf format in TemplateTests::getDebuggingInfo (fsprojects#2846)
When looking at the remaining test failures when running on .NET 8 I noticed that some of the test error messages contained ...Debugging Info: Fake.DotNet.Cli.IntegrationTests.TemplateTests+getDebuggingInfo@58-2 Result: ... and I think that '+getDebuggingInfo' is because the sprintf in getDebuggingInfo contains 3 %s but only two parameters, so it's actually being treated as a partially applied function by the string interpolcation in isProcessSucceeded rather than a string? Looks like it's been like that for some time - not sure what the original intent was
- Loading branch information