jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
17.04k stars 3.65k forks source link

Breaking change to command dotnet dev-certs #1266

Closed Quotas closed 2 days ago

Quotas commented 3 days ago

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 commented 2 days ago

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