Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

.NET 5.0 support #522

Closed
CyberSinh opened this issue Nov 15, 2020 · 9 comments
Closed

.NET 5.0 support #522

CyberSinh opened this issue Nov 15, 2020 · 9 comments

Comments

@CyberSinh
Copy link
Contributor

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

@alphaleonis
Copy link
Owner

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

@CyberSinh
Copy link
Contributor Author

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

@alphaleonis
Copy link
Owner

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?

@CyberSinh
Copy link
Contributor Author

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.

@Yomodo
Copy link
Collaborator

Yomodo commented Dec 2, 2020

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?

@CyberSinh
Copy link
Contributor Author

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.

@DPetersen257
Copy link

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...

@brisingraerowing
Copy link

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.

@CyberSinh
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants