Holly Cheng
Holly Cheng
There are two improvements I would like to see for `symbols`: 1. Allowing for an array of inputs for the `replaces` parameter so that I don't have to define the...
I have classes derived from `EnableQueryAttribute` that can no longer be unit tested due to the introduction of the `RequestQueryData` object in commit c7bd4d750bb5682a362ee269087fdf15f1481931. The code in question is private...
In order to store complex data in Redis, we have to use [StackExchange.Redis.Extensions](https://github.com/imperugo/StackExchange.Redis.Extensions), which has a dependency on [StackExchange.Redis.StrongName](https://www.nuget.org/packages/StackExchange.Redis.StrongName). This happens to be the exact same code as the StackExchange.Redis...
If a property is part of the primary key and also an index, there's an exception thrown when trying to determine the property converter. Example: ``` [DynamoDBHashKey("ColumnName", typeof(My.Project.Converter)] [DynamoDBGlobalSecondaryIndexHashKey("My-index-name", Converter...
If an entity has property names that are different from the key column names, you are supposed to use the [Amazon.DynamoDBv2.DataModel.DynamoDBHashKey] attribute, but it looks like you don't support this...
NOTE: I am unable to test this code as written because I don't have local instances of Memcached or Redis. Sorry. However, I did port the code I wrote for...
Microsoft.AspNetCore.Authentication.OpenIdConnect should be updated to a non-deprecated version. The version that's referenced here includes System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.JsonWebTokens 5.5.0, both of which are marked as vulnerable as per https://github.com/advisories/GHSA-59j7-ghrg-fj52.