Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaddyDev opened this issue Sep 13, 2023 · 2 comments
Open
Assignees
Milestone

Comments

@MaddyDev
Copy link
Contributor

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 MaddyDev added this to the Post GA milestone Sep 13, 2023
@MaddyDev MaddyDev self-assigned this Sep 13, 2023
@keithnicholson
Copy link

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

@chlafreniere
Copy link
Contributor

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.

@MaddyDev MaddyDev added the P1 label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants