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

Allow object initializers and switch expressions in throw statements #3418

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 8, 2021

Fixes #3410

@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #3418 (f47a357) into master (aacf8a5) will increase coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head f47a357 differs from pull request most recent head 4fdcbcf. Consider uploading reports for the commit 4fdcbcf to get more accurate results

@@            Coverage Diff             @@
##           master    #3418      +/-   ##
==========================================
+ Coverage   93.09%   93.12%   +0.03%     
==========================================
  Files        1038     1041       +3     
  Lines      111809   111907      +98     
  Branches     3969     3970       +1     
==========================================
+ Hits       104089   104214     +125     
+ Misses       6702     6673      -29     
- Partials     1018     1020       +2     

@sharwell sharwell merged commit 6751a39 into DotNetAnalyzers:master Dec 8, 2021
@sharwell sharwell deleted the throw-switch-expression branch December 8, 2021 21:10
@sharwell sharwell added this to the 1.2-beta.next milestone Dec 8, 2021
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.

SA1513 doesn't allow throw exception from simplified switch
1 participant