AlphaFS icon indicating copy to clipboard operation
AlphaFS copied to clipboard

.NET 5.0 support

Open CyberSinh opened this issue 4 years ago • 8 comments

Hi,

I tried to use AlphaFS in a .NET 5.0 project and I get the following warning:

Avertissement NU1701: Le package 'AlphaFS 2.2.6' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet 'net5.0-windows7.0'. Ce package n'est peut-être pas totalement compatible avec votre projet.

Does the .NET 5.0 framework officially supported?

Thanks.

Regards,

Sylvain

CyberSinh avatar Nov 15 '20 16:11 CyberSinh

That sounds like complete French to me. 🤣 But no, unfortunately .NET 5.0 is not (yet) supported.

alphaleonis avatar Nov 15 '20 19:11 alphaleonis

OK thanks. Do you have a roadmap for .NET 5.0 support?

CyberSinh avatar Nov 15 '20 20:11 CyberSinh

No, unfortunately I don't think we have a roadmap yet. I haven't had time to investigate this personally yet, so don't quite know the scope of it. @Yomodo, do you have any input on this?

alphaleonis avatar Nov 24 '20 08:11 alphaleonis

What would need to be done to make AlphaFS officially compatible with .NET 5.0? As it is, the library seems to work without any problems.

CyberSinh avatar Nov 29 '20 11:11 CyberSinh

Hi! Sorry for the delay.

I cannot believe I'm saying this, but apart from the NTFS specific stuff, why would you still want to use AlphaFS on NET 5?

Guess "long path" is not an issue anymore?

Yomodo avatar Dec 02 '20 15:12 Yomodo

I don't see any API such as Volume.GetUniqueVolumeNameForPath in .NET 5 for eg. Also, you don't have any way to enumerate file system entries with filters like ErrorFilter.

CyberSinh avatar Dec 02 '20 15:12 CyberSinh

Poking this issue as I'm running into it...

Another reason for AlphaFS on .net 5 is that .net 5 doesn't seem to have any methods for converting to local to UNC paths. I have a strong need in my app (both in .net standard and .net 5) to convert both local and remote paths to UNC format

Not sure why Windows supports working with UNC paths but can't convert to them...

DPetersen257 avatar Aug 05 '21 22:08 DPetersen257

I used a converter to convert the project to .NET 5. It doesn't appear that any changes were needed (from the Git stuff in VS), though I don't remember if I did change anything.

brisingraerowing avatar Aug 12 '21 17:08 brisingraerowing

I'm closing this issue as there are no further developments to be expected from AlphaFS. Is AlphaFS dead ? #529

CyberSinh avatar Jul 28 '23 08:07 CyberSinh