SharpeRAD
SharpeRAD
Any reason why this PR hasn't been accepted? I understand you may want to change the direction of inky in the future but in the meantime this looks like a...
Please contribute to the community by submitting a PR to resolve this issue.
The exception is thrown by **Microsoft.Web.Administration** This project is really just a wrapper for that nuget package which hasn’t been updated in a [long time](https://www.nuget.org/packages/Microsoft.Web.Administration/11.1.0) and hasn’t been open sourced....
I'm sorry but I don't know what you mean when you say "_a mistake with remote_". Please, can you clearly explain the problem you are facing? Preferably by including an...
@Symbianx submitted #18 for this a while ago but I didn't think it was a good idea. If multiple people want to do this then I shouldn't stop them 😆...
I would be happy to change this but I'm wary that it makes assumptions about the scripts people are running. I'll leave this issue open and see if anyone chimes...
We already [escape curly brackets](https://github.com/SharpeRAD/Cake.Powershell/blob/master/src/Cake.Powershell/Host/CakePSHostInterface.cs#L67) so the issue will be with how Cake.Core [formats logs](https://github.com/cake-build/cake/blob/c104e4162dd43cdaa2cfa701095c24a719b4be9b/src/Cake.Core/Diagnostics/Formatting/FormatParser.cs#L38). Check the output from Pester and see what character combination is causing Cake to throw,...
I've added `System.Management.Automation` back to the net46 in `v1.0.1`, hopefully that solves the problem for you.
Simple work around would be to get the API key from an environment variable inside the Powershell script rather than pass it in as an argument.
Possibly by changing the underlying implementation of WaitForStatus from the external library "System.ServiceProcess". Happy to accept a PR for this.