- #64 - Add support for .NET 4.6; Expose table name contributed by gblmarquez
- #65 - Add support to serialize/deserialize non supported properties or fields. contributed by artyomabrahamyan
- #69 - Update packages and Adds new build scripts contributed by gblmarquez
- #70 - Add support for Microsoft.Azure.Cosmos.Table contributed by StefH
- #58 - Run on framework "net46" [enhancement]
- #63 - Add support for Name [enhancement]
- #60 - set result of table query to return object (.NET Core configuration) contributed by bluechipalex
- #53 - .NET Core (.NET Standard) Support [enhancement]
- #56 - Upgrade to azure storage sdk 7 contributed by dtretyakov
- #57 - Add .net core support contributed by dtretyakov
- #51 - #43 Implements support for enum properties contributed by gblmarquez
- #52 - Ignoring a property is not properly respected contributed by gblmarquez
- #43 - Mapping for enum property [enhancement, serializer]
- #44 - Batches not always getting executed contributed by richiej84
- #50 - Fixes #35 contributed by MarkDeVerno
- #28 - TableSet.AddOrUpdate(IEnumerable) does not throw an exception on error [bug]
- #35 - Bad request with Linq Query [bug, expressions]
- #42 - Methods to create table on tableset contributed by tdietrich513
- #18 - Add Fluent mappings for POCO [enhancement]
- #40 - Latest version isn't on NuGet
- #41 - No happy-path for creating a table if it doesn't exist. [enhancement]
- #30 - added InsertOrMerge Table Operation contributed by sbetzin
- #34 - Fluent mapping and scripts to build & publish to nuget contributed by gblmarquez
- #37 - updated nuget packages: unit tests green contributed by rleopold
- #29 - TableSet.Add(entities) doesn't work properly. [bug]
- #23 - Exception on cast enum to integer in the query expression [bug, expressions]
- #24 - TakeAsync should return Task<List> [bug, extensions]
- #25 - Unable to receive result in some composite queries [bug, expressions]
- #26 - No GetBlobReferenceFromServerAsync method [enhancement, extensions]
- #20 - Exception "Invalid entity member type:" is raised for properties tagged with [Ignore] [bug]
- #22 - System.ArgumentException: Member 'Convert' does not supported [bug]
- #21 - .FirstOrDefault(expression) invalid behaviour [bug]
- #16 - Add ability to use LINQ Contains method [enhancement]
- #19 - Exception was thrown when Where expression terminated by First / FirstOrDefault [bug]
- #15 - Failed to execute LINQ queries from Web API OData [bug]
- #17 - Return IEnumerable<T> in range method overloads [bug, enhancement]
- #3 - Add ability to use LINQ projections in queries [enhancement]
- #5 - Add ability to use synchronous LINQ methods like Single / First [enhancement]
- #6 - Add ability to group collection entities in TableSet by partition key [enhancement]
- #11 - Create symbol package [bug, enhancement]
- #12 - Add ToListAsync overload with a predicate [enhancement]
- #13 - Unable to execute LINQ query with Invocation expression [bug]
- #1 - Possibly should rename method [bug]
- #2 - Make LINQ query translator thread safe [bug]
- #4 - Add async blob extensions [enhancement]
- #8 - Got exception when passing a lambda expression with an enum-type comparison to SingleOrDefaultAsync[T](IQueryable
1 source, Expression
1 predicate, CancellationToken cancellationToken) method [bug] - #10 - CloudPageBlob CreateAsync extension method does not exist [bug]