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

Add support for dynamic proxies with non-public interfaces #342

Merged
merged 1 commit into from
Sep 19, 2019

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Sep 19, 2019

Fixes #236

@AArnott AArnott added this to the v2.2 milestone Sep 19, 2019
@AArnott AArnott requested review from ZoeyR, ikeras and jepetty September 19, 2019 11:38
@AArnott AArnott self-assigned this Sep 19, 2019
@codecov-io
Copy link

codecov-io commented Sep 19, 2019

Codecov Report

Merging #342 into master will increase coverage by 0.22%.
The diff coverage is 86.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #342      +/-   ##
==========================================
+ Coverage   87.63%   87.85%   +0.22%     
==========================================
  Files          34       35       +1     
  Lines        2281     2364      +83     
  Branches      441      454      +13     
==========================================
+ Hits         1999     2077      +78     
- Misses        214      216       +2     
- Partials       68       71       +3
Impacted Files Coverage Δ
src/StreamJsonRpc/SkipClrVisibilityChecks.cs 84.5% <84.5%> (ø)
src/StreamJsonRpc/ProxyGeneration.cs 98.02% <92.85%> (+0.42%) ⬆️
src/StreamJsonRpc/JsonRpc.cs 91.43% <0%> (+0.12%) ⬆️
...treamJsonRpc/Exceptions/ConnectionLostException.cs 75% <0%> (+25%) ⬆️
src/StreamJsonRpc/Exceptions/RemoteRpcException.cs 66.66% <0%> (+33.33%) ⬆️

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 ba0b883...0d3015e. Read the comment docs.

@AArnott AArnott merged commit de7e17c into microsoft:master Sep 19, 2019
@AArnott AArnott deleted the fix236 branch September 19, 2019 20:35
AArnott added a commit that referenced this pull request Jan 27, 2025
Add markup link checker to GitHub workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for dynamic proxies with non-public interfaces
3 participants