Skip to content

Releases: DavidVollmers/Azure.Data.Tables.Poco

CultureInfo Support

19 Dec 15:50
Compare
Choose a tag to compare
  • Add support for CultureInfo type when using StoreAsStringAttribute

Make TableEntityConverter more consistent & easier to use

14 Dec 20:39
Compare
Choose a tag to compare
  • Make PocoSchema used in TableEntityConverter<T> publicly available
  • Return TableEntity instead of ITableEntity when converting entities for consistency when converting back

Make TableEntityConverter publicly available

14 Dec 19:16
Compare
Choose a tag to compare
  • Make TableEntityConverter<T> publicly available

Make PocoSchema publicly available

13 Dec 08:23
Compare
Choose a tag to compare
  • Make PocoSchema publicly available for substitute tests

Introduce ITypedTableClient Interface

12 Dec 10:44
Compare
Choose a tag to compare
  • Introduce ITypedTableClient<T> Interface to enable mocking/substitutes in tests

Full Changelog: 1.2.1...1.3.0

Support Nullable Guids

17 Oct 14:04
Compare
Choose a tag to compare

Fix a problem where nullable guids Guid? could not be stored using the StoreAsString attribute.

Full Changelog: 1.2.0...1.2.1

.NET 8 Support

16 Oct 05:56
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

Improve StoreAs attributes

24 Sep 18:01
Compare
Choose a tag to compare
  • Remove all not-supported attribute parameters from all StoreAs attributes
  • Make StoreAsAttribute abstract
  • Allow using JsonConverterAttribute with the StoreAsJsonAttribute

Return AsyncPageable from QueryAsync method

13 Jun 16:04
Compare
Choose a tag to compare
  • Return AsyncPageable from QueryAsync method to support continuation tokens

Support URI properties

01 Jun 08:11
Compare
Choose a tag to compare
  • Introduce support for System.Uri typed properties using the StoreAsStringAttribute