2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incremented minor version, More... over 11 years ago
Documented XmlContentSerializer.CreateTypeResolver. More... over 11 years ago
Returned an ITypeResolver instance. More... over 11 years ago
Added a Guard Clause, verifying that the assembly contains public types annotated with [XmlRoot] attribute. More... over 11 years ago
Added XmlContentSerializer.CreateTypeResolver. The purpose of this function is to scan an assembly and find all types annotated with [XmlRoot] attributes, and pull the associated local and namespace names out of them. More... over 11 years ago
Renamed 'assembly' to 'assemblyToScanForEvents', which describes the role better. More... over 11 years ago
Wrapped demo test in-memory store in 'using' More... over 11 years ago
Changed a test to demo file storage. More... over 11 years ago
Modified DataContractContentSerializer.CreateTypeResolver's XML documentation, to reflect the change from DataContractContentSerializer.Create to DataContractContentSerializer.CreateTypeResolver. More... over 11 years ago
Changed DataContractContentSerializer.Create to DataContractContentSerializer.CreateTypeResolver. More... over 11 years ago
Changed DataContractContentSerializer.Create method to throw a more appropriate exception type when the supplied assembly is not valid. More... over 11 years ago
Changed DataContractContentSerializer.Create method to scan only the public types defined in the supplied assembly. More... over 11 years ago
Added DataContractAttribute to Code Analysis dictionary. More... over 11 years ago
Documented DataContractContentSerializer.Create. More... over 11 years ago
Applied the Boy Scout rule. More... over 11 years ago
Added a test case. More... over 11 years ago
Returned a DataContractContentSerializer instance. More... over 11 years ago
Added a Guard Clause, verifying that the assembly contains public types annotated with DataContractAttribute. More... over 11 years ago
Added DataContractContentSerializer.Create Factory Method. This purpose of this Factory Method is to scan an assembly and find all types annotated with [DataContract] attributes, and pull the associated local and namespace names out of them. More... over 11 years ago
Updated the XML doc examples to use new examples More... almost 12 years ago
Copied write examples to Visitor demo, More... almost 12 years ago
Added links to wiki pages, More... almost 12 years ago
Used the new TypeResolutionTable in demo code. More... almost 12 years ago
Used the new TypeResolutionTable in demo code. More... almost 12 years ago
Incremented minor version, More... almost 12 years ago
Merge branch 'type-resolution-table' of https://github.com/moodmosaic/AtomEventStore into moodmosaic-type-resolution-table More... almost 12 years ago
Customized AutoFixture to handle IReadOnlyCollection<T>. More... almost 12 years ago
Used Enumerable.SingleOrDefault instead of Enumerable.Single, in order to avoid a try/catch block. More... almost 12 years ago
Created a test variable declaratively. More... almost 12 years ago
Added a test case, asking for an mapped local name and an unmapped XML namespace. More... almost 12 years ago