olivif / dotnet-core-webapi-seed

Seed project for a dot net core webapi
1 stars 0 forks source link

Register InMemoryValueStore as a singleton #8

Closed zackschuster closed 8 years ago

zackschuster commented 8 years ago

Adding it as a scoped service recreates it on every request, defeating the purpose of it being an in-memory store.

olivif commented 8 years ago

Spot on Zack! 😄