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

Unhandled exception on submitting pull request for manifest - part of winget-create new operation #28

Closed
dh2i-oj opened this issue May 26, 2021 · 2 comments
Assignees

Comments

@dh2i-oj
Copy link

dh2i-oj commented May 26, 2021

As part of testing winget-create new, I'm trying to submit the manifest to the WIndows Package Manager repository and encountering the following error:

Submitting pull request for manifest...

Unhandled exception. System.FormatException: Input string was not in a correct format.
at System.Text.ValueStringBuilder.ThrowFormatError()
at System.Text.ValueStringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.Format(String format, Object[] args)
at Microsoft.WingetCreateCLI.Logging.Logger.Log(LogLevel level, String format, Object[] args)
at Microsoft.WingetCreateCLI.Logging.Logger.Error(String message, Object[] args)
at Microsoft.WingetCreateCLI.Program.Main(String[] args)
at Microsoft.WingetCreateCLI.Program.

(String[] args)

@ryfu-msft
Copy link
Contributor

Hi @dh2i-oj! Thanks for filing this bug.

From the error message, it's hard for me to tell where the tool went wrong. Could you provide a screenshot or a list of what steps you took to get to this state? That way I can try it out and see what went wrong.

@dh2i-oj
Copy link
Author

dh2i-oj commented May 27, 2021 via email

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

No branches or pull requests

3 participants