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

'DurableTask' does not exist in the namespace 'Microsoft.Azure.WebJobs.Extensions' #62

Closed MerrionComputing closed 2 years ago

MerrionComputing commented 2 years ago

Looks like a missing NuGet dependency as this builds locally in Visual Studio 2022

MerrionComputing commented 2 years ago

Also "Azure.Data.Tables" should replace "Microsoft.Azure.Cosmos.Table" which is depreciated.

MerrionComputing commented 2 years ago

Azure.Data.Tables integrated