Skip to content

Bump EntityFrameworkCore.Projectables from 4.0.0 to 6.0.1 - #55

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/nuget/samples/SampleMySqlApp/multi-288140c6d6
Closed

Bump EntityFrameworkCore.Projectables from 4.0.0 to 6.0.1#55
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/nuget/samples/SampleMySqlApp/multi-288140c6d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Copy link
Copy Markdown
Contributor

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 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

neminatsp and others added 3 commits March 29, 2026 16:03
…, 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>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 2, 2026
@dependabot
dependabot Bot requested a review from nemina47 as a code owner April 2, 2026 06:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 2, 2026
@nemina47 nemina47 closed this Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
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 ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/nuget/samples/SampleMySqlApp/multi-288140c6d6 branch June 9, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants