3 Months Ago
Initial commit Make NetworkTableContainer into an internal interface INetworkTableContainer. Use explicit interface implemention to keep members from being exposed to public API. Add some exception handling Let the INetworkTableContainer handle writing/reading whether it's only changes or a full update Backwards compatibility for IList and IDictionary but it isn't ideal so throw a warning to use NetList and NetDictionary Fix some documentation. Add ExchangeNetList test. When new instance of NetDictionary or NetList is created, add Reset change immediately. We want clients to know it's completely changed. Add appropriate unit tests Fix for hashcode INetworkCustom. Add tests for NetList, NetDictionary. Add example usage Better formatting