azure-functions-sql-extension icon indicating copy to clipboard operation
azure-functions-sql-extension copied to clipboard

Test that the extension bindings work for all supported .NET versions.

Open MaddyDev opened this issue 2 years ago • 2 comments

We currently run tests for only .NET 6 and whenever we bump version of our sql client library we risk running into issues like #920 Investigate a way to test that the basic extension functionality works for all supported versions of .NET.

MaddyDev avatar Sep 13 '23 19:09 MaddyDev

Do I understand that GA will only be for .Net 6?

keithnicholson avatar Sep 14 '23 01:09 keithnicholson

Hi @keithnicholson, nope, not only .NET 6; GA will be inclusive of all supported versions of .NET listed in the v4 of the Azure Functions runtime: https://learn.microsoft.com/azure/azure-functions/functions-versions?tabs=isolated-process%2Cv4&pivots=programming-language-csharp#languages.

This particular issue on GitHub here tracks improving our automated testing story to ensure that we're testing every .NET version for each code check-in to the SQL Bindings repo here.

chlafreniere avatar Sep 18 '23 21:09 chlafreniere