bugsnag / bugsnag-dotnet

.NET notifier for BugSnag. Error monitoring and error reporting for .NET.
https://docs.bugsnag.com/platforms/dotnet/
MIT License
60 stars 29 forks source link

Why called IClient? #159

Open pclancysc opened 2 years ago

pclancysc commented 2 years ago

Describe the bug

The name of the backing interface which will be injected into client code is simply IClient rather than what one might expect, i.e. IBugsnagClient

It's not a huge issue, it just doesn't follow normal convention. It's a bit like lauching a new model of a car and calling it "Car".

Weird.

johnkiely1 commented 2 years ago

Hi @pclancysc.

Thanks for raising this, I agree it's a good point. We will look to get this changed alongside some other improvements in a future release. We will update here accordingly.