jozefizso / SystemWrapper

.NET library for easier testing of system APIs.
Microsoft Public License
175 stars 62 forks source link

Question: Any plans for netstandard2.0 support? #58

Open oleksandr-hulyi-sph opened 4 years ago

oleksandr-hulyi-sph commented 4 years ago

This lib super useful for creating testable code. I'm wondering are there any plans for netstandard2.0 support? I've seen that net40 was dropped already , so it is not too far :)

jozefizso commented 4 years ago

No plans to make special build for netstandard2.0 yet. There are many Windows APIs which this library wraps so supporting netstandard would require to rewrite it quite a lot.

igi-dawlin commented 4 years ago

What about .NET 5? Is this library gonna be compatilbe with .net 5? @jozefizso

jozefizso commented 4 years ago

You can use these libraries in .NET Core 3 / .NET 5 apps as is, they should work in apps targeting Windows OS.