Mattias Karlsson
Mattias Karlsson
@TrymBeast, the correct fix would be to adjust [NuGetLogger](https://github.com/cake-build/cake/blob/d6c0cc3a0eb5a1432566a9c1db2399d48ff89ad7/src/Cake.NuGet/Client/NuGetLogger.cs#L53C8-L69C115)'s calls to `ICakeLog` to pass data as the second argument with a given `"{0}"` format, then there's no need for escaping....
@TrymBeast excellent 👍
> Yeah, I'm waiting for the company I work in to give the thumbs up, I guess I should ping them. @TrymBeast any luck?
> > @TrymBeast any luck? > > @devlead Yes, just give me a few days and I'll sign the CLA and finish what is pending in the PR. Excellent 👍
Planning for next release, were you able to submit the CLA? If you don't have time to fix the requested changes I could probably fixup those along with fixing the...
> > @TrymBeast have you had opportunity to Address feedback and CLA? > > If you can fix CLA but don't have time for feedback, then please accept CLA and...
Are you running any powershell in test task see this error in linked log ``` 2025-02-26T17:04:14: Error during rendering summary report (Report type: 'Html'): The process cannot access the file...
Is this still an issue?
Sorry wrong button 😊 @wwwlicious do you have an gist/example of your approach?
It's an async method do you await it? Example: https://github.com/cake-build/cake/blob/06e82a78bb8bfa978bcf838100caf69f1157cbdd/tests/integration/Cake.Common/Build/GitHubActions/GitHubActionsProvider.cake#L114