Skip to content

Conversation

@maxkoshevoi
Copy link
Contributor

Fixes: #3351

@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #3482 (df4c6a3) into master (5665492) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3482   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files        1063     1063           
  Lines      113088   113132   +44     
  Branches     3979     3980    +1     
=======================================
+ Hits       105438   105482   +44     
  Misses       6630     6630           
  Partials     1020     1020           

Comment on lines +107 to +111
// /0/Test0.cs(2,1): warning SA1516: Elements should be separated by blank line
Diagnostic().WithLocation(0),

// /0/Test0.cs(2,1): warning SA1516: Elements should be separated by blank line
Diagnostic().WithLocation(0),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❔ Do we know why this is reported twice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's also reported twice in the first test in this file (from which I copied this one), so it's an existing behavior.
Not sure why it's reposted twice (or even is it actually reported twice, or it's a test system issue)

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.

SA1516: misfire in C# 9 top-level statements

2 participants