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

FIX: Include Encrypt=false on local connection string #20

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Dec 14, 2022

Because of one EF Core 7 breaking change, the Encrypt option for SQL Server connections is enabled by default. In order to mitigate inconveniences for local development environments, the default connection string is moved to appsettings.Development.json where it includes the Encrypt=false flag.
If the developer wants to enforce this or not on a Release build, it's up to them when building the solution.

@CesarD CesarD requested a review from a team December 14, 2022 19:33
@Gonzo345 Gonzo345 merged commit 9fe1c94 into main Dec 15, 2022
@CesarD CesarD deleted the fix/connectionstring_encrypt_false branch December 15, 2022 11:00
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

Successfully merging this pull request may close these issues.

2 participants