Skip to content

Commit 91c9caa

Browse files
Merge pull request #5212 from dotnet/main
Auto Publish – main to live - 2025-12-23 23:00 UTC
2 parents d06ae6b + 7e5ee6f commit 91c9caa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

entity-framework/core/providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Entity Framework Core can access many different databases through plug-in librar
6262
| [EntityFrameworkCore.SqlServerCompact40](https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40) | SQL Server Compact 4.0 | [Erik Ejlskov Jensen](https://github.com/ErikEJ/) | .NET Framework | 2 | [wiki](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications) |
6363
| [EntityFrameworkCore.OpenEdge](https://www.nuget.org/packages/EntityFrameworkCore.OpenEdge/) | Progress OpenEdge | [Alex Wiese](https://github.com/alexwiese) | | 2 | [readme](https://github.com/alexwiese/EntityFrameworkCore.OpenEdge/blob/master/README.md) |
6464
| [EFCore.Snowflake](https://www.nuget.org/packages/EFCore.Snowflake/) | Snowflake | [Krzysztof Sielaff](https://github.com/Sielnix) | | 8 | [readme](https://github.com/Sielnix/EFCore.Snowflake/blob/main/README.md) |
65+
| [EFCore.Kusto](https://www.nuget.org/packages/EFCore.Kusto/) | Azure Data Explorer (Kusto) | [Anas Ismail Khan](https://github.com/anasik) | | 8 | [readme](https://github.com/anasik/EFCore.Kusto/blob/main/README.md) |
6566
| [EntityFrameworkCore.Ydb](https://www.nuget.org/packages/EntityFrameworkCore.Ydb) | YDB | [YDB Team](https://github.com/ydb-platform/) | | 9, 10 | [website](https://ydb.tech/docs/en/integrations/orm/entity-framework?version=main) |
6667

6768
## Adding a database provider to your application

entity-framework/core/querying/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If your query filter needs to access a tenant ID or similar contextual informati
142142
```c#
143143
private sealed class CustomerEntityConfiguration : IEntityTypeConfiguration<Customer>
144144
{
145-
private readonly SomeDbContext _context == null!;
145+
private readonly SomeDbContext _context = null!;
146146

147147
public void Configure(EntityTypeBuilder<Customer> builder)
148148
{

0 commit comments

Comments
 (0)