-
-
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
fix: extension method parameters for existing target mappings #923
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #923 +/- ##
=======================================
Coverage 91.49% 91.49%
=======================================
Files 215 215
Lines 7217 7217
Branches 872 873 +1
=======================================
Hits 6603 6603
Misses 408 408
Partials 206 206 ☔ View full report in Codecov by Sentry. |
7871b13
to
fb24d33
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 PR!
06baed9
to
60dc83f
Compare
60dc83f
to
c291aea
Compare
🎉 This PR is included in version 3.3.0-next.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Extension methods may generate invalid code
Description
Source
Generates:
Notice
this
before the second parameterChecklist