robotdotnet / NetworkTables

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

Files missing from NetworkTables.core project #45

Closed sipsorcery closed 8 years ago

sipsorcery commented 8 years ago

'F:\Dev\FrcSmartDashboard\RdnNetworkTables\src\FRC.NetworkTables.Core\Native\Uname.cs' could not be found.
'F:\Dev\FrcSmartDashboard\RdnNetworkTables\src\FRC.NetworkTables.Core\Native\LoaderUtilities.cs' could not be found.
'F:\Dev\FrcSmartDashboard\RdnNetworkTables\src\FRC.NetworkTables.Core\Native\LibraryLoader.cs' could not be found.

ThadHouse commented 8 years ago

I'm not maintaining the old project structure anymore. You need to use the .NET Core standalone tooling or VS 2015 with the .NET Core preview tooling in order to build the project. Those use the .xproj solution and the .xproj files in each project if building using visual studio. I'll delete the old projects soon.

In addition to this, the DotNetDash project with https://github.com/robotdotnet/DotNetDash/pull/1 uses the regular FRC.NetworkTables project, which is the recommended NetworkTables for clients, as it works on everything. FRC.NetworkTables.Core is only provided basically for running on the RoboRio for greater compatibility.