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.05k stars 575 forks source link

Should IModelExensions be named IModelExtensions (with a "t")? #1430

Closed China-Mr-zhong closed 7 months ago

China-Mr-zhong commented 7 months ago

Describe the bug

ClassName:IModelExensions Exensions The word is wrong

Reproduction steps

1. 2. 3. ...

Expected behavior

Correct should be Extensions

Additional context

No response

lukebakken commented 7 months ago

Thank you for noticing this. We can't change the name in the 6.x release series since it would be a breaking change for cosmetic reasons.

In version 7.x this static class is correctly called IChannelExtensions.