sillsdev / libpalaso

Palaso Library: A set of .Net libraries useful for developers of Language Software.
MIT License
44 stars 51 forks source link

add usb drive info to net standard #1316

Closed hahn-kev closed 4 months ago

hahn-kev commented 5 months ago

previously drive info was excluded from the netstandard package, however this is blocking us from upgrading a number of projects to dotnet 8. This adds usb drive info back in using the DriveInfo.GetDrives() API which is avalible on all dotnet platforms.

One thing that's not clear to me is how I would go about testing this. I wouldn't be suprised if there were differences between the versions being used, but I'm not even sure where to start here.


This change is Reviewable