Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

IServiceCollection does not contain AddCosmosStore<> #10

Closed kklan closed 6 years ago

kklan commented 6 years ago

Hi,

I'm trying to set up Cosmonaut with my .NetASPCore project. I followed you video tutorial but I'm getting an error. How can I solve this issue? Attached screenshot.

screen shot 2018-05-19 at 2 18 31 pm
Elfocrash commented 6 years ago

Hello @kklan.

Did you try adding using Cosmonaut.Extensions; ?

kklan commented 6 years ago

Thanks! That worked.