-
Notifications
You must be signed in to change notification settings - Fork 483
Add nullable reference type annotations to DynamicProxy's public API #668
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
Add nullable reference type annotations to DynamicProxy's public API #668
Conversation
3e5cfd5 to
781960a
Compare
a58f704 to
30bafc9
Compare
30bafc9 to
5405a0d
Compare
5405a0d to
7122b6c
Compare
|
P.S.: You can ignore the above question, I just remembered: unlike modifiers (modreqs and modopts), custom attributes are not part of the type/method signatures, therefore the addition of attributes should not cause any breaking changes. I ran a quick experiment which confirms this. So this PR should be safe to merge in a non-major version. |
No description provided.