Skip to content

Commit

Permalink
Remove Initialize-EFConfiguration
Browse files Browse the repository at this point in the history
Part of dotnet#231
  • Loading branch information
bricelam committed Jun 29, 2019
1 parent 527afd5 commit 17bada0
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 1,915 deletions.
1 change: 0 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<MicrosoftVisualStudioShellInterop80Version>8.0.50728</MicrosoftVisualStudioShellInterop80Version>
<MoqVersion>4.7.145</MoqVersion>
<MySqlDataEntityVersion>6.7.2-beta-ef6</MySqlDataEntityVersion>
<VSLangProjVersion>7.0.3301</VSLangProjVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/corefx">
<MicrosoftCSharpVersion>4.6.0-preview7.19319.4</MicrosoftCSharpVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ namespace System.Data.Entity.ConnectionFactoryConfig
// </summary>
internal class ConnectionFactorySpecification
{
public const string SqlConnectionFactoryName = "System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework";
public const string SqlCeConnectionFactoryName = "System.Data.Entity.Infrastructure.SqlCeConnectionFactory, EntityFramework";
public const string LocalDbConnectionFactoryName = "System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework";
public const string SqlCompactProviderName = "System.Data.SqlServerCe.4.0";

private readonly string _connectionFactoryName;
private readonly IEnumerable<string> _constructorArguments;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.8.0" Version="$(MicrosoftVisualStudioShellInterop80Version)" />
<PackageReference Include="VSLangProj " Version="$(VSLangProjVersion)" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<configSections>
<section name="entityFramework" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" xdt:Transform="Insert" xdt:Locator="Match(name)" />
</configSections>
</configuration>
Loading

0 comments on commit 17bada0

Please sign in to comment.