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
@AgentEnder @bcallaghan-et I'm not able to lint my projects after this update, getting the following error:
> nx run project-a:lint Executing Command: dotnet --version 5.0.400 Cannot read property 'toString' of null
I'm on version 5.0.400 and dotnet-format 5.1.225507
5.0.400
5.1.225507
Originally posted by @pemsbr in #179 (comment)
The text was updated successfully, but these errors were encountered:
fix(core): nx lint {project} should work when cwd !== appRootPath (#216)
9fac321
Closes #215
release: 1.5.1 [skip ci]
4c469fb
## [1.5.1](v1.5.0...v1.5.1) (2021-10-15) ### Bug Fixes * **core:** nx lint {project} should work when cwd !== appRootPath ([#216](#216)) ([9fac321](9fac321)), closes [#215](#215) Oct 15, 2021, 4:44 PM
🎉 This issue has been resolved in version 1.5.1 🎉
The release is available on:
v1.5.1
Your semantic-release bot 📦🚀
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
AgentEnder
Successfully merging a pull request may close this issue.
@AgentEnder @bcallaghan-et I'm not able to lint my projects after this update, getting the following error:
I'm on version
5.0.400
and dotnet-format5.1.225507
Originally posted by @pemsbr in #179 (comment)
The text was updated successfully, but these errors were encountered: