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 IndexOfOfRangeException for non-formatting methods. #6884

Closed
wants to merge 1 commit into from

Conversation

manfred-brands
Copy link
Contributor

Fixes dotnet/runtime#90357

Excludes non-formatting method from checks as it is impossible to ever pass the correct number of arguments.

@manfred-brands manfred-brands requested a review from a team as a code owner August 23, 2023 04:18
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #6884 (b9d44e1) into main (7e4877c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6884   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files        1403     1403           
  Lines      330977   331005   +28     
  Branches    10890    10891    +1     
=======================================
+ Hits       319056   319085   +29     
+ Misses       9187     9186    -1     
  Partials     2734     2734           

@tarekgh
Copy link
Member

tarekgh commented Aug 23, 2023

I am in favor going with #6885 and close this PR.

CC @buyaa-n @stephentoub

@buyaa-n
Copy link
Member

buyaa-n commented Aug 24, 2023

Closing in favor of #6885

@buyaa-n buyaa-n closed this Aug 24, 2023
@manfred-brands manfred-brands deleted the runtime90357 branch October 18, 2023 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants