-
Notifications
You must be signed in to change notification settings - Fork 286
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
Comments
@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. |
We have fixed that missing support recently with PR #756 - released in v2.1.0-preview2. |
Hi I didn't report the issue, just moved it from the SDK repo. @amitagrawalhyd reported it |
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. |
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.
The text was updated successfully, but these errors were encountered: