This commit is contained in:
Shay Rojansky 2023-11-20 10:30:45 +01:00 коммит произвёл GitHub
Родитель 1e3207347c
Коммит c818a11fca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
9 изменённых файлов: 8 добавлений и 59 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\dotnet-ef\\dotnet-ef.csproj",
"src\\ef\\ef.csproj",

Просмотреть файл

Просмотреть файл

@ -261,7 +261,7 @@ The .NET Foundation licenses this file to you under the MIT license.
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/AbsolutePath/@EntryValue">C:\repos\EntityFrameworkCore\All.sln.DotSettings</s:String>
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/AbsolutePath/@EntryValue">C:\repos\EntityFrameworkCore\EFCore.sln.DotSettings</s:String>
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/RelativePath/@EntryValue"></s:String>
@ -343,4 +343,4 @@ The .NET Foundation licenses this file to you under the MIT license.&#xD;
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquified/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquifier/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquify/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xunit/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xunit/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

Просмотреть файл

@ -1,51 +0,0 @@
{
"solution": {
"path": "All.sln",
"projects": [
"benchmark\\EF.Benchmarks.Shared\\EF.Benchmarks.Shared.csproj",
"benchmark\\EF6.SqlServer.Benchmarks\\EF6.SqlServer.Benchmarks.csproj",
"benchmark\\EFCore.Benchmarks\\EFCore.Benchmarks.csproj",
"benchmark\\EFCore.SqlServer.Benchmarks\\EFCore.SqlServer.Benchmarks.csproj",
"benchmark\\EFCore.Sqlite.Benchmarks\\EFCore.Sqlite.Benchmarks.csproj",
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
"src\\EFCore.Cosmos\\EFCore.Cosmos.csproj",
"src\\EFCore.Design\\EFCore.Design.csproj",
"src\\EFCore.InMemory\\EFCore.InMemory.csproj",
"src\\EFCore.Proxies\\EFCore.Proxies.csproj",
"src\\EFCore.Relational\\EFCore.Relational.csproj",
"src\\EFCore.SqlServer.NTS\\EFCore.SqlServer.NTS.csproj",
"src\\EFCore.SqlServer\\EFCore.SqlServer.csproj",
"src\\EFCore.Sqlite.Core\\EFCore.Sqlite.Core.csproj",
"src\\EFCore.Sqlite.NTS\\EFCore.Sqlite.NTS.csproj",
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
"src\\EFCore.Tools\\EFCore.Tools.csproj",
"src\\EFCore\\EFCore.csproj",
"src\\dotnet-ef\\dotnet-ef.csproj",
"src\\ef\\ef.csproj",
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
"test\\EFCore.AspNet.InMemory.FunctionalTests\\EFCore.AspNet.InMemory.FunctionalTests.csproj",
"test\\EFCore.AspNet.Specification.Tests\\EFCore.AspNet.Specification.Tests.csproj",
"test\\EFCore.AspNet.SqlServer.FunctionalTests\\EFCore.AspNet.SqlServer.FunctionalTests.csproj",
"test\\EFCore.AspNet.Sqlite.FunctionalTests\\EFCore.AspNet.Sqlite.FunctionalTests.csproj",
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
"test\\EFCore.InMemory.Tests\\EFCore.InMemory.Tests.csproj",
"test\\EFCore.OData.FunctionalTests\\EFCore.OData.FunctionalTests.csproj",
"test\\EFCore.Proxies.Tests\\EFCore.Proxies.Tests.csproj",
"test\\EFCore.Relational.Specification.Tests\\EFCore.Relational.Specification.Tests.csproj",
"test\\EFCore.Relational.Tests\\EFCore.Relational.Tests.csproj",
"test\\EFCore.Specification.Tests\\EFCore.Specification.Tests.csproj",
"test\\EFCore.SqlServer.FunctionalTests\\EFCore.SqlServer.FunctionalTests.csproj",
"test\\EFCore.SqlServer.Tests\\EFCore.SqlServer.Tests.csproj",
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
"test\\EFCore.Tests\\EFCore.Tests.csproj",
"test\\dotnet-ef.Tests\\dotnet-ef.Tests.csproj",
"test\\ef.Tests\\ef.Tests.csproj"
]
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"solution": {
"path": "All.sln",
"path": "EFCore.sln",
"projects": [
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",