Releases: DavidVollmers/Azure.Data.Tables.Poco
Releases · DavidVollmers/Azure.Data.Tables.Poco
CultureInfo Support
- Add support for
CultureInfo
type when usingStoreAsStringAttribute
Make TableEntityConverter more consistent & easier to use
- Make
PocoSchema
used inTableEntityConverter<T>
publicly available - Return
TableEntity
instead ofITableEntity
when converting entities for consistency when converting back
Make TableEntityConverter publicly available
- Make
TableEntityConverter<T>
publicly available
Make PocoSchema publicly available
- Make
PocoSchema
publicly available for substitute tests
Introduce ITypedTableClient Interface
- Introduce
ITypedTableClient<T>
Interface to enable mocking/substitutes in tests
Full Changelog: 1.2.1...1.3.0
Support Nullable Guids
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
Full Changelog: 1.1.0...1.2.0
Improve StoreAs attributes
- Remove all not-supported attribute parameters from all
StoreAs
attributes - Make
StoreAsAttribute
abstract - Allow using
JsonConverterAttribute
with theStoreAsJsonAttribute
Return AsyncPageable from QueryAsync method
- Return
AsyncPageable
fromQueryAsync
method to support continuation tokens
Support URI properties
- Introduce support for
System.Uri
typed properties using theStoreAsStringAttribute