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

Error when package version uses the format [3.5.4] #42

Open
xt0rted opened this issue May 7, 2023 · 0 comments
Open

Error when package version uses the format [3.5.4] #42

xt0rted opened this issue May 7, 2023 · 0 comments

Comments

@xt0rted
Copy link

xt0rted commented May 7, 2023

We've pinned a couple packages since we can't upgrade to newer versions. The project files look like this:

<PackageReference Include="RavenDB.Client" Version="[3.5.4]" />
<PackageReference Include="RavenDB.Client.NodaTime" Version="[3.6.1]" />

Which results in the following error being reported and then the application closes out:

Error: Could not find color or style '3.5.4'.

This happened with version 1.12.0 while running snitch in the directory with the sln.

I think this is due to not escaping the package version (and maybe other text?) when writing it to the console.

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

1 participant