peteraritchie / LongPath

drop-in library to support long paths in .NET
GNU Lesser General Public License v3.0
112 stars 43 forks source link

Mono feature #61

Closed peteraritchie closed 7 years ago

peteraritchie commented 7 years ago

okay, I figured out what the problem was. there were unit tests to make sure LongPath.FileSystemInfo had the same number of members as System.IO.FleSystemInfo (i.e. drop-in replaceable). That didn't take into account extra members; so I changed it to account for that. Same for FileInfo and DirectoryInfo