2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Jul 03, 2025 — Jul 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a test case, asking for an unmapped local name and a mapped XML namespace. More... almost 12 years ago
Refactored a test, in order to be more robust. More... almost 12 years ago
Renamed TypeResolutionEntry.Resolution to ResolvedType. Resolution is quite an overloaded noun: http://dictionary.reference.com/browse/resolution. More... almost 12 years ago
Refactored a test, in order to ask the SUT from the method arguments, and then select one from SUT's Entries. More... almost 12 years ago
Required a IReadOnlyCollection<T> as an argument, instead of IEnumerable<T>. The bottom line is that defensive copying of IEnumerable<T> into arrays should be avoided. For an in-depth analysis, see this post: http://blog.ploeh.dk/2013/07/20/linq-versus-the-lsp/. More... almost 12 years ago
Refactored a test, in order to be more robust. More... almost 12 years ago
Refactored a test, in order to be more robust. More... almost 12 years ago
Addressed a Code Analysis warning. More... almost 12 years ago
Documented TypeResolutionEntry properties. More... almost 12 years ago
Documented TypeResolutionEntry constructor. More... almost 12 years ago
Documented TypeResolutionEntry class. More... almost 12 years ago
Documented TypeResolutionTable.Entries. More... almost 12 years ago
Documented TypeResolutionTable constructors. More... almost 12 years ago
Documented TypeResolutionTable.Resolve. More... almost 12 years ago
Documented TypeResolutionTable class. More... almost 12 years ago
Satisfied the ITypeResolver protocol, by throwing an appropriate exception when doesn't know how to map input to a proper type. More... almost 12 years ago
Returned resolved type in TypeResolutionTable.Resolve. More... almost 12 years ago
Added a Guard Clause. More... almost 12 years ago
Added Entries property to TypeResolutionTable. More... almost 12 years ago
Added a Guard Clause. More... almost 12 years ago
Added Resolution property to TypeResolutionEntry. More... almost 12 years ago
Added a Guard Clause. More... almost 12 years ago
Added LocalName property to TypeResolutionEntry. More... almost 12 years ago
Added a Guard Clause. More... almost 12 years ago
Added XmlNamespace property to TypeResolutionEntry. More... almost 12 years ago
Verified TypeResolutionEntry Guard Clauses. More... almost 12 years ago
Verified TypeResolutionEntry Properties. More... almost 12 years ago
Introduced TypeResolutionEntry. More... almost 12 years ago
Changed generic type argument on AtomEventObserver More... almost 12 years ago
Moved example UserVisitor to a public class, More... almost 12 years ago