Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #35983 and ensures more reliable full-text search results. #36000 by @maumar
Dependency Updates
[release/8.0] Update dependencies from dotnet/arcade
Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem. #35930 by @dotnet-maestro
[release/9.0] Update dependencies from dotnet/arcade
Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements. #36006 by @dotnet-maestro
[release/8.0] Update dependencies from dotnet/arcade
Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes. #36085 by @dotnet-maestro
[release/9.0] Update dependencies from dotnet/arcade
Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure. #36065 by @dotnet-maestro
Technical Improvements
Merging Internal Commits for release/8.0
Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards. #35926 by @vseanreesermsft
Merging Internal Commits for release/8.0
Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability. #36080 by @vseanreesermsft
Merging Internal Commits for release/9.0
Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health. #36081 by @vseanreesermsft
Infrastructure
Update Branding to 9.0.6
Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version. #36044 by @vseanreesermsft
Update Branding to 8.0.17
Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts. #36043 by @vseanreesermsft
Miscellaneous
[automated] Merge branch 'release/8.0' => 'release/9.0'
Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward. #35927 by @github-actions
Merge release/9.0 to release/9.0-staging
Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release. #36051 by @AndriySvyryd
... (truncated)
[release/9.0-staging] Fix to #35162 - Regression from EF Core 8 to 9: MigrationBuilder.DropTable Causes Issues with Subsequent Table Recreation by @maumar in https://github.com/dotnet/efcore/pull/35776
[release/9.0-staging] Fix to #35239 - EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by @maumar in https://github.com/dotnet/efcore/pull/35360
[release/9.0-staging TEST ONLY] adjusting some migration tests so that baselines dont depend on the product version by @maumar in https://github.com/dotnet/efcore/pull/34977
[release/9.0-staging] Fix to #35206 - Query/Perf: don't use Invoke in value comparer lambdas when constructing shaper with PopulateCollection by @maumar in https://github.com/dotnet/efcore/pull/35207
[release/9.0-staging] Fix to #35208 - Query/Perf: don't compile liftable constant resolvers in interpretation mode by @maumar in https://github.com/dotnet/efcore/pull/35211
[release/9.0-staging] Fix to #35212 - Query/Perf: Compile identifier lambdas passed to PopulateIncludeCollection rather than inline by @maumar in https://github.com/dotnet/efcore/pull/35217
[release/9.0] Set environment variables to "Development" when creating DbContext using IDesignTimeDbContextFactory by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35230
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Updated [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 9.0.0 to 9.0.15.
<details>
<summary>Release notes</summary>
_Sourced from [Microsoft.Data.Sqlite's releases](https://github.com/dotnet/efcore/releases)._
## 9.0.15
[Release](https://github.com/dotnet/core/releases/tag/v9.0.15)
## What's Changed
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37718
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37816
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37820
* [release/9.0] Update branding to 9.0.15 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37833
* [release/8.0] Update branding to 8.0.26 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37834
* [release/9.0] Update SDK to 9.0.114 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37779
* [release/8.0] Update SDK to 8.0.124 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37780
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37836
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37887
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37901
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.14...v9.0.15
## 9.0.14
[Release](https://github.com/dotnet/core/releases/tag/v9.0.14)
## What's Changed
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37522
* Update branding to 9.0.14 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37614
* Update branding to 8.0.25 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37613
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37563
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37667
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37666
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37669
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.13...v9.0.14
## 9.0.13
[Release](https://github.com/dotnet/core/releases/tag/v9.0.13)
## What's Changed
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37369
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37375
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37422
* Update branding to 8.0.24 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37448
* Update branding to 9.0.13 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37449
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37452
* [release/8.0] Disable Analyzer tests by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37467
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37468
* [release/8.0] Fix binskim prereleaseVersion formatting in pipeline config by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37475
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37490
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37503
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37502
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37504
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.12...v9.0.13
## 9.0.12
[Release](https://github.com/dotnet/core/releases/tag/v9.0.12)
## What's Changed
* [release/8.0-staging] Merge release/8.0 to release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36948
* [release/9.0-staging] Merge release/9.0 to release/9.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36949
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36980
* [release/9.0] Update Microsoft.Build.* versions by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37004
* [release/9.0] Merge release/9.0-staging to release/9.0 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37041
* [release/8.0] Update dependencies by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37048
* Update branding to 8.0.23 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37074
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37080
* [automated] Merge branch 'release/8.0-staging' => 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37079
* Update branding to 9.0.12 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37075
* [release/9.0-staging] Fix 0-byte reads/writes on blobs by @cincuranet in https://github.com/dotnet/efcore/pull/37068
* [release/8.0-staging] Fix 0-byte reads/writes on blobs by @cincuranet in https://github.com/dotnet/efcore/pull/37067
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37088
* [release/8.0] Update BinSkim to 4.3.1 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37091
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37116
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37130
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37129
* [release/8.0] Change NuGet audit to moderate by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37138
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37135
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37160
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37161
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37163
* [release/9.0-staging] Handle .NET 10 MemoryExtensions.Contains overload with comparer by @roji in https://github.com/dotnet/efcore/pull/37183
* [release/8.0-staging] Handle .NET 10 MemoryExtensions.Contains overload with comparer by @roji in https://github.com/dotnet/efcore/pull/37182
* [release/8.0-staging] Update to Mac 15 queues. by @cincuranet in https://github.com/dotnet/efcore/pull/37097
* [release/9.0-staging] Update to Mac 15 queues. by @cincuranet in https://github.com/dotnet/efcore/pull/37098
* Merge release/8.0-staging to release/8.0 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37305
* [release/9.0] Fix snapshot generation to capture column type for JSON columns by @Copilot in https://github.com/dotnet/efcore/pull/37294
* Merge release/9.0-staging to release/9.0 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37306
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37315
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/37307
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.11...v9.0.12
## 9.0.11
[Release](https://github.com/dotnet/core/releases/tag/v9.0.11)
## What's Changed
* [release/9.0-staging] Merge release/9.0 to release/9.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36800
* [release/8.0-staging] Merge release/8.0 to release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36798
* [release/9.0-staging] Fix performance degradation in converters because the instance was not reused by @cincuranet in https://github.com/dotnet/efcore/pull/36897
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36915
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36916
* Update branding to 9.0.11 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36925
* Update branding to 8.0.22 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36924
* [release/8.0] Merge release/8.0-staging to release/8.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36943
* [release/9.0] Merge release/9.0-staging to release/9.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36944
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36939
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36968
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36969
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36973
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36981
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.10...v9.0.11
## 9.0.10
[Release](https://github.com/dotnet/core/releases/tag/v9.0.10)
## What's Changed
* [release/8.0-staging] Merge release/8.0 to release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36540
* [release/9.0-staging] Merge release/9.0 to release/9.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36541
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36690
* Update branding to 9.0.10 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36697
* Update branding to 8.0.21 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36696
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36699
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36727
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36728
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36734
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36753
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36765
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36782
* [release/8.0] Disable Guardian Dotnet Analyzers by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36776
* [release/9.0] Disable Guardian Dotnet Analyzers by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36777
* [8.0] Resolve query logger from QueryContext in shaper generation (#36758) by @roji in https://github.com/dotnet/efcore/pull/36779
* [9.0] Resolve query logger from QueryContext in shaper generation (#36758) by @roji in https://github.com/dotnet/efcore/pull/36778
* [release/8.0] Merge release/8.0-staging to release/8.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36788
* [release/9.0] Merge release/9.0-staging to release/9.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36789
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36784
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36833
* [release/8.0] Remove OSX.13.ARM64 from HelixTargetQueues by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36838
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36841
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36852
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36853
* [release/8.0] Remove OSX.13.Amd64 target from HelixTargetQueues by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36855
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36860
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36867
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.9...v9.0.10
## 9.0.9
[Release](https://github.com/dotnet/core/releases/tag/v9.0.9)
## 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
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36398
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36495
* 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
* 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
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36514
* [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
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36537
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36592
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.8...v9.0.9
## 9.0.7
[Release](https://github.com/dotnet/core/releases/tag/v9.0.7)
## What's Changed
* Merge branch 'release/8.0' =>'release/8.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35893
* Merge branch 'release/8.0' =>'release/8.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/36047
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36098
* Delete src/arcade/eng/common directory by @akoeplinger in https://github.com/dotnet/efcore/pull/36102
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36143
* [release/8.0] Add missing parentheses for set operations by @roji in https://github.com/dotnet/efcore/pull/36139
* [release/9.0] Add missing parentheses for set operations by @roji in https://github.com/dotnet/efcore/pull/36138
* Update branding to 9.0.7 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36186
* Update branding to 8.0.18 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36185
* [release/8.0] Merge release/8.0-staging => release/8.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36193
* [release/9.0] Merge release/9.0-staging => release/9.0 by @cincuranet in https://github.com/dotnet/efcore/pull/36194
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36192
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36213
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36222
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/36223
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions[bot] in https://github.com/dotnet/efcore/pull/36227
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.6...v9.0.7
## 9.0.6
## Bug Fixes
- **Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords**
The translation of `FullTextScore` in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves [#35983](https://github.com/dotnet/efcore/issues/35983) and ensures more reliable full-text search results.
[#36000](https://github.com/dotnet/efcore/pull/36000) by [@maumar](https://github.com/maumar)
## Dependency Updates
- **[release/8.0] Update dependencies from dotnet/arcade**
Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
[#35930](https://github.com/dotnet/efcore/pull/35930) by [@dotnet-maestro](https://github.com/dotnet-maestro)
- **[release/9.0] Update dependencies from dotnet/arcade**
Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
[#36006](https://github.com/dotnet/efcore/pull/36006) by [@dotnet-maestro](https://github.com/dotnet-maestro)
- **[release/8.0] Update dependencies from dotnet/arcade**
Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
[#36085](https://github.com/dotnet/efcore/pull/36085) by [@dotnet-maestro](https://github.com/dotnet-maestro)
- **[release/9.0] Update dependencies from dotnet/arcade**
Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
[#36065](https://github.com/dotnet/efcore/pull/36065) by [@dotnet-maestro](https://github.com/dotnet-maestro)
## Technical Improvements
- **Merging Internal Commits for release/8.0**
Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
[#35926](https://github.com/dotnet/efcore/pull/35926) by [@vseanreesermsft](https://github.com/vseanreesermsft)
- **Merging Internal Commits for release/8.0**
Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
[#36080](https://github.com/dotnet/efcore/pull/36080) by [@vseanreesermsft](https://github.com/vseanreesermsft)
- **Merging Internal Commits for release/9.0**
Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
[#36081](https://github.com/dotnet/efcore/pull/36081) by [@vseanreesermsft](https://github.com/vseanreesermsft)
## Infrastructure
- **Update Branding to 9.0.6**
Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
[#36044](https://github.com/dotnet/efcore/pull/36044) by [@vseanreesermsft](https://github.com/vseanreesermsft)
- **Update Branding to 8.0.17**
Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
[#36043](https://github.com/dotnet/efcore/pull/36043) by [@vseanreesermsft](https://github.com/vseanreesermsft)
## Miscellaneous
- **[automated] Merge branch 'release/8.0' => 'release/9.0'**
Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
[#35927](https://github.com/dotnet/efcore/pull/35927) by [@github-actions](https://github.com/github-actions)
- **Merge release/9.0 to release/9.0-staging**
Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
[#36051](https://github.com/dotnet/efcore/pull/36051) by [@AndriySvyryd](https://github.com/AndriySvyryd)
... (truncated)
## 9.0.5
[Release](https://github.com/dotnet/core/releases/tag/v9.0.5)
## What's Changed
* Merge branch 'release/9.0' => 'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35750
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35765
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35780
* [release/9.0-staging] Fix to #35162 - Regression from EF Core 8 to 9: MigrationBuilder.DropTable Causes Issues with Subsequent Table Recreation by @maumar in https://github.com/dotnet/efcore/pull/35776
* [release/9.0-staging] Fix to #21006 - Support a default value for non-nullable properties by @maumar in https://github.com/dotnet/efcore/pull/35782
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35795
* Update branding to 9.0.5 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35889
* Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35888
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35772
* Merge branch 'release/9.0-staging' => 'release/9.0' by @maumar in https://github.com/dotnet/efcore/pull/35891
* Merge branch 'release/9.0' =>'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35896
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35912
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35931
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35925
* [release/9.0] Disable Cosmos tests on CI by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35933
* [release/9.0-staging] Cosmos Full Text Search support (query part) by @maumar in https://github.com/dotnet/efcore/pull/35909
* [release/9.0] Merge Cosmos full-text search support from release/9.0-staging by @maumar in https://github.com/dotnet/efcore/pull/35953
* [release/9.0] Bump version of Cosmos SDK from 3.45 to 3.48 to improve hybrid search experience out of the box by @maumar in https://github.com/dotnet/efcore/pull/35954
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.4...v9.0.5
## 9.0.4
[Release](https://github.com/dotnet/core/releases/tag/v9.0.4)
## What's Changed
* Merge branch 'release/8.0' into 'release/8.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35541
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35621
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35633
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35634
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35626
* [release/9.0-staging] Set the environment when executing Scaffold-DBContext by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35693
* [release/8.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @roji in https://github.com/dotnet/efcore/pull/35718
* [release/8.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35720
* [release/9.0-staging] Process Coalesce-simplified Convert node properly in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35721
* [release/9.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @roji in https://github.com/dotnet/efcore/pull/35717
* [release/9.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35719
* Update branding to 8.0.15 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35738
* Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35739
* Merge branch 'release/8.0-staging' => 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35742
* Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35743
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35740
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35766
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35781
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4
## 9.0.3
[Release](https://github.com/dotnet/core/releases/tag/v9.0.3)
## What's Changed
* [release/9.0-staging] Fix to #35393 - GroupJoin in EF Core 9 Returns Null for Joined Entities by @maumar in https://github.com/dotnet/efcore/pull/35449
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35473
* [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35470
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35498
* Merge branch 'release/9.0' into 'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35542
* [release/9.0-staging] Make SnapshotModelProcessor idempotent. by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35543
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35572
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35474
* Update branding to 9.0.3 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35584
* Update branding to 8.0.14 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35583
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35587
* Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35601
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35622
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3
## 9.0.2
[Release](https://github.com/dotnet/core/releases/tag/v9.0.2)
## What's Changed
* [release/9.0-staging] Fix to #35108 - Temporal table migration regression from EF Core 8 to 9 by @maumar in https://github.com/dotnet/efcore/pull/35289
* [release/9.0-staging] Don't throw PendingModelChangesWarning when applying a specific migration by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35353
* [release/8.0] Update Helix queues by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35408
* [release/9.0] Update Helix queues by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35407
* [release/9.0-staging] Fix to #35239 - EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by @maumar in https://github.com/dotnet/efcore/pull/35360
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35415
* [release/9.0-staging] Don't scaffold NonNullableConventionState annotation by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35359
* Update branding to 8.0.13 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35427
* Update branding to 9.0.2 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35428
* Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35463
* Merge branch 'release/8.0-staging' => 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35464
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35429
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35460
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35472
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2
## 9.0.1
[Release](https://github.com/dotnet/core/releases/tag/v9.0.1)
## What's Changed
* [release/9.0-staging] Update macOS images to 13 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35004
* [release/8.0-staging] Update macOS images to 13 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35005
* [release/9.0-staging TEST ONLY] adjusting some migration tests so that baselines dont depend on the product version by @maumar in https://github.com/dotnet/efcore/pull/34977
* Update branding to 8.0.12 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35048
* Update branding to 9.0.1 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35049
* Merge branch 'release/8.0' into release/8.0-staging by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35055
* Merge branch 'release/9.0' into release/9.0-staging by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35056
* Merge branch 'release/8.0-staging' => 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35077
* Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35078
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35050
* Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35081
* Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35083
* [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35085
* [released/9.0] Add missing awaits in MigrationsInfrastructureTestBase by @roji in https://github.com/dotnet/efcore/pull/35107
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35137
* [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35199
* [release/9.0] Fix TPC equality check inside subquery predicate (#35120) by @roji in https://github.com/dotnet/efcore/pull/35201
* [release/9.0] Add missing Converts when simplifying in funcletizer (#35122) by @roji in https://github.com/dotnet/efcore/pull/35202
* [release/9.0] Correct VisitUnary operand evaluation in funcletizer (#35172) by @roji in https://github.com/dotnet/efcore/pull/35203
* [release/9.0-staging] Fix to #35206 - Query/Perf: don't use Invoke in value comparer lambdas when constructing shaper with PopulateCollection by @maumar in https://github.com/dotnet/efcore/pull/35207
* [release/9.0-staging] Fix to #35208 - Query/Perf: don't compile liftable constant resolvers in interpretation mode by @maumar in https://github.com/dotnet/efcore/pull/35211
* [release/9.0] Enable Cosmos vector search on EF9 by @ajcvickers in https://github.com/dotnet/efcore/pull/35183
* [release/9.0] Return null when the type is nullable for Cosmos Max/Min/Average by @ajcvickers in https://github.com/dotnet/efcore/pull/35216
* [release/9.0-staging] Fix to #35212 - Query/Perf: Compile identifier lambdas passed to PopulateIncludeCollection rather than inline by @maumar in https://github.com/dotnet/efcore/pull/35217
* [release/9.0] Uniquify all variables used in SQL Server migration scripts by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35228
* [release/9.0] Avoid using `^` and `~` when invalid because of value converters by @roji in https://github.com/dotnet/efcore/pull/35241
* [release/9.0] Prevent owner entity from becoming optional by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35222
* [release/9.0] Set environment variables to "Development" when creating DbContext using IDesignTimeDbContextFactory by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35230
* [release/9.0] Fix query filters with context accessors by @cincuranet in https://github.com/dotnet/efcore/pull/35246
* [release/9.0] Add more specific messages when pending model changes are detected by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35221
* [release/9.0] Fix Contains on ImmutableArray by @cincuranet in https://github.com/dotnet/efcore/pull/35251
* Merge branch 'release/9.0-staging' into release/9.0 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35255
* [release/9.0] Don't suppress transactions when creating the history repository by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35266
**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1
Commits viewable in [compare view](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.15).
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.
Please fix the above issues or remove invalid values from dependabot.yml.
### Labels
The following labels could not be found: `dependencies`, `nuget`. Please create them before Dependabot can add them to a pull request.
Please fix the above issues or remove invalid values from `dependabot.yml`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Updated Microsoft.Data.Sqlite from 9.0.0 to 9.0.15.
Release notes
Sourced from Microsoft.Data.Sqlite's releases.
9.0.15
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.14...v9.0.15
9.0.14
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.13...v9.0.14
9.0.13
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.12...v9.0.13
9.0.12
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.11...v9.0.12
9.0.11
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.10...v9.0.11
9.0.10
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.8...v9.0.9
9.0.7
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.6...v9.0.7
9.0.6
Bug Fixes
The translation of
FullTextScorein Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #35983 and ensures more reliable full-text search results.#36000 by @maumar
Dependency Updates
Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
#35930 by @dotnet-maestro
Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
#36006 by @dotnet-maestro
Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
#36085 by @dotnet-maestro
Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
#36065 by @dotnet-maestro
Technical Improvements
Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
#35926 by @vseanreesermsft
Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
#36080 by @vseanreesermsft
Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
#36081 by @vseanreesermsft
Infrastructure
Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
#36044 by @vseanreesermsft
Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
#36043 by @vseanreesermsft
Miscellaneous
Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
#35927 by @github-actions
Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
#36051 by @AndriySvyryd
... (truncated)
9.0.5
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.4...v9.0.5
9.0.4
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4
9.0.3
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3
9.0.2
Release
What's Changed
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2
9.0.1
Release
What's Changed
^and~when invalid because of value converters by @roji in https://github.com/dotnet/efcore/pull/35241Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsLabels
The following labels could not be found:
dependencies,nuget. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.Superseded by #5.
Pull request closed