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

🐛 Automatically create the https folder. #1271

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

jasontaylordev
Copy link
Owner

Fixes the issue mentioned in #1266 and #1247. For reference:

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 jasontaylordev merged commit a6135d6 into main Nov 18, 2024
3 checks passed
@jasontaylordev jasontaylordev deleted the FixAspNetCoreHttps branch November 18, 2024 01:40
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

Successfully merging this pull request may close these issues.

1 participant