linq2dynamodb icon indicating copy to clipboard operation
linq2dynamodb copied to clipboard

A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency

Results 33 linq2dynamodb issues
Sort by recently updated
recently updated
newest added

It supposed to be an invisible, magic if you will, feature. An aspect. Configuration should be really simple, as much as providing your implementation into data context ctor.

enhancement

Maybe check for 407 error code or something like that. Most of proxies will return their own custom error page in this case, maybe handling XmlException will suit here. Example...

enhancement

I'm using version 2.4.0, which seems to be the latest. It has dependencies on System.Net.Http 4.3.0 and System.Text.RegularExpressions 4.3.0, both of which have vulnerabilities with high severity: https://github.com/advisories/GHSA-cmhx-cq75-c4mj https://github.com/advisories/GHSA-7jgj-8wvc-jh57 What...