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:
- Are the versions listed above the most current API DLLs available? If not, where can we obtain the latest versions?
- Are the current Quantify API DLLs compatible with .NET 8.0 (or .NET Standard 2.0)?
- If not currently compatible, is there a roadmap for .NET Core / .NET 6+ / .NET 8 support?
- Has anyone successfully run the Quantify API DLLs in Azure Functions or a similar cloud environment?
Any guidance is appreciated. Thanks!