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

In-process Message Router #238

Merged

Conversation

BalassaMarton
Copy link
Contributor

Added Messaging.Host packge with in-process connection implementation

@BalassaMarton BalassaMarton requested a review from a team June 19, 2023 14:37
@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #238 (2498b0b) into main (e36257a) will decrease coverage by 3.50%.
The diff coverage is 75.00%.

❗ Current head 2498b0b differs from pull request most recent head 2d18256. Consider uploading reports for the commit 2d18256 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   75.89%   72.40%   -3.50%     
==========================================
  Files         135      137       +2     
  Lines        4398     4598     +200     
  Branches      138      138              
==========================================
- Hits         3338     3329       -9     
- Misses       1059     1268     +209     
  Partials        1        1              
Impacted Files Coverage Δ
...bSocket/MessageRouterBuilderWebSocketExtensions.cs 60.00% <ø> (-40.00%) ⬇️
...dotnet/src/Client/MessageRouterClientExtensions.cs 23.07% <ø> (-14.43%) ⬇️
...ng/dotnet/src/Server/Server/MessageRouterServer.cs 87.30% <ø> (ø)
...t/MessageRouterServerBuilderWebSocketExtensions.cs 100.00% <ø> (ø)
src/shell/dotnet/Shell/App.xaml.cs 0.00% <0.00%> (ø)
...Client/DependencyInjection/MessageRouterBuilder.cs 70.00% <100.00%> (-30.00%) ⬇️
...et/src/Host/Client/Internal/InProcessConnection.cs 100.00% <100.00%> (ø)
...nternal/MessageRouterBuilderInProcessExtensions.cs 100.00% <100.00%> (ø)
.../DependencyInjection/MessageRouterServerBuilder.cs 56.52% <100.00%> (ø)
.../ServiceCollectionMessageRouterServerExtensions.cs 100.00% <100.00%> (ø)

... and 6 files with indirect coverage changes

@BalassaMarton BalassaMarton force-pushed the messagerouter-in-process branch from 2498b0b to 4bf5a50 Compare June 19, 2023 15:01
@BalassaMarton BalassaMarton force-pushed the messagerouter-in-process branch from 4bf5a50 to 2d18256 Compare June 19, 2023 15:03
@BalassaMarton BalassaMarton reopened this Jun 20, 2023
@BalassaMarton BalassaMarton merged commit 34ad3a0 into morganstanley:main Jun 20, 2023
@BalassaMarton BalassaMarton deleted the messagerouter-in-process branch June 20, 2023 10:50
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