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: OmniSharp/csharp-language-server-protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OmniSharp/csharp-language-server-protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/systemtextjson
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 670 files changed
  • 1 contributor

Commits on May 5, 2020

  1. Added failing test

    * fixed an issue where if cancellation token was throw and not caught the scheduling thread would die (and potentially the entire process if the exception went unhandled)
    * Deal with undhandled exceptions as well, and report down through logging
    * removed unused constants
    * Added some more work continued tests and a benchmark for comparisons
    * Made improvements to unit tests for input and output.  Fixed a small issue related to not emptying out the shared memory for content length parsing
    * Added reference assemblies and removed debugging buffer
    david-driscoll committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a54a9e8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. system.text.json wip

    david-driscoll committed May 9, 2020
    Configuration menu
    Copy the full SHA
    5079757 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

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