rabbitmq / rabbitmq-dotnet-client

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
https://www.rabbitmq.com/dotnet.html
Other
2.06k stars 574 forks source link

Invalid parameter name in IManagementClient.DeleteExchangeBindingAsync #1375

Closed troglas closed 11 months ago

troglas commented 11 months ago

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

michaelklishin commented 11 months ago

IManagementClient is not an interface this client provides.