dotnet / ef6tools

This is the codebase for the Entity Framework 6 and LINQ-To-SQL designers.
MIT License
35 stars 14 forks source link

change methods to "FromDesignTime" #66

Closed phil-allen-msft closed 2 months ago

phil-allen-msft commented 2 months ago

Remove some discrepencies between how VS handles Microsoft.Data.SqlClient and System.Data.SqlClient connection strings.

In general, this means providing either "all runtime" or "all designtime" connection string and provider names to the same method, rather than cases where a mix was provided.