-
Notifications
You must be signed in to change notification settings - Fork 266
Make sure FileNotFound exceptions contain path and proper message #427
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
Conversation
👍 On the That should eventually be used everywhere so there isn't any inconsistent |
OK, I think now all commonly used exceptions are handled centrally. There are a lot of places where we don't use strings from resources or do stuff otherwise inconsistently, but I don't want to too much in this PR, so I'll leave this work for someone else :) |
@rkoeninger maybe one more quick 👀 ? |
Looks good! |
- Do not throw exception when calling DirectoryInfoWrapper.Parent for the root directory (#430) by @wexman - Fix MockDirectoryInfo GetFiles for UNC paths caused by bug in StringExtensions.NormalizeSlashes (#422) by @DeveloperGuo - Pass IFileSystem into FileWrapper instead of FileSystem to allow replacement file systems to be used (#432) by @kirbatious - Make sure FileNotFound exceptions contain path and proper message (#427) by @fgreinacher - Do not delete directories that start with the same path (#433) by @updateaman
Fixes #424