peteraritchie / LongPath

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

Number of EntryPointNotFound exceptions on mono/linux #74

Closed spike0xff closed 4 years ago

spike0xff commented 6 years ago

Pri.LongPath 2.0.45

GetFullPathName <= Path.NormalizeLongPath <= File.Copy

CreateFile <= File.GetFileHandle <= File.Open <= File.CreateStreamWriter <= File.WriteAllText(path, contents, encoding)

FileInfo.Refresh (I call it directly)

I would like to submit PRs for these but wanted to document them before I started forgetting what I'd run into...

peteraritchie commented 4 years ago

Fixed by #85