-
Notifications
You must be signed in to change notification settings - Fork 10k
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
If InvariantGlobalization is enabled by default, SqlClient will throw an exception #48186
Comments
What is the exception that is being thrown? |
OK, there isn't really anything for us to do here since this behavior in SqlClient appears to be by design. |
As I mentioned before, most applications will use EFCore or SqlClient. If both sides are designed for this purpose, exceptions will occur when used together. Can the two teams communicate to solve this issue? |
OK, I think the compromise position here could be to disable invariant mode when the project is created with out the |
This issue has been resolved and has not had any activity for 1 day. It will be closed for housekeeping purposes. See our Issue Management Policies for more information. |
Most applications will use EFCore or SqlCilent, and if
InvariantGlobalization
is enabled by default, SqlClient will throw an exception, although it is easy to removeInvariantGlobalization
, But it always leaves users wonderingOriginally posted by @Varorbc in #47066 (comment)
The text was updated successfully, but these errors were encountered: