-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
feature: Add IsReadonly Expression #422
feature: Add IsReadonly Expression #422
Conversation
24fb63f
to
b4605a8
Compare
b4605a8
to
e404bdc
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #422 +/- ##
============================================
- Coverage 94.35% 94.19% -0.16%
- Complexity 573 582 +9
============================================
Files 67 69 +2
Lines 1505 1533 +28
============================================
+ Hits 1420 1444 +24
- Misses 85 89 +4 ☔ View full report in Codecov by Sentry. |
Thank you for your contribution @helyakin ! |
5f30251
to
f16c7f9
Compare
Thanks for your quick review @fain182 I'm super thrilled that you find this contribution interesting and worth adding 🙏🏻 I've just added the requested changes. |
great work, thanks! |
Hey there !
First of all I wanted to say how cool I find this package. It is very useful so thank you everyone !
I've started coding before reading the guidelines so maybe this will directly be closed.
Hopefully not 🙏🏻
So I'm with my project where I would like to enforce the classes to be
readonly
in a directoryAnd since I know using the reflection you directly have access to this value, so I figured it would not be that a big of a deal 🧠
I figured it should look like something like that:
I guess I should wait for your input before continuing in this way ?
Do you think this would be helpful for the community ?
Thank you for your time in any case and have a nice day !