0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the single-letter alias within a path bug More... over 11 years ago
Update ReadMe.md More... over 12 years ago
Updated Copying More... over 12 years ago
Updated change-log More... over 12 years ago
Improved naming of test classes More... over 12 years ago
Added tests for the newly added dynamic known types. More... over 12 years ago
Added DataSet and DataTable dynamic known types without making YAXLib dependent to System.Data.dll More... over 12 years ago
Updated ChangeLog More... over 12 years ago
Added DynamicKnownTypes to remove dependency to System.Drawing (and potential other dlls) More... over 12 years ago
Fixed a bug where attributes with namespace same as the default namespace are not serialized properly More... over 12 years ago
Merge branch 'master' into attribute-with-namespace-test More... over 12 years ago
Fixed a bug with namespace data not serialized for collections passed directly to the serializer More... over 12 years ago
Merge branch 'master' into realtype More... over 12 years ago
Updated ChangeLog.txt More... over 12 years ago
Merge branch 'attributes' More... over 12 years ago
Updated ChangeLog.txt More... over 12 years ago
Added support for serialization/deserialization of collection inherited objects with added fields/properties More... over 12 years ago
add test for attribute with namespace More... over 12 years ago
Added the NUnit (Runner) project file More... almost 13 years ago
Fixed an (odd) issue which caused returning null when all members are null upon deserialization. More... almost 13 years ago
Added failing AttributeForSubclassTest with sample class that has properties implemented from an interface, which are ignored on serialization.
Asbjørn Ulsberg
as asbjornu
More... almost 13 years ago
Merged 'upstream/master' into 'attributes' to get to the latest HEAD as a basis for further development.
Asbjørn Ulsberg
as asbjornu
More... almost 13 years ago
Added a failing serialization test "NullableSample2WithNullAttributeTest" where a null attribute preferably shouldn't be present in the XML.
Asbjørn Ulsberg
as asbjornu
More... almost 13 years ago
Updated SerializationTest.NullableSample2Test() to take into account the newly added nullable enum to NullableSample2.
Asbjørn Ulsberg
as asbjornu
More... almost 13 years ago
Added a nullable enum to NullableSample2 and the failing test DeserializationTest.DesEmptyNullableTest().
Asbjørn Ulsberg
as asbjornu
More... almost 13 years ago
YAXLib 2.11 More... almost 13 years ago
Removed `AuthoringTests.txt` file created by VS Test Runner More... almost 13 years ago
Allowing changing YAXLib constants while serializing meta-data. More... almost 13 years ago
Classes can accept [YAXDictionary] and [YAXCollection] attributes. the value to these attributes can then be overridden by members. More... almost 13 years ago
Fixed another Namespace bug in querying XML-attributes More... almost 13 years ago