Bump EntityFrameworkCore.Projectables from 4.0.0 to 6.0.1 - #55
Closed
dependabot[bot] wants to merge 3 commits into
Closed
Bump EntityFrameworkCore.Projectables from 4.0.0 to 6.0.1#55dependabot[bot] wants to merge 3 commits into
dependabot[bot] wants to merge 3 commits into
Conversation
…, and address review regressions (#44) ### What’s included 1. VS hover consistency fixes - Added VS document sync wiring (`didOpen` / `didChange` / `didClose`) so hover analysis uses current editor content. - Fixed local variable type inference for interpolated strings (e.g., `var pattern = $"%{searchTerm}%"`) to prevent `object` fallback and CS1503 in `EF.Functions.Like(...)`. 2. Review feedback follow-ups (hover cache behavior) - Fixed cache-disabled (`hoverCacheTtlMs=0`) behavior so hover computes directly instead of showing perpetual `InQueue`. - Allowed background non-ready statuses (`Starting`, `DaemonUnavailable`) to replace stale placeholders in primary cache. - Improved VS document sync lifecycle cleanup so reopen cycles continue syncing correctly. 3. CI reliability fixes - Fixed test fixture sample DLL copy logic to support sample outputs built under `net9.0`/`net10.0`. - Stabilized SQL Server mismatch regression test to accept both valid outcomes: - graceful mismatch failure path, or - successful translation when package/runtime graph is aligned. 4. Versioning / release - Bumped plugin versions to `1.0.10`: - VS Code package.json - Rider gradle.properties - Visual Studio source.extension.vsixmanifest - Updated CHANGELOG.md with `1.0.10` release section. - Merged latest `main` and resolved conflicts cleanly. ### Validation performed - `dotnet build EFQueryLens.Lsp.csproj -c Debug` - `dotnet build EFQueryLens.VisualStudio.csproj -c Debug` - `dotnet test EFQueryLens.Integration.Tests.csproj -c Debug --no-restore` - `dotnet test EFQueryLens.Core.Tests.csproj -c Debug --no-restore` - Targeted failing test rerun for SQL Server mismatch scenario passed.
…parity (#50) Summary: This PR addresses two hover/evaluation failures reported after the 1.0.10 release and updates both SQL Server and MySQL samples to reflect real-world patterns. Fixes Ternary type inference — SQL Server paging queries using var pageSize = condition ? a : b were inferring pageSize as Microsoft.Data.SqlClient.SNIHandle instead of int. The LSP type extractor now recursively inspects both branches of a ConditionalExpressionSyntax. A defensive IsInternalProviderType() filter was also added to block provider-internal types across all six runtime type-inference paths.
--- updated-dependencies: - dependency-name: EntityFrameworkCore.Projectables dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: EntityFrameworkCore.Projectables dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: EntityFrameworkCore.Projectables dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/nuget/samples/SampleMySqlApp/multi-288140c6d6
branch
June 9, 2026 02:08
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated EntityFrameworkCore.Projectables from 4.0.0 to 6.0.1.
Release notes
Sourced from EntityFrameworkCore.Projectables's releases.
6.0.1
What's Changed
Full Changelog: EFNext/EntityFrameworkCore.Projectables@v6.0.0...v6.0.1
6.0.0
What's Changed
Major changes
Other changes
Full Changelog: EFNext/EntityFrameworkCore.Projectables@v5.0.2...v6.0.0
5.0.2
What's Changed
Full Changelog: EFNext/EntityFrameworkCore.Projectables@v5.0.0...v5.0.2
5.0.0
What's Changed
New Contributors
Full Changelog: EFNext/EntityFrameworkCore.Projectables@v4.0.0...v5.0.0
4.1.0-preview.1
What's Changed
New Contributors
Full Changelog: EFNext/EntityFrameworkCore.Projectables@v4.0.0...v4.1.0
Commits viewable in compare view.
You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)