PlistCS icon indicating copy to clipboard operation
PlistCS copied to clipboard

A C# Property List (plist) serialization library.

Results 8 PlistCS issues
Sort by recently updated
recently updated
newest added

I am getting "An exception of type 'System.OutOfMemoryException' occurred in mscorlib.dll but was not handled in user code", in the ``` private static void parseOffsetTable(List offsetTableBytes) { for (int i...

Could you register this project to [Nuget](http://www.nuget.org/)? It will be awesome for C# developers! :)

Attempting to parse a plist file with a value > Int32.Max would result in an OverflowException. Since plist format uses the same tag for 16, 32, and 64 bit integers,...

If you want to write a string with a 'abnormal' UTF-8 char like '※' you get a OverflowException: Number Overflow. This is the exception: ``` Exception in Gtk# callback delegate...

I have added a nuspec file for generating a NuGet package to be submitted to http://nuget.org. To create the package: 1. Ensure [NuGet.exe](https://nuget.codeplex.com/releases/view/58939) is in your path 2. Build the...

- Generic versions of readPlist(...) methods are implemented - Following .NET naming convention - .gitignore has been added

Works great with Android and iPhone but cannot build on WP. Uses System.Xml.XmlDocument , System.Xml.XmlNode etc. that doesn't exist in the WP8 framework..