Commit Graph

14 Commits

Author SHA1 Message Date
5f6bf00855 General refactor and clean-up. 2025-08-07 22:31:12 +01:00
Luke Tomkus
742e1fa57a Allow NSObject Wrap to handle lists of maps/dicts.
Add corresponding test case.
2025-04-27 15:26:10 -04:00
19756723a3 Code refactor and clean-up to follow new C# 9 conventions and features where applicable. 2021-04-30 13:06:04 +01:00
c109d2c76b Code cleanup and refactor. 2018-07-09 19:57:08 +01:00
Frederik Carlier
a5828d3d20 Fix build warnings 2018-05-22 22:02:06 +02:00
114fd9b2fc .NET has some kind of bug with DST. On winter time, TestXml() works. On summer time, TestXml() fails by the amount modified by time savings. Workaround it. 2017-05-20 02:34:00 +01:00
673825548f Consider all ASCIIPropertyLists as UTF8 on opening, instead of considering them ASCII. Fixes #15. 2017-05-20 02:27:53 +01:00
Frederik Carlier
d9670db803 Migrate to xUnit 2017-03-16 23:37:42 +01:00
Frederik Carlier
c2f15567c7 Fix the datetime test (use the correct UTC value) 2016-06-22 13:11:52 +02:00
Frederik Carlier
ec6d00342f Update unit tests after updates to work on .NET Core 2016-05-22 19:12:44 +02:00
Frederik Carlier
2bacfb7037 Update the parsing code to match to work with the new NSArray class 2016-05-22 16:37:44 +02:00
99d374fef2 Should use a serializable object type. 2015-02-19 20:37:49 +00:00
c244212d25 Convert unix date to .net dates.
Array.Equals() does not compare array internals but object
	reference, implement substitute.
	String.Substring() has a different API than Java, correct.
2015-02-19 20:26:05 +00:00
4e037a2170 Implement ParseTest 2015-02-19 19:28:42 +00:00