-
This is the norm now for XF so hoping package could be updated for .NET Standard 2.0 compatibility.
This really looks like the start of something great, so big thanks to you guys. Looking forward t…
-
I'm a big fan of this nuget package. Any chance you could support .NET Standard?
I would be willing to submit a pull request if you're interested.
-
Support for .net standard 2.0 would be great. This would allow .net framework compatibility along with .net core.
-
Based on looking at the solution and project files, it doesn't look like this is currently targeting .NET Standard. I'd like to recommend it because it's easier to do now, and will make it cross-platf…
-
This allows users to use .NET Core as well as .NET 5.
-
Hi, is there any plans on porting the library to .net standard ?
-
Hi,
Do you have plans to support .net standard 2? I attempted to use this library to enhace serialisation speed with Blazor, but was unable to due to the lack of the System.Reflection.Emit namespac…
-
Since .NET standard 2.0 have been release. Is there any plan to add support for .NET standard?
Thanks
Yong
-
Any chance of getting this recompiled into .NET Standard? As it is it's blocking upgrades. (yes with .NET Standard you can sort of us this, but you can't use it to deploy to Linux or docker as a resu…
-
Create a version of fNbt that works with .NET Core, by excluding some non-portable functionality via conditional compilation. Porting the whole thing to .NET core would not be practical without sacrif…