Closed ledzeppln closed 4 years ago
Probably this is kind of "undefined behaviour", as I was (am) not fully clear about that .NET Standard stuff.
If you are not relying on the Long Path features but are using the convenience functions only, you could try whether using Zeta Short Paths is sufficient for your .NET Standard library.
I really should mark the ZetaLongPaths.NetStandard as obsolete or remove it all together, since I do not maintain it anymore.
Sorry for any inconveniences.
The convenience functions are very nice and I like them. However we also need long path support. I'll reference the full framework version of your library for now until I find another solution. Thanks!
As an aside... any reason you are not supporting the .NET standard version going forward?
As an aside... any reason you are not supporting the .NET standard version going forward?
Multiple reasons:
I have a .NET standard library referencing ZetaLongPaths.NetStandard. This library is then referenced by a .NET full framework library. The .NET full framework library is referencing ZetaLongPaths .NET full framework version. When the .NET full framework library runs, I get the following error:
This seems to be a conflict between the two libraries. Is this expected?