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

Breaking change to command dotnet dev-certs #1266

Closed
Quotas opened this issue Nov 16, 2024 · 1 comment
Closed

Breaking change to command dotnet dev-certs #1266

Quotas opened this issue Nov 16, 2024 · 1 comment

Comments

@Quotas
Copy link

Quotas commented Nov 16, 2024

There has been a breaking change to the behaviour of dotnet dev-certs, it no longer creates a file path if its missing.

In the npm start https prerun script aspnetcore-https.js it runs the dev-certs command but errors if the file path does not exist due to the behaviour change. Needs to be updated to instead check if the dir exists and create it instead.

Can see the changes documented here - link

@jasontaylordev
Copy link
Owner

Fixed in #1271. Thanks for raising this issue and providing the link.

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

2 participants