Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v2.3 into master #408

Merged
merged 10 commits into from
Jan 31, 2020
Merged

Merge v2.3 into master #408

merged 10 commits into from
Jan 31, 2020

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Jan 31, 2020

No description provided.

AArnott and others added 10 commits January 7, 2020 13:53
This new handler delimites JSON-RPC messages simply by a new line character.
I've heard of a few such JSON-RPC protocol implementations, which makes sense because people can simply type or paste a JSON-RPC message into a terminal and press enter and it will be processed.
Update several package references
…nRpc/MessagePack-2.1.80

Bump MessagePack from 2.0.323 to 2.1.80 in /src/StreamJsonRpc
Fix .NET Core 3.1 compiler warnings
@codecov-io
Copy link

codecov-io commented Jan 31, 2020

Codecov Report

Merging #408 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
+ Coverage   90.66%   90.68%   +0.02%     
==========================================
  Files          49       49              
  Lines        3705     3716      +11     
==========================================
+ Hits         3359     3370      +11     
  Misses        346      346
Impacted Files Coverage Δ
src/StreamJsonRpc/MessagePackFormatter.cs 93.91% <100%> (+0.11%) ⬆️
...pc/Reflection/MessageFormatterDuplexPipeTracker.cs 94.11% <0%> (-1.18%) ⬇️
src/StreamJsonRpc/MessageHandlerBase.cs 100% <0%> (+1.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 370feb1...a2b6466. Read the comment docs.

@AArnott AArnott merged commit 9c67de2 into master Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants