You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: