Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Astn/JSON-RPC.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alexbclarke/JSON-RPC.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 19 files changed
  • 2 contributors

Commits on Jun 15, 2017

  1. Fix: Error "An item with the same key has already been added." when a…

    … JSON RPC service class in instantiated in the Global.asax.cs Init() method where it can be called several times.
    alexbclarke committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    0f518d7 View commit details
    Browse the repository at this point in the history
  2. Add TestServer_AspNet project with sample code using WebActivator to …

    …instantiate Json Rpc services
    alexbclarke committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    970cb82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41782fd View commit details
    Browse the repository at this point in the history
  4. Add NUnit3TestAdapter 3.7.0 and update NUnit to 3.7.1 to allow runnin…

    …g tests in Visual Studio
    alexbclarke committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    21281f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Reproduce "An item with the same key has already been added" error wh…

    …en instantiating the same service more than once. Add TestServer_AspNet to demonstrate that Global.Init() is called several times and instantiating a service there can cause the error. Suggested fix is commented out. Add NUnit3TestAdapter to allow running test from Visual Studio.
    alexbclarke committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    eb5c481 View commit details
    Browse the repository at this point in the history
  2. Fix "An item with the same key has already been added" error when ins…

    …tantiating the same service more than once.
    alexbclarke committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5bf1ab1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Configuration menu
    Copy the full SHA
    7c98955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b8aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Downgrade NUnit to 3.2.1 to prevent failing of Assert.AreEqual() on o…

    …bjects where properties only differ by position. Revert "Fix tests failing due to miss-formatted expected results" commit 94b8aa1. Add ThrowArgumentException_WhenInstantiatingAServiceMoreThanOnce() test.
    alexbclarke committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    8037db8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Configuration menu
    Copy the full SHA
    79f1baa View commit details
    Browse the repository at this point in the history
Loading