Holly Cheng
Holly Cheng
Can you create a pull request for this? I'm trying to use this package in a .NET 6 app and I think the dependency on Microsoft.AspNetCore.Mvc is preventing the build...
@shachlanAmazon According to [the documentation](https://stackexchange.github.io/StackExchange.Redis/Basics), you can use a singleton `IConnectionMultiplexer`. Did you try getting the `IDatabase` inside the for loop? ```` public static void Main() { using (var client...
Please note this is still an issue in OData V8. If I have my own class that inherits from `EnableQueryAttribute` and I override `OnActionExecuted`, I can't unit test my code...
I had a table where one attribute was the table hash key as well as the hash key for a global secondary index. I tried commenting out the DynamoDBGlobalSecondaryIndexHashKey attribute,...