Project option not working correctly for the `user-jwts` command
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Describe the bug
Running dotnet user-jwts list --project src/Api/ returns:
The project file ‘src/Api/src/Api/’ does not exist.
Expected Behavior
No error. The equivalent user-secrets command works fine.
dotnet user-secrets list --project src/Api/
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
7.0.102
Anything else?
WSL, Debian GNU/Linux 11 (bullseye).
Issue Analytics
- State:
- Created 8 months ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
EF Core Error - No project was found. Change the current ...
I get the following Error. enter image description here. No project was found. Change the current working directory or use the --project option....
Read more >Create development-time JWTs using dotnet user-jwts
Command to create new empty minimal API project and add JWT authentication package. After creating you should have following directories and ...
Read more >Test Authorization in ASP.NET Core Web APIs With the ...
How to use the new user-jwts tool to test a protected ASP.NET Core Web API without involving an authorization server.
Read more >How to Handle JWTs in Python
Learn how to create, encode, parse, decode and verify your JWTs in Python using PyJWT. ... You can even use jwt.io to create...
Read more >Generate tokens with dotnet user-jwts
Creates and manages project specific local JSON Web Tokens. Arguments. PROJECT | SOLUTION. The MSBuild project to apply a command on. If a ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for contacting us.
We’re moving this issue to the
.NET 8 Planningmilestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it’s very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.Yep! Something like this would be serviced. Typically, the process is to land it in a 8.0 preview release, validate the fix, then backport it to 7.0. The bar for these backports is a little higher (see this doc) so hence the need for some bake time.
Next month or two is where I was feeling it depending on some other items. Happy to review a PR if you get to it before then but otherwise no worries.