Skip to content

Conversation

@manfred-brands
Copy link

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

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

Development

Successfully merging this pull request may close these issues.

ProvideCorrectArgumentsToFormattingMethodsAnalyzer throws IndexOutOfRangeException when building Microsoft.Extensions.Logging.Abstractions

3 participants