-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Improve Code Quality #421
Improve Code Quality #421
Conversation
…ies that allocate to methods
|
||
position += 16; | ||
|
||
#if NET8_0_OR_GREATER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For when we target net8.0
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #421 +/- ##
==========================================
+ Coverage 75.06% 75.19% +0.13%
==========================================
Files 96 99 +3
Lines 2783 2782 -1
Branches 458 459 +1
==========================================
+ Hits 2089 2092 +3
+ Misses 579 575 -4
Partials 115 115
|
@abergs Ready for review. |
@iamcarbon Nice work on this Jason |
This PR contains the remaining immutability work for the v4 release, along with a few code quality improvements.