jozefizso / SystemWrapper

.NET library for easier testing of system APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Any plans for netstandard2.0 support?

oleksandr-hulyi-sph opened this issue · comments

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 :)

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.

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

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