openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
AtomEventStore
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Jul 02, 2025 — Jul 02, 2026
Showing page 3 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Incremented minor version,
Mark Seemann
More...
over 11 years ago
Documented XmlContentSerializer.CreateTypeResolver.
Nikos Baxevanis
More...
over 11 years ago
Returned an ITypeResolver instance.
Nikos Baxevanis
More...
over 11 years ago
Added a Guard Clause, verifying that the assembly contains public types annotated with [XmlRoot] attribute.
Nikos Baxevanis
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.
Nikos Baxevanis
More...
over 11 years ago
Renamed 'assembly' to 'assemblyToScanForEvents', which describes the role better.
Nikos Baxevanis
More...
over 11 years ago
Wrapped demo test in-memory store in 'using'
Mark Seemann
More...
over 11 years ago
Changed a test to demo file storage.
Mark Seemann
More...
over 11 years ago
Modified DataContractContentSerializer.CreateTypeResolver's XML documentation, to reflect the change from DataContractContentSerializer.Create to DataContractContentSerializer.CreateTypeResolver.
Nikos Baxevanis
More...
over 11 years ago
Changed DataContractContentSerializer.Create to DataContractContentSerializer.CreateTypeResolver.
Nikos Baxevanis
More...
over 11 years ago
Changed DataContractContentSerializer.Create method to throw a more appropriate exception type when the supplied assembly is not valid.
Nikos Baxevanis
More...
over 11 years ago
Changed DataContractContentSerializer.Create method to scan only the public types defined in the supplied assembly.
Nikos Baxevanis
More...
over 11 years ago
Added DataContractAttribute to Code Analysis dictionary.
Nikos Baxevanis
More...
over 11 years ago
Documented DataContractContentSerializer.Create.
Nikos Baxevanis
More...
over 11 years ago
Applied the Boy Scout rule.
Nikos Baxevanis
More...
over 11 years ago
Added a test case.
Nikos Baxevanis
More...
over 11 years ago
Returned a DataContractContentSerializer instance.
Nikos Baxevanis
More...
over 11 years ago
Added a Guard Clause, verifying that the assembly contains public types annotated with DataContractAttribute.
Nikos Baxevanis
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.
Nikos Baxevanis
More...
over 11 years ago
Updated the XML doc examples to use new examples
Mark Seemann
More...
almost 12 years ago
Copied write examples to Visitor demo,
Mark Seemann
More...
almost 12 years ago
Added links to wiki pages,
Mark Seemann
More...
almost 12 years ago
Used the new TypeResolutionTable in demo code.
Mark Seemann
More...
almost 12 years ago
Used the new TypeResolutionTable in demo code.
Mark Seemann
More...
almost 12 years ago
Incremented minor version,
Mark Seemann
More...
almost 12 years ago
Merge branch 'type-resolution-table' of https://github.com/moodmosaic/AtomEventStore into moodmosaic-type-resolution-table
Mark Seemann
More...
almost 12 years ago
Customized AutoFixture to handle IReadOnlyCollection<T>.
Nikos Baxevanis
More...
almost 12 years ago
Used Enumerable.SingleOrDefault instead of Enumerable.Single, in order to avoid a try/catch block.
Nikos Baxevanis
More...
almost 12 years ago
Created a test variable declaratively.
Nikos Baxevanis
More...
almost 12 years ago
Added a test case, asking for an mapped local name and an unmapped XML namespace.
Nikos Baxevanis
More...
almost 12 years ago
←
1
2
3
4
5
6
7
8
9
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree