We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[3.5.4]
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.
snitch
I think this is due to not escaping the package version (and maybe other text?) when writing it to the console.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've pinned a couple packages since we can't upgrade to newer versions. The project files look like this:
Which results in the following error being reported and then the application closes out:
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.
The text was updated successfully, but these errors were encountered: