robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Capability with .NET Core #2

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

I ran the portability tester, and got the following regressions that need to be changed to enable .NET Core support

NetworkTablesCore

NetworkTablesManaged

From the looks of it, NetworkTablesCore is much easier to port, which makes sense since its just a thin wrapper. NetworkTablesManaged is going to require a lot more work.

ThadHouse commented 8 years ago

They will be adding BeginConnect and EndConnect to the Sockets, so we are able to recreate the code. So everything is going to work with core.

ThadHouse commented 8 years ago

11 Completes this. We now have full compatibility with .net core, and the managed version supports Net Standard 1.3, which means UAP support..