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

Handle new() syntax on SA1118 #3340

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

BlythMeister
Copy link
Contributor

Fixes #3339

@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #3340 (27e6bf8) into master (4d9b3e3) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3340      +/-   ##
==========================================
- Coverage   93.54%   93.54%   -0.01%     
==========================================
  Files        1021     1021              
  Lines      110463   110491      +28     
  Branches     3813     3813              
==========================================
+ Hits       103330   103355      +25     
- Misses       6175     6178       +3     
  Partials      958      958              

@sharwell sharwell merged commit 56c677b into DotNetAnalyzers:master Apr 28, 2021
@sharwell sharwell added this to the 1.2-beta.next milestone Apr 28, 2021
@sharwell
Copy link
Member

Thanks!

@BlythMeister
Copy link
Contributor Author

@sharwell out of interest, what is the release process? I.e. when can I get the version with this change?

@sharwell
Copy link
Member

I'm planning to publish a new beta release soon, which will have this change plus some faster code fixes.

@BlythMeister BlythMeister deleted the SA1118-new branch July 8, 2021 15:00
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.

SA1118: Fails when using new(){...} but not new myObject{...}
2 participants