Test that the extension bindings work for all supported .NET versions.
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.
Do I understand that GA will only be for .Net 6?
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.