We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
!
Microsoft.Extensions.FileSystemGlobbing
This is a blanket issue for all ! operations that were added in #57398 They should be removed or reviewed.
Left to be fixed/reviewed:
FileSystemInfoBase.ParentDirectory
DirectoryInfoBase
GetDirectory
GetFile
<returns>
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-io See info in area-owners.md if you want to be subscribed.
area-System.IO, untriaged
area-System.IO
untriaged
Sorry, something went wrong.
Fixed in #57398
maxkoshevoi
Successfully merging a pull request may close this issue.
Description
This is a blanket issue for all
!
operations that were added in #57398They should be removed or reviewed.
Left to be fixed/reviewed:
FileSystemInfoBase.ParentDirectory
should be able to return null, but none of the implementation do that (!
were added to allow that though).DirectoryInfoBase
differ in nullability forGetDirectory
andGetFile
GetDirectory
return null?GetFile
return null?<returns>
doc)<returns>
doc)The text was updated successfully, but these errors were encountered: