| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NET 10.0 RC 1 source code.tar.gz | 2025-08-21 | 9.7 MB | |
| NET 10.0 RC 1 source code.zip | 2025-08-21 | 13.8 MB | |
| README.md | 2025-08-21 | 11.6 kB | |
| Totals: 3 Items | 23.5 MB | 0 | |
What's Changed
- [release/8.0] Merge release/8.0 => release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36197
- [release/9.0] Merge release/9.0 => release/9.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36201
- Complex JSON query support by @roji in https://github.com/dotnet/efcore/pull/36355
- Implement support for SQL Server vector search by @roji in https://github.com/dotnet/efcore/pull/36383
- Fix bug in SQL baseline rewriting by @roji in https://github.com/dotnet/efcore/pull/36396
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36398
- [TINY] Switch to using SqlDbType.Json by @roji in https://github.com/dotnet/efcore/pull/36397
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36390
- Structural equality support for complex JSON by @roji in https://github.com/dotnet/efcore/pull/36404
- Fix the check for null required nested complex properties by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36406
- Use SQL Server json type by default for compatibility level 170 by @roji in https://github.com/dotnet/efcore/pull/36405
- Remove sync testing in relationship and translation tests by @roji in https://github.com/dotnet/efcore/pull/36407
- Add Version.Details.props by @dkurepa in https://github.com/dotnet/efcore/pull/36418
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36415
- Update version branding to rc1 by @mmitche in https://github.com/dotnet/efcore/pull/36423
- Implemement set operation query support for complex JSON by @roji in https://github.com/dotnet/efcore/pull/36417
- Implemement distinct query support for complex JSON by @roji in https://github.com/dotnet/efcore/pull/36422
- Support tracking queries for complex JSON queries by @roji in https://github.com/dotnet/efcore/pull/36430
- Finish the implementation of the SaveChanges support for JSON-mapped complex collections by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36432
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36425
- Address API review notes by @roji in https://github.com/dotnet/efcore/pull/36449
- Upgrade to SqlClient 6.1.0 GA by @roji in https://github.com/dotnet/efcore/pull/36441
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36438
- Bucketization for IN by @cincuranet in https://github.com/dotnet/efcore/pull/36370
- [TEST ONLY] Remove sync from primitive collection tests by @roji in https://github.com/dotnet/efcore/pull/36452
- Specify some lambda parameters/return type explicitly by @roji in https://github.com/dotnet/efcore/pull/36454
- Support Cosmos VectorDistance options and general cleanup by @roji in https://github.com/dotnet/efcore/pull/36448
- Complex json change tracking by @roji in https://github.com/dotnet/efcore/pull/36446
- Clarify some of the Copilot instructions by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36436
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36458
- Model building changes from API review by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36457
- Work on inlined primitive collections (VALUES) by @roji in https://github.com/dotnet/efcore/pull/36159
- Address API review notes by @cincuranet in https://github.com/dotnet/efcore/pull/36469
- Fix null complex property values in SaveChanges for table splitting by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36467
- Bring JSON type out of experimental status by @roji in https://github.com/dotnet/efcore/pull/36442
- Fix saving null complex properties with nested required complex properties and other cleanup by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36472
- Use SQL Server 2025 JSON_VALUE() RETURNING clause by @roji in https://github.com/dotnet/efcore/pull/36456
- Remove hardcoded XUnitRunnerVersion in helix.proj by @akoeplinger in https://github.com/dotnet/efcore/pull/36476
- Make indexing work over complex JSON collections by @roji in https://github.com/dotnet/efcore/pull/36444
- Allow configuring the column type with ToJson() by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36478
- Fix [#34780] - Docs only: clarify OwnsMany with backing field by @toanpn in https://github.com/dotnet/efcore/pull/36092
- Dispose related readers in GroupBySplitQueryingEnumerable by @roji in https://github.com/dotnet/efcore/pull/36484
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36495
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36486
- Correct test Union_Take_Union_Take by @roji in https://github.com/dotnet/efcore/pull/36491
- Update branding to 9.0.9 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36498
- Update branding to 8.0.20 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36497
- [release/9.0] Dispose related readers in GroupBySplitQueryingEnumerable (#36484) by @roji in https://github.com/dotnet/efcore/pull/36490
- [release/8.0] Dispose related readers in GroupBySplitQueryingEnumerable (#36484) by @roji in https://github.com/dotnet/efcore/pull/36489
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36500
- [automated] Merge branch 'release/9.0' => 'main' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36499
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36508
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36512
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36511
- Fix NullReferenceException in CommandBatchPreparer.FormatValues hiding circular dependency errors by @Copilot in https://github.com/dotnet/efcore/pull/36507
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36518
- [automated] Merge branch 'release/9.0' => 'main' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36515
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36514
- [automated] Merge branch 'release/9.0' => 'main' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36520
- Handle complex collections in the model snapshot by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36517
- Fix race condition in RuntimeProperty.Sentinel by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36529
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36528
- Make API consistency test methods virtual to allow provider customization by @Copilot in https://github.com/dotnet/efcore/pull/36526
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36533
- [release/8.0] Merge release/8.0-staging to release/8.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36531
- [release/9.0] Merge release/9.0-staging to release/9.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36532
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36534
- Implement optional complex types by @cincuranet in https://github.com/dotnet/efcore/pull/36502
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36537
- [automated] Merge branch 'release/9.0' => 'main' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36536
- [automated] Merge branch 'release/9.0' => 'main' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36542
- API review modifications to ParametersCacheDecorator by @roji in https://github.com/dotnet/efcore/pull/36549
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36544
- Cosmos: Add support for executing pre- and post-triggers by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36505
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36553
- Introduce IStructuralProperty by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36485
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36563
- Code cleanup for EFCore by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36562
- Fix the EFCore NuGet package to properly depend on the Analyzers package by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36569
- Inject Application Name to SQL Server connection string when not set by @roji in https://github.com/dotnet/efcore/pull/36548
- Code cleanup for src by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36565
- Code cleanup of Specification.Tests by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36580
- Skip flaky SQL Server database deletion tests by @roji in https://github.com/dotnet/efcore/pull/36579
- Remove default constraint name annotation when removing the value annotations by @roji in https://github.com/dotnet/efcore/pull/36576
- [main] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36570
- Upgrade Microsoft.Data.SqlClient to 6.1.1 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36581
- Fall out from [#36502] by @cincuranet in https://github.com/dotnet/efcore/pull/36550
- Fix shaper support for JSON collections by @roji in https://github.com/dotnet/efcore/pull/36575
- Basic tests for ExecuteUpdate with null for optional complex types. by @cincuranet in https://github.com/dotnet/efcore/pull/36585
- Discriminator support for optional complex types by @roji in https://github.com/dotnet/efcore/pull/36574
- Code cleanup for other tests by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36583
- Code cleanup for FunctionalTests by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36582
- Support value types in complex JSON shaper by @roji in https://github.com/dotnet/efcore/pull/36557
- [release/10.0-rc1] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36589
- Temporarily disable the JSON data type on Azure SQL by @roji in https://github.com/dotnet/efcore/pull/36596
- [release/10.0-rc1] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36602
- [release/10.0-rc1] Fix whitespace in Microsoft.EntityFrameworkCore.Tasks.props by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36610
- [release/10.0-rc1] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36623
New Contributors
- @toanpn made their first contribution in https://github.com/dotnet/efcore/pull/36092
Full Changelog: https://github.com/dotnet/efcore/compare/v10.0.0-preview.7.25380.108...v10.0.0-rc.1.25451.107