Planning Azure Functions migration — are the API DLLs compatible with .NET 6/8

We have an existing integration built approximately 5 years ago using the Quantify API DLLs to sync data between Quantify and our ERP system. We’re planning to modernize our architecture by migrating to Azure Durable Functions for better orchestration, retry handling, and parallel processing.

Current DLL Versions:

  • Avontus.Core (v3.7.0.1)
  • Avontus.Rental.Library (v8.3.1461.125)
  • Avontus.Rental.Utility (v8.3.1461.125)
  • Avontus.Quantify.Reports (v8.3.1461.125)
  • Running on .NET Framework 4.7.2

Questions:

  1. Are the versions listed above the most current API DLLs available? If not, where can we obtain the latest versions?
  2. Are the current Quantify API DLLs compatible with .NET 8.0 (or .NET Standard 2.0)?
  3. If not currently compatible, is there a roadmap for .NET Core / .NET 6+ / .NET 8 support?
  4. Has anyone successfully run the Quantify API DLLs in Azure Functions or a similar cloud environment?

Any guidance is appreciated. Thanks!

Hi, Schavez70.

  • Current version of Quantify is 9.0.1848.131 and is available for download from https://download.avontus.com/quantify/quantifyx64.exe
  • In short, Quantify is not compatible with .NET versions higher than 4.8
  • Upgrade of Quantify is in progress (Avontus Quantify REST API ) but timelines have not been solidified yet.
  • Hosted edition of Quantify currently runs on Cloud/Azure, where Quantify Web, Request Portal and Quantify WCF Service (Library) are hosted in Azure App Service.

Thanks for posting!

1 Like