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

.Net Standard 2.1 support with UWP #769

Closed
amitagrawalhyd opened this issue Oct 22, 2020 · 4 comments · Fixed by #756
Closed

.Net Standard 2.1 support with UWP #769

amitagrawalhyd opened this issue Oct 22, 2020 · 4 comments · Fixed by #756

Comments

@amitagrawalhyd
Copy link

We have a UWP application where we are planning to use Microsoft.Data.SqlClient with "Column Encryption Setting=enabled" option. But unfortunately in .Net Standard 2.0 "Column Encryption Setting=enabled" option is not supported and .Net Standard 2.1 which works fine with "Column Encryption Setting=enabled" option is not supported to any of the UWP version.

@ErikEJ
Copy link
Contributor

ErikEJ commented Oct 22, 2020

I think this will be fixed in 2.1.0-preview2 (due any time now)

@cheenamalhotra
Copy link
Member

Yes, we're going to release this support in next preview release, stay tuned!

@cheenamalhotra cheenamalhotra added this to To do in SqlClient v2.1 via automation Oct 22, 2020
@cheenamalhotra cheenamalhotra moved this from To do to In progress in SqlClient v2.1 Oct 22, 2020
@cheenamalhotra cheenamalhotra linked a pull request Oct 22, 2020 that will close this issue
@amitagrawalhyd
Copy link
Author

Thanks for the quick response, Can you guys let me know which version of Windows 10 SDK (19H2, 20H1 or FallCreator etc...) is targeted for .Net Standard 2.1.0 - preview2?

@cheenamalhotra
Copy link
Member

Hi @amitagrawalhyd I'm afraid that's out of our domain, please reach out to dotnet/sdk group for the same.

Closing issue as v2.1.0-preview2 has been released that contains the requested changes.

SqlClient v2.1 automation moved this from In progress to Done Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants