-
Notifications
You must be signed in to change notification settings - Fork 591
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 NRT for the whole client assembly #1626
Conversation
@lukebakken Any idea what I broke with the public api analyzer that it reports internals on the netstandard2.0 target? |
@bollhals somehow this check started to work:
|
projects/RabbitMQ.Client/client/impl/ConsumerDispatching/ConsumerDispatcher.cs
Show resolved
Hide resolved
Co-authored-by: lechu445 <[email protected]>
@lukebakken nothing more from my side. LGTM |
@bollhals @lechu445 @paulomorgado thank you so much for your insights and contributions here 🥇 |
This comment was marked as resolved.
This comment was marked as resolved.
@lukebakken yes, you are correct. I had thought I had copied out the most recent version, but evidently not. Sorry about bothering you. |
@ngbrown no worries at all! If you're testing out the v7 RC candidates, we would appreciate any feedback you have. Thanks! |
Proposed Changes
Fixes #1596
Fixes #1622
Enables Nullable Reference Types in the client assembly
I realize a bit late that you intended to do this in 8.0 ... unfortunately I already was 80% through when I did see it 💯
You'll have to decide whether it's worth including it or push it after the snap for 7.0
Types of Changes
Checklist
CONTRIBUTING.md
documentFurther Comments
How does it work with the PublicAPI thing, does this need adjustment as well?