summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/Reflection
Commit message (Collapse)AuthorAgeFilesLines
* Turned on runtime contract checking for debug builds and fixed the errors ↵Andrew Arnott2009-04-191-3/+12
| | | | that it caught.
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-142-32/+32
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior.Andrew Arnott2008-12-082-0/+91
|
* Added MessagePart versioning capability.Andrew Arnott2008-11-201-3/+8
| | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests.
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-1/+1
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Lots of Messaging plumbing work to support DotNetOpenId associate messages.Andrew Arnott2008-11-061-0/+50
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-044-0/+496