summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
Commit message (Expand)AuthorAgeFilesLines
* Test greenDavid Christiansen2015-01-051-55/+1
* Resolves #363David Christiansen2015-01-051-13/+18
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-1/+0
* Updates NuGet packages.Andrew Arnott2013-10-191-5/+20
* Removes InfoCard support from the library.Andrew Arnott2013-06-161-12/+0
* Removes tests based on hosting ASP.NET on a project-less web site.Andrew Arnott2013-06-021-4/+0
* Fixes some OpenID redirect tests.Andrew Arnott2013-03-231-0/+1
* Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-231-0/+3
* Fixes remaining build breaks.Andrew Arnott2013-03-221-1/+0
* Lots more test build break fixes.Andrew Arnott2013-03-171-0/+1
* More test build break fixes.Andrew Arnott2013-03-091-1/+0
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-3/+12
* Unit test build break fixes.Andrew Arnott2013-03-061-10/+0
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-271-3/+3
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-2/+0
* Consolidating on NUnit 2.6.1 (latest supported by TeamCity).Andrew Arnott2012-12-291-2/+3
* System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-281-0/+1
* Switches Moq and NUnit dependences to be NuGet packages.Andrew Arnott2012-12-281-2/+6
* Removed ClrVersion build property.Andrew Arnott2012-12-281-1/+0
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-271-3/+3
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+5
* Removes all traces of MS Code Contracts.Andrew Arnott2012-12-261-98/+0
* Fixes exception thrown on missing access tokenAndrew Arnott2012-11-101-0/+1
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-261-0/+2
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-0/+1
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-0/+1
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-1/+0
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+1
* Fixed build breaks in the solution.Andrew Arnott2012-03-171-0/+4
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-0/+1
* Turned off ccrewrite.exe for test assembly.Andrew Arnott2012-03-101-2/+2
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-0/+1
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-1/+2
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-2/+4
* Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dllAndrew Arnott2012-01-291-1/+2
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-4/+4
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-4/+12
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+2
* The whole solution now builds except for the test project.Andrew Arnott2011-08-021-0/+60
* Fixed build breaks in test project.Andrew Arnott2011-07-101-0/+22
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-6/+0
* StyleCop fixes and functional touch-ups.Andrew Arnott2011-05-081-1/+1
* Merge branch 'v3.4' into oauth2Andrew Arnott2011-05-061-0/+6
|\
| * Hid more implementation details of perf measurements.Andrew Arnott2011-05-031-1/+0
| * StyleCop clean.Andrew Arnott2011-05-031-1/+1
| * Perf tests now compare results against a baseline produced on the test machine.Andrew Arnott2011-05-021-0/+7
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-12-231-1/+0
|\ \ | |/
| * Fixed an MSTest-based unit test to be based on NUnit instead.Andrew Arnott2010-12-201-1/+0
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-211-0/+2
|\ \ | |/
| * Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-0/+2
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-091-1/+13
|\ \ | |/
| * Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-1/+0
| * Resolved build breaks after upgrading Code Contracts.Andrew Arnott2010-06-101-1/+14
* | Fixed namespace in unit test project to match new namespace in core library.Andrew Arnott2010-06-271-5/+5
* | Early efforts to store the tokens in a more binary form for compactness.Andrew Arnott2010-06-241-0/+1
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-06-081-11/+3
|\ \ | |/
| * Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-11/+3
* | JSON messages now work. :)Andrew Arnott2010-06-041-0/+1
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-061-0/+6
|\ \ | |/
| * Fixed XRDS discovery no longer prevents HTML discovery from succeeding.Andrew Arnott2010-03-151-0/+6
* | Moved some tests into a new test class.Andrew Arnott2010-04-051-0/+1
* | Swapped out the custom OAuth WRAP factory for the new StandardMessageFactory ...Andrew Arnott2010-02-221-0/+2
* | Added early version of StandardMessageFactory.Andrew Arnott2010-02-221-0/+1
|/
* Upgraded to VS2010.Andrew Arnott2010-02-101-11/+51
|\
| * NUnit project now builds while targeting both v3.5 and v4.0.Andrew Arnott2010-01-081-2/+1
| * Replacing the Shadow accessor generation with our own multi-targeting ready v...Andrew Arnott2010-01-081-3/+1
| * Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-081-1/+3
| |\
| | * Removed MSTest project type GUID and wired up NUnit in build.proj.Andrew Arnott2010-01-061-2/+1
| | * Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-1/+1
| | * First test converted to NUnit.Andrew Arnott2010-01-061-1/+4
| * | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-081-1/+1
| * | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-081-9/+7
| |\ \
| * \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-061-1/+8
| |\ \ \ | | | |/ | | |/|
| * | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and referenceAndrew Arnott2010-01-051-4/+0
| * | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-4/+49
* | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was no...Andrew Arnott2010-02-031-1/+2
| |_|/ |/| |
* | | Remodeled some of our build scripts after the new VC project system's .props ...Andrew Arnott2010-01-081-8/+5
* | | Added a product-wide .props and .targets file.Andrew Arnott2010-01-071-3/+4
| |/ |/|
* | Merge branch 'v3.3'Andrew Arnott2009-12-131-2/+0
|\ \ | |/
| * Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-051-2/+0
| * Made allowance for the public delay-signing key to be changed for someone els...Andrew Arnott2009-12-051-1/+1
* | Added support for identifiers that perform dual roles as OP Identifiers and C...Andrew Arnott2009-11-271-0/+3
* | Renamed test class to match new class name in library.Andrew Arnott2009-11-271-1/+1
* | Some extensive refactoring around IIdentifierDiscoveryResult and ServiceEndpo...Andrew Arnott2009-11-221-0/+1
* | Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-181-1/+4
|/
* Merge branch 'v3.2'Andrew Arnott2009-11-031-1/+2
|\
| * Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-031-0/+1
| |\
| | * Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-251-0/+1
* | | Merge branch 'master' into contractsAndrew Arnott2009-10-281-0/+1
|\ \ \
| * | | FxCop fixes.Andrew Arnott2009-10-271-1/+1
| * | | Added multi-part POST unit tests.Andrew Arnott2009-09-181-0/+1
* | | | Merge branch 'master' into contractsAndrew Arnott2009-09-031-0/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug where OpenIdTextBox would throw when given invalid input rather tha...Andrew Arnott2009-09-021-0/+1
* | | | Merge branch 'master' into contractsAndrew Arnott2009-09-011-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.2'Andrew Arnott2009-08-311-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-0/+1
| | |\ \ | | | |/
| | | * Added tests for unsolicited assertion sending and receiving, including agains...Andrew Arnott2009-08-301-0/+1
| * | | Added localized strings in Serbian.Andrew Arnott2009-08-291-0/+1