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

Safely handle DirectoryNotFound #2008

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Commits on Jun 10, 2020

  1. Safely handle DirectoryNotFound

    Essentially the same thing as our `FileNotFoundException` handling, however here we also have to fabricate the directory tree.
    
    Fixes https://github.com/dotnet/aspnetcore/issues/22795
    TanayParikh committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    214dd4f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Catch all

    TanayParikh committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a6cb8d9 View commit details
    Browse the repository at this point in the history