Skip to content
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

Restore Constants class as public #833

Merged
merged 1 commit into from
May 13, 2020
Merged

Conversation

lukebakken
Copy link
Contributor

Fixes #819

@lukebakken lukebakken added this to the 6.1.0 milestone May 13, 2020
@lukebakken lukebakken requested a review from michaelklishin May 13, 2020 16:31
@lukebakken lukebakken self-assigned this May 13, 2020
@michaelklishin michaelklishin merged commit 8f7a0b4 into master May 13, 2020
@michaelklishin michaelklishin deleted the rabbitmq-dotnet-client-819 branch May 13, 2020 16:40
michaelklishin added a commit that referenced this pull request May 13, 2020
Restore Constants class as public

(cherry picked from commit 8f7a0b4)
@@ -782,6 +782,36 @@ namespace RabbitMQ.Client.Exceptions
public object Offender { get; }
}
}
namespace RabbitMQ.Client.Framing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of just bringing this back, could we change the namespace to RabbitMQ.Client instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukebakken I like this idea. But this PR is already merged, so we'd need another one 🤷‍♂️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy-peasy, I'll get it right now in a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constants are no longer visible
3 participants