-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* efcore 7 support * fix connection strings * suppress dependency errors * disable C# 11 features temporary * there will be no API-breaking changes in this area within major version
- Loading branch information
Showing
83 changed files
with
784 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,8 @@ | ||
#ignore thumbnails created by windows | ||
Thumbs.db | ||
#Ignore files build by Visual Studio | ||
*.obj | ||
*.pdb | ||
#Ignore files build by IDE | ||
*.user | ||
*.aps | ||
*.pch | ||
*.vspscc | ||
*_i.c | ||
*_p.c | ||
*.ncb | ||
*.suo | ||
*.tlb | ||
*.tlh | ||
*.bak | ||
*.cache | ||
*.ilk | ||
*.log | ||
*.cs.ide | ||
[Bb]in | ||
[Dd]ebug*/ | ||
*.lib | ||
*.sbr | ||
bin/ | ||
obj/ | ||
[Rr]elease*/ | ||
_ReSharper*/ | ||
[Tt]est[Rr]esult* | ||
linq2db.sln.docstates | ||
Tests/**/UserDataProviders*.* | ||
NuGet/*.nupkg | ||
!*.dll | ||
!*.exe | ||
!*.pdb | ||
linq2db.sln.ide/graph | ||
linq2db.sln.ide/ | ||
!Redist/** | ||
/packages | ||
/.vs/* | ||
*.lock.json | ||
/api | ||
/linq2db.github.io | ||
#cake | ||
/tools | ||
/.tools | ||
/.tools/ | ||
/.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.2.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.3.0" /> | ||
<PackageVersion Include="NUnit" Version="3.13.3" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.6.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.8.0" /> | ||
|
||
<PackageVersion Include="linq2db" Version="4.3.0" /> | ||
<PackageVersion Include="linq2db.Tools" Version="4.3.0" /> | ||
|
||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
|
||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.17" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.17" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0" /> | ||
|
||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="5.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> | ||
|
||
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.4" /> | ||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.10" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.17" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.17" /> | ||
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.2" /> | ||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" /> | ||
|
||
<PackageVersion Include="EntityFrameworkCore.FSharp" Version="5.0.3" /> | ||
<PackageVersion Include="FSharp.Core" Version="6.0.5" /> | ||
<PackageVersion Include="EntityFrameworkCore.FSharp" Version="6.0.7" /> | ||
<PackageVersion Include="FSharp.Core" Version="7.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.