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 check for interface implementations, CA1054 #6628

Merged
merged 3 commits into from
May 25, 2023

Conversation

steveberdy
Copy link
Contributor

Summary

Adds check for interface implementations when checking for string URI parameters, as these can be out of the user's control.

Fixes #6371

@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #6628 (74f342c) into main (5bfc7d5) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6628      +/-   ##
==========================================
- Coverage   96.40%   96.40%   -0.01%     
==========================================
  Files        1377     1377              
  Lines      322008   322038      +30     
  Branches    10434    10435       +1     
==========================================
+ Hits       310440   310468      +28     
- Misses       9078     9080       +2     
  Partials     2490     2490              

@steveberdy steveberdy marked this pull request as ready for review May 13, 2023 22:09
@steveberdy steveberdy requested a review from a team as a code owner May 13, 2023 22:09
@buyaa-n buyaa-n merged commit 615f625 into dotnet:main May 25, 2023
@github-actions github-actions bot added this to the vNext milestone May 25, 2023
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.

CA1054 fires when implementing an interface method
3 participants