Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
429 stars 49 forks source link

AddConfigurationStore() is missing when following the "Getting Started" guide #90

Closed tiesmaster closed 4 years ago

tiesmaster commented 4 years ago

I was trying to get started with Esquio, however, when following the Getting Started guide for ASP.NET Core, I got compilation errors on the .AddConfigurationStore() bit.

Turns out you also need to pull in the Esquio.Configuration.Store package, which defines this extension method. Is there a dependency missing on the "meta package", or should the docs be expanded with this detail?

lurumad commented 4 years ago

Hi @tiesmaster

You are right! We need to update the docs.

Regards!

tiesmaster commented 4 years ago

That was fast 😅 Very nice :)