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 issue with dropped semicolon on NET472 #339

Merged
merged 2 commits into from Dec 3, 2023
Merged

Fix issue with dropped semicolon on NET472 #339

merged 2 commits into from Dec 3, 2023

Conversation

sungam3r
Copy link
Member

@sungam3r sungam3r commented Dec 3, 2023

fixes #301

@github-actions github-actions bot added the tests Pull request that adds new or changes existing tests label Dec 3, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a488587) 94.37% compared to head (acf12f4) 94.38%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #339   +/-   ##
=======================================
  Coverage   94.37%   94.38%           
=======================================
  Files          17       17           
  Lines        1174     1175    +1     
  Branches      214      214           
=======================================
+ Hits         1108     1109    +1     
  Misses         39       39           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sungam3r sungam3r added the bugfix Pull request that fixes a bug label Dec 3, 2023
@sungam3r sungam3r merged commit 4f41526 into master Dec 3, 2023
6 checks passed
@sungam3r sungam3r deleted the issue-301 branch December 3, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a bug tests Pull request that adds new or changes existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent output between net472 and net6/7
2 participants