SharpXml icon indicating copy to clipboard operation
SharpXml copied to clipboard

Fast, dependency-free XML serializer for .NET written in F#

Results 2 SharpXml issues
Sort by recently updated
recently updated
newest added

Seems like we can't use SharpXml with a SharePoint solution cause the assembly doesn't have a strong name. I get the assembly from the nuget package. The build failed with...

When serializing a list, it currently cannot handle ignoring the root of the list. Sample would be having a List After serialization, the output would be something like this. ```...