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
The System.IO.FileSystem.DriveInfo implementation on Linux currently enumerates the file systems and creates a DriveInfo for each. We should investigate whether there's better information to surface, something closer to what's done on Windows, or whether this is actually what developers will expect.
The text was updated successfully, but these errors were encountered:
The System.IO.FileSystem.DriveInfo implementation on Linux currently enumerates the file systems and creates a DriveInfo for each. We should investigate whether there's better information to surface, something closer to what's done on Windows, or whether this is actually what developers will expect.
The text was updated successfully, but these errors were encountered: