NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
862 stars 170 forks source link

Added Azure blob storage implementation #27

Closed dziedrius closed 11 years ago

dziedrius commented 11 years ago

It is very naive implementation, written using json store implementation as a base.

NickCraver commented 11 years ago

I am certainly open to have this in a separate NuGet package setup, e.g. StackExchange.Exceptional.Azure which contains these types...definitely not in the core project though (it would be a separate project with it's own NuGet in this same repo even - or one another author maintains on top of Exceptional, that setup allows either).

As is, it introduces a ton of dependencies where there are very intentionally none right now. I want you to be able to create and add your own stores without modifying the project itself for just that reason...and I'm open to figuring out the best way to do that.

dziedrius commented 11 years ago

Well, in my pull request it is as a separate project and I agree, that it should be separate nuget package because of dependencies.