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

Invalid parameter name in IManagementClient.DeleteExchangeBindingAsync #1375

Closed
troglas opened this issue Aug 24, 2023 · 1 comment
Closed

Comments

@troglas
Copy link

troglas commented Aug 24, 2023

Describe the bug

Current parameters:

string vhostName,
string fromExchangeName,
string sourceExchangeName, // This should be named something like "destinationExchangeName"
string propertiesKey,
CancellationToken cancellationToken = default

Reproduction steps

Investigate the IManagementClient.DeleteExchangeBindingAsync description.

Expected behavior

string sourceExchangeName should have a name that describes the fact that it is a destination

Additional context

No response

@troglas troglas added the bug label Aug 24, 2023
@michaelklishin
Copy link
Member

IManagementClient is not an interface this client provides.

@michaelklishin michaelklishin closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
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

No branches or pull requests

2 participants