Skip to content

Commit 5559742

Browse files
Lanning, MarkLanning, Mark
authored andcommitted
oops.. Cosmost --> Cosmos
1 parent ce06f87 commit 5559742

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cache/src/ThingsLibrary.Cache.Cosmos/ServiceExtensions.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using ThingsLibrary.Schema.Library;
1515
using ThingsLibrary.Services.Extensions;
1616

17-
namespace ThingsLibrary.Cache.Cosmost
17+
namespace ThingsLibrary.Cache.Cosmos
1818
{
1919
public static partial class ServicesExtensions
2020
{
@@ -27,9 +27,7 @@ public static IServiceCollection AddCacheCosmosStore(this IServiceCollection ser
2727
cacheOptions.ContainerName = configOptions["container_name"] ?? throw new ArgumentException("'container_name' missing from cache options.");
2828
cacheOptions.CreateIfNotExists = true;
2929
});
30-
31-
//var c = new CosmosClientBuilder()
32-
30+
3331
//services.TryAddSingleton<JsonSerializerOptions>(jsonSerializerOptions); //required
3432
services.AddTransient<ICacheStore, CacheStore>();
3533

0 commit comments

Comments
 (0)