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

Fix detection of DisableRuntimeMarshalling delegate interop to only warn when the delegate type is in an assembly with DisableRuntimeMarshalling #6124

Merged
merged 1 commit into from
Aug 20, 2022

Conversation

jkoritzinsky
Copy link
Member

Fix #6094

…arn when the delegate type is in an assembly with DisableRuntimeMarshalling
@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

Merging #6124 (860d69f) into main (efa5f8d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6124   +/-   ##
=======================================
  Coverage   96.05%   96.05%           
=======================================
  Files        1343     1343           
  Lines      309837   309885   +48     
  Branches     9868     9870    +2     
=======================================
+ Hits       297608   297655   +47     
- Misses       9840     9841    +1     
  Partials     2389     2389           

@jkoritzinsky jkoritzinsky merged commit d80e535 into dotnet:main Aug 20, 2022
@jkoritzinsky jkoritzinsky deleted the fix-delegate-interop branch August 20, 2022 02:18
@github-actions github-actions bot added this to the vNext milestone Aug 20, 2022
@jmarolf jmarolf modified the milestones: vNext, .NET 7.x Nov 15, 2022
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.

New version of NetAnalyzers throws CA1420 for delegates
3 participants