question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AlphaFS .NET Core compatibility

See original GitHub issue

Hi,

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

Package 'AlphaFS 2.2.3' was restored using '.NETFramework,Version=v4.6.1' instead the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

The AlphaFS nuget package is it fully compatible with the latest .NET Core version (on Windows)?

Do you plan to support .NET Standard (even if AlphaFS is only a Windows project and will never be multiplatform)?

Thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
alphaleoniscommented, Oct 12, 2018

We plan to add support for .netstandard 2.0 in the next release.

0reactions
Rainmaker52commented, Aug 13, 2018

I just ran the same compatibility analyser, specifically for AlphaFS.

.NET Core 2.0 or .NET Standard 2.0 has a lot of issues.

But, for .NET Core 3.0, only the aformentioned RPEMD160 is marked as “Unsupported”. The same is true for .NET Core 2.0 + Platform Extensions.

Interesting that Mono 4.5 seems fully supported. Which is kind of strange for a library which almost exclusively interfaces with Windows DLLs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AlphaFS.New 2.3.0
AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
Read more >
AlphaFS 2.2.6
AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
Read more >
AlphaFS – AlphaFS – AlphaFS is a .NET library providing ...
Introduction. The file system support in .NET is pretty good for most uses. However there are a few shortcomings, which this library tries...
Read more >
Mixing .Net Framework app with .Net Core library
Compatibility but it doesn't seem to be a solution. Is there a way to have both projects build and run together? EDIT 1....
Read more >
Breaking changes in .NET 5
NET Core or cryptography. This article indicates whether each breaking change is binary compatible or source compatible:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found