-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: fix incorrect private set
when ~MemberVisibility.Accessible
is used
#933
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #933 +/- ##
==========================================
+ Coverage 91.49% 91.50% +0.01%
==========================================
Files 215 215
Lines 7217 7216 -1
Branches 873 873
==========================================
Hits 6603 6603
+ Misses 408 407 -1
Partials 206 206 ☔ View full report in Codecov by Sentry. |
f382477
to
75778ad
Compare
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.
Thank you for this fast bugfix 😊
75778ad
to
bae8838
Compare
Thank you for the fast fix! Do you have an ETA on when the next release will be available in nuget? |
🎉 This PR is included in version 3.3.0-next.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
A preview release including this bug fix is published. We don't have an ETA on the next stable release, probably in a couple weeks. |
Thank you very much! |
🎉 This PR is included in version 3.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
feat: fix incorrect
private set
when~MemberVisibility.Accessible
is usedDescription
Prevents the invalid generation of set to a
private set
property if~MemberVisibility.Accessible
is used.Fixes #932
Checklist