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?
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?