MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

New Azure tables SDK - Azure.Data.Tables #63

Closed MerrionComputing closed 2 years ago

MerrionComputing commented 2 years ago

The Azure tables SDK has moved to Azure.Data.Tables , and this is a very significant change to the syntax.

The existing code in TableEventStreamBase and its downstream classes needs to be changed to use the new way of composing/running queries.

References:-

MerrionComputing commented 2 years ago

Methods needing rewriting:-

MerrionComputing commented 2 years ago

Also :-

MerrionComputing commented 2 years ago

Unit tests that need checking :-

( See https://github.com/MerrionComputing/EventsSourcing-on-Azure-Functions/runs/7081590746?check_suite_focus=true#step:6:190 )

MerrionComputing commented 2 years ago

Tests passing - SDK changed