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

Do you have a version of this in.net core that could be deployed on Amazon Lambda? Or do youknow of a way to do it?

question

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

I've forked this repo and migrated the main context & test projects to net5. Also using DynamoDBLocal for testing. https://github.com/neildobson-au/linq2dynamodb Are you still maintaining this repo? Is it worth raising...

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.7 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

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...

Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was...

enhancement

If you try to use bool? as a property type it breaks RedisCache: 3/09/2017 1:01:42 PM RedisTableCache(Customer) : Failed to load index (:Author Equal 1) from cache. Linq2DynamoDb.DataContext.Caching.Redis.RedisCacheException: Index is...