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 #791

Closed
joeloff opened this issue Nov 11, 2020 · 4 comments
Closed

.Net Standard 2.1 support with UWP #791

joeloff opened this issue Nov 11, 2020 · 4 comments

Comments

@joeloff
Copy link
Member

joeloff commented Nov 11, 2020


Issue moved from dotnet/sdk#14320


From @amitagrawalhyd on Monday, October 26, 2020 4:55:34 AM

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.

@roji
Copy link
Member

roji commented Nov 12, 2020

@cheenamalhotra is Column Encryption Setting indeed unsupported on netstandard2.0 but supported on netstandard2.1? In any case, this doesn't seem to be EF-related.

@cheenamalhotra
Copy link
Member

cheenamalhotra commented Nov 12, 2020

Hi @amitagrawalhyd

We have fixed that missing support recently with PR #756 - released in v2.1.0-preview2.
Could you please try this version and let us know?

@joeloff
Copy link
Member Author

joeloff commented Nov 12, 2020

Hi

I didn't report the issue, just moved it from the SDK repo. @amitagrawalhyd reported it

@JRahnama
Copy link
Contributor

Closing this issue for no activity and it seems solved by PR #756. Please feel free to reopen the issue if the problem still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants