Rename EFCore.DocumentDb package to EFCore.Cosmos.Sql
This commit is contained in:
Родитель
95452fddb4
Коммит
e3cf39619d
|
@ -21,7 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Abstractions", "src\
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Design", "src\EFCore.Design\EFCore.Design.csproj", "{D3D0A8E8-EC2F-4E01-8650-8554E186A66F}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb", "src\EFCore.DocumentDb\EFCore.DocumentDb.csproj", "{5E9511F2-945C-4DAE-B42C-C11DB048F0E8}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql", "src\EFCore.Cosmos.Sql\EFCore.Cosmos.Sql.csproj", "{5E9511F2-945C-4DAE-B42C-C11DB048F0E8}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.InMemory", "src\EFCore.InMemory\EFCore.InMemory.csproj", "{6B102CC4-4396-4A7B-9F72-2C6B5C4D8310}"
|
||||
EndProject
|
||||
|
@ -40,9 +40,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{258D5057-8
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Design.Tests", "test\EFCore.Design.Tests\EFCore.Design.Tests.csproj", "{7583E3F0-8B29-4BEA-A55E-E8B66E6FD508}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb.FunctionalTests", "test\EFCore.DocumentDb.FunctionalTests\EFCore.DocumentDb.FunctionalTests.csproj", "{3A6D7836-00B2-4F8D-B047-D44DA6BEE2D6}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql.FunctionalTests", "test\EFCore.Cosmos.Sql.FunctionalTests\EFCore.Cosmos.Sql.FunctionalTests.csproj", "{3A6D7836-00B2-4F8D-B047-D44DA6BEE2D6}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb.Tests", "test\EFCore.DocumentDb.Tests\EFCore.DocumentDb.Tests.csproj", "{BF5E23C7-27CD-4195-AD90-236BC0FF11A0}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql.Tests", "test\EFCore.Cosmos.Sql.Tests\EFCore.Cosmos.Sql.Tests.csproj", "{BF5E23C7-27CD-4195-AD90-236BC0FF11A0}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.InMemory.FunctionalTests", "test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj", "{305B30D3-0E30-46E9-BA9D-060E0B79BE98}"
|
||||
EndProject
|
||||
|
|
|
@ -38,7 +38,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Abstractions", "src\
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Design", "src\EFCore.Design\EFCore.Design.csproj", "{D3D0A8E8-EC2F-4E01-8650-8554E186A66F}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb", "src\EFCore.DocumentDb\EFCore.DocumentDb.csproj", "{5E9511F2-945C-4DAE-B42C-C11DB048F0E8}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql", "src\EFCore.Cosmos.Sql\EFCore.Cosmos.Sql.csproj", "{5E9511F2-945C-4DAE-B42C-C11DB048F0E8}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.InMemory", "src\EFCore.InMemory\EFCore.InMemory.csproj", "{6B102CC4-4396-4A7B-9F72-2C6B5C4D8310}"
|
||||
EndProject
|
||||
|
@ -67,9 +67,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.CrossStore.Functiona
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Design.Tests", "test\EFCore.Design.Tests\EFCore.Design.Tests.csproj", "{7583E3F0-8B29-4BEA-A55E-E8B66E6FD508}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb.FunctionalTests", "test\EFCore.DocumentDb.FunctionalTests\EFCore.DocumentDb.FunctionalTests.csproj", "{3A6D7836-00B2-4F8D-B047-D44DA6BEE2D6}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql.FunctionalTests", "test\EFCore.Cosmos.Sql.FunctionalTests\EFCore.Cosmos.Sql.FunctionalTests.csproj", "{3A6D7836-00B2-4F8D-B047-D44DA6BEE2D6}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.DocumentDb.Tests", "test\EFCore.DocumentDb.Tests\EFCore.DocumentDb.Tests.csproj", "{BF5E23C7-27CD-4195-AD90-236BC0FF11A0}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos.Sql.Tests", "test\EFCore.Cosmos.Sql.Tests\EFCore.Cosmos.Sql.Tests.csproj", "{BF5E23C7-27CD-4195-AD90-236BC0FF11A0}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.InMemory.FunctionalTests", "test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj", "{305B30D3-0E30-46E9-BA9D-060E0B79BE98}"
|
||||
EndProject
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
||||
|
||||
<ExcludeFromTest Include="$(RepositoryRoot)samples\OracleProvider\test\OracleProvider.FunctionalTests\*.csproj" />
|
||||
<!-- DocumentDb FunctionalTests are explicitly disabled due to excessively long execution time. -->
|
||||
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.DocumentDb.FunctionalTests\*.csproj" />
|
||||
<!-- Cosmos.Sql FunctionalTests are explicitly disabled due to excessively long execution time. -->
|
||||
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.Cosmos.Sql.FunctionalTests\*.csproj" />
|
||||
<ExcludeSolutions Include="$(RepositoryRoot)EFCore.Runtime.sln" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Description>DocumentDb provider for Entity Framework Core.</Description>
|
||||
<Description>Cosmos SQL API provider for Entity Framework Core.</Description>
|
||||
<VersionPrefix Condition="'$(ExperimentalVersionPrefix)' != ''">$(ExperimentalVersionPrefix)</VersionPrefix>
|
||||
<VersionSuffix Condition="'$(ExperimentalVersionSuffix)' != ''">$(ExperimentalVersionSuffix)</VersionSuffix>
|
||||
<VerifyVersion Condition="'$(ExperimentalVersionPrefix)' != ''">false</VerifyVersion>
|
||||
<PackageVersion Condition="'$(ExperimentalPackageVersion)' != ''">$(ExperimentalPackageVersion)</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<MinClientVersion>3.6</MinClientVersion>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.DocumentDb</AssemblyName>
|
||||
<RootNamespace>Microsoft.EntityFrameworkCore</RootNamespace>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.Cosmos.Sql</AssemblyName>
|
||||
<RootNamespace>Microsoft.EntityFrameworkCore.Cosmos.Sql</RootNamespace>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<PackageTags>$(PackageTags);CosmosDb;DocumentDb</PackageTags>
|
||||
<PackageTags>$(PackageTags);CosmosDb;SQL API</PackageTags>
|
||||
<CodeAnalysisRuleSet>..\EFCore.ruleset</CodeAnalysisRuleSet>
|
||||
<EnableApiCheck>false</EnableApiCheck>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
|
@ -31,9 +31,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Properties\DocumentDbStrings.Designer.tt">
|
||||
<None Update="Properties\CosmosSqlStrings.Designer.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>DocumentDbStrings.Designer.cs</LastGenOutput>
|
||||
<LastGenOutput>CosmosSqlStrings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -42,16 +42,16 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Properties\DocumentDbStrings.resx">
|
||||
<EmbeddedResource Update="Properties\CosmosSqlStrings.resx">
|
||||
<CustomToolNamespace>Microsoft.EntityFrameworkCore.Internal</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\DocumentDbStrings.Designer.cs">
|
||||
<Compile Update="Properties\CosmosSqlStrings.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>DocumentDbStrings.Designer.tt</DependentUpon>
|
||||
<DependentUpon>CosmosSqlStrings.Designer.tt</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.DocumentDb.FunctionalTests</AssemblyName>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.Cosmos.Sql.FunctionalTests</AssemblyName>
|
||||
<RootNamespace>Microsoft.EntityFrameworkCore</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\EFCore.DocumentDb\EFCore.DocumentDb.csproj" />
|
||||
<ProjectReference Include="..\..\src\EFCore.Cosmos.Sql\EFCore.Cosmos.Sql.csproj" />
|
||||
<ProjectReference Include="..\..\src\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.DocumentDb.Tests</AssemblyName>
|
||||
<AssemblyName>Microsoft.EntityFrameworkCore.Cosmos.Sql.Tests</AssemblyName>
|
||||
<RootNamespace>Microsoft.EntityFrameworkCore</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\EFCore.DocumentDb.FunctionalTests\EFCore.DocumentDb.FunctionalTests.csproj" />
|
||||
<ProjectReference Include="..\EFCore.Cosmos.Sql.FunctionalTests\EFCore.Cosmos.Sql.FunctionalTests.csproj" />
|
||||
<ProjectReference Include="..\EFCore.Tests\EFCore.Tests.csproj" />
|
||||
</ItemGroup>
|
||||
|
Загрузка…
Ссылка в новой задаче