robotdotnet / NetworkTables

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

Implements Native Loader Utilities library #37

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

The first thing this is waiting on the Rpc change, which is waiting on upstream. Then it is waiting on ILMerge to work for .net core, and how to have only a development assembly. The Core library must be an independent DLL.

ThadHouse commented 8 years ago

Ended up just implementing the NativeLibraryUtilities in order to not have to deal with ILMerge.