summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Reflection/DefaultEncoderAttribute.cs
Commit message (Collapse)AuthorAgeFilesLines
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
|
* Fixes InvalidCastExceptions for Identifier and Realm conversionsAndrew Arnott2012-04-051-0/+33
that can result from receiving a message before the static constructors for those types have executed. This corrects the regression introduced in v4.0.0. Fixes #109