summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Reporting.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fix changes made in previous commits to actually adhere to StyleCop rules, ↵lcalabrese2015-08-071-1/+1
| | | | so the project even builds in Release mode
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-3/+4
|
* More warning fixes.Andrew Arnott2013-02-101-0/+1
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-1/+1
|
* OpenID RP login actually works now.Andrew Arnott2013-01-011-20/+24
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-38/+14
| | | | Build breaks are everywhere outside of just this one project as a result.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-4/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
|
* Removes all traces of MS Code Contracts.Andrew Arnott2012-12-261-7/+7
|
* Move the bool assignment inside the try catch to allow analysis tool to pass.Mike Roest2012-12-211-1/+1
|
* StyleCop fixAndrew Arnott2012-12-171-1/+1
|
* Add additional Exception handling to prevent a process crash on a Logger ↵Mike Roest2012-12-171-1/+5
| | | | Exception during SendStatsAsync
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-2/+2
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-2/+2
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-0/+9
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+900