Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curly braces fail output #25

Closed
DixonDs opened this issue Mar 27, 2017 · 2 comments
Closed

Curly braces fail output #25

DixonDs opened this issue Mar 27, 2017 · 2 comments

Comments

@DixonDs
Copy link

DixonDs commented Mar 27, 2017

The issue #18 is reproducible again, I guess after this PR was merged: #23

The new exception stacktrace:

 System.Management.Automation.CmdletInvocationException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format.
    at Cake.Diagnostics.Formatting.FormatParser.ParseProperty(TextReader reader)
    at Cake.Diagnostics.Formatting.FormatParser.<Parse>d__0.MoveNext()
    at Cake.Diagnostics.CakeBuildLog.Write(Verbosity verbosity, LogLevel level, String format, Object[] args)
    at Cake.Powershell.CakePSHostInterface.WriteLine(String value)
    at Microsoft.PowerShell.Commands.Internal.Format.ConsoleLineOutput.OnWriteLine(String s)
    at Microsoft.PowerShell.Commands.Internal.Format.ConsoleLineOutput.WriteLine(String s)
    at Microsoft.PowerShell.Commands.Internal.Format.ListWriter.WriteSingleLineHelper(String prependString, String line, LineOutput lo)
    at Microsoft.PowerShell.Commands.Internal.Format.ListWriter.WriteProperty(Int32 k, String propertyValue, LineOutput lo)
    at Microsoft.PowerShell.Commands.Internal.Format.ListWriter.WriteProperties(String[] values, LineOutput lo)
    at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ListOutputContext.ProcessPayload(FormatEntryData fed)
    at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessPayload(FormatEntryData fed, OutputContext c)
    at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessObject(PSObject so)
    at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessRecord()
    at System.Management.Automation.CommandProcessor.ProcessRecord()
@yanigisawa
Copy link
Contributor

Looks like this was fixed with this commit: da127b3

@SharpeRAD
Copy link
Owner

Going to close this now, feel free to reopen it if you are still experiencing an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants