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 support for object initializers in interpolations #3463

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

sharwell
Copy link
Member

Fixes #3461

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #3463 (f1bf167) into master (49ef1d5) will decrease coverage by 3.20%.
The diff coverage is 100.00%.

❗ Current head f1bf167 differs from pull request most recent head 164a00d. Consider uploading reports for the commit 164a00d to get more accurate results

@@            Coverage Diff             @@
##           master    #3463      +/-   ##
==========================================
- Coverage   93.23%   90.02%   -3.21%     
==========================================
  Files        1063     1063              
  Lines      113073   109693    -3380     
  Branches     3980     3980              
==========================================
- Hits       105423    98752    -6671     
- Misses       6630     9870    +3240     
- Partials     1020     1071      +51     

@sharwell sharwell merged commit 4863d65 into DotNetAnalyzers:master Feb 22, 2022
@sharwell sharwell deleted the anonymous-interpolation branch February 22, 2022 18:44
@sharwell sharwell added this to the 1.2-beta.next milestone Feb 22, 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.

SA1013 misfires for object initializer in interpolated string
1 participant