chore(deps): update all non-major dependencies #67

Open
renovate-bot wants to merge 1 commit from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
LinkDotNet.BuildInformation 2.1.22.1.5 age confidence
Microsoft.CodeAnalysis.Analyzers 4.14.05.3.0 age confidence
Microsoft.CodeAnalysis.CSharp 5.0.05.3.0 age confidence
Microsoft.Data.Sqlite (source) 10.0.410.0.9 age confidence
Microsoft.NET.Test.Sdk 18.3.018.7.0 age confidence
Microsoft.Net.Compilers.Toolset 5.0.05.3.0 age confidence
PolySharp 1.15.01.16.0 age confidence
SimpleCache 0.1.00.2.0 age confidence
linq2db (source) 6.1.06.3.0 age confidence

Release Notes

linkdotnet/BuildInformation (LinkDotNet.BuildInformation)

v2.1.5

Fixed
  • Revert Microsoft.CodeAnalysis.CSharp to last major version so we have less issues.

v2.1.4

Fixed
  • Use SyntaxFactory.Literal consistently

v2.1.3

Fixed
microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v18.6.0...v18.7.0

v18.6.0

What's Changed

Changes to tests and infra

Full Changelog: https://github.com/microsoft/vstest/compare/v18.5.1...v18.6.0

v18.5.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1

v18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.4.0...v18.5.0

v18.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0

Sergio0694/PolySharp (PolySharp)

v1.16.0

Compare Source

This PolySharp release includes C# 14 support.

🪄 Polyfills
Fixes
🔧 Other changes

New Contributors

Full Changelog: https://github.com/Sergio0694/PolySharp/compare/1.15.0...1.16.0

linq2db/linq2db (linq2db)

v6.3.0: Release 6.3.0

Highlights of this release:

  • Enum.HasFlag translation
  • string.Concat / string.Join / TrimStart / TrimEnd translation improvements (with many translator-bug fixes uncovered along the way)
  • AsCte builder overload for explicit CTE materialization configuration (PostgreSQL, ClickHouse, DuckDB, SQLite, DuckDB)
  • AsQueryable(db, ...) overload with per-column parameterization control for VALUES clauses
  • Improved Now / UtcNow translation with timezone awareness across providers; providers without TZ gracefully downgrade
  • IgnoreConflicts option for MultipleRows mode BulkCopy on MySql / MariaDB / PostgreSQL / SQLite / DuckDB (thanks @​darko1979)
  • Many other fixes: PostgreSQL array-parameter query cache misses, SqlQueryDependentParams issues, association discovery on interfaces, subquery null-aggregate SQL generation, UPDATE FROM regressions, ValueConverter null handling, CTE column removal, set-operator flattening, Sql.Row converters, predicate null-check optimization, FromSql caching, DropTable(throwExceptionIfNotExists: false) behavior, EXISTS over set queries

Provider-specific highlights:

  • DuckDB — brand-new first-class provider (thanks @​stdray, #​5451), schema introspection, scaffolding via linq2db.cli, LINQPad support
  • OracleCOALESCE parameter type inference, DateTimeOffset.Now no longer corrupts TIMESTAMP WITH TIME ZONE writes, drop of global temp tables with data now works
  • SQL Server 2025 — vector type fixes
  • SQL Server + Firebird — date conversion fix for DbType="..." mappings
  • ClickHouse — table-hint whitespace fix
  • Access — non-EN locale compatibility re-fixes
  • SAP HANA + DB2 + Firebird — proper SQL escaping in EXECUTE blocks for create/drop tables
  • SAP HANADROP TABLE IF NOT EXISTS handled on SQL level
  • EF.Core / SQL ServerUseSequence-defined fields now detected as identity (#​5439)
  • F# support — compatibility with FSharp.Core 10.1.x; record mapping fixes for case-only-distinct member names

linq2db.cli:

  • Per-RID tool packaging. linq2db.cli now ships as per-RID tool packages (win-x64/win-x86/win-arm64/linux-x64/linux-arm64/osx-arm64/osx-x64). dotnet tool install -g linq2db.cli auto-picks the variant for your SDK; add --arch x86 when you need 32-bit (Jet OLE DB; or to match a 32-bit ACE / SqlCe / SAP HANA driver).
  • Breaking: --architecture scaffold option removed — bitness is now fixed at install time. Jet connection strings on a 64-bit process now fail fast with a clear x86-variant hint. See #​5539.

Full release notes

Nugets

What's Changed

New Contributors

Full Changelog: https://github.com/linq2db/linq2db/compare/v6.2.1...v6.3.0

v6.2.1: Release 6.2.1

This release contains only bugfixes.

Release notes
Nugets

Full Changelog: https://github.com/linq2db/linq2db/compare/v6.2.0...v6.2.1

v6.2.0: Release 6.2.0

Release highlights:

  • a lot of fixes to reported issues including v6 regressions
  • various improvements to generated SQL
  • added stack guard for v
    isitors, could be managed using LinqToDB.Common.Configuration.TranslationThreadMaxHopCount setting
  • better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract)
  • support ~ operator translation for all databases
  • support for new .NET 6-10 LINQ operators: CountBy, Index, MaxBy, MinBy, ExceptBy, UnionBy, IntersectBy
  • [PostgreSQL] add timeout option support for native BulkCopy
  • [Oracle] fix found issues in NVARCHAR2 type mapping
  • [SQL Server 2005] scaffold support for JSON and VECTOR types
  • [ClickHouse] support for ClickHouse.Driver v0.9 and v1.0 provider versions. For v1.0+ provider we recommend to set ReadStringsAsByteArrays=true provider option
  • [YDB] continued provider implementation (still in progress)

Release notes
Nugets

Full Changelog: https://github.com/linq2db/linq2db/compare/v6.1.0...v6.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [LinkDotNet.BuildInformation](https://github.com/linkdotnet/BuildInformation) | `2.1.2` → `2.1.5` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/LinkDotNet.BuildInformation/2.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/LinkDotNet.BuildInformation/2.1.2/2.1.5?slim=true) | | [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn) | `4.14.0` → `5.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Analyzers/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.Analyzers/5.3.0-2.25625.1/5.3.0?slim=true) | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `5.0.0` → `5.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.CSharp/5.0.0/5.3.0?slim=true) | | [Microsoft.Data.Sqlite](https://docs.microsoft.com/dotnet/standard/data/sqlite/) ([source](https://github.com/dotnet/dotnet)) | `10.0.4` → `10.0.9` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Data.Sqlite/10.0.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Data.Sqlite/10.0.4/10.0.9?slim=true) | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `18.3.0` → `18.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/18.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/18.3.0/18.7.0?slim=true) | | [Microsoft.Net.Compilers.Toolset](https://github.com/dotnet/roslyn) | `5.0.0` → `5.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Net.Compilers.Toolset/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Net.Compilers.Toolset/5.0.0/5.3.0?slim=true) | | [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.15.0` → `1.16.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/PolySharp/1.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/PolySharp/1.15.0/1.16.0?slim=true) | | [SimpleCache](https://git.dutches.de/Dutch/SimpleCache) | `0.1.0` → `0.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/SimpleCache/0.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SimpleCache/0.1.0/0.2.0?slim=true) | | [linq2db](https://linq2db.github.io/) ([source](https://github.com/linq2db/linq2db)) | `6.1.0` → `6.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/linq2db/6.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/linq2db/6.1.0/6.3.0?slim=true) | --- ### Release Notes <details> <summary>linkdotnet/BuildInformation (LinkDotNet.BuildInformation)</summary> ### [`v2.1.5`](https://github.com/linkdotnet/BuildInformation/blob/HEAD/CHANGELOG.md#215---2026-06-24) ##### Fixed - Revert `Microsoft.CodeAnalysis.CSharp` to last major version so we have less issues. ### [`v2.1.4`](https://github.com/linkdotnet/BuildInformation/blob/HEAD/CHANGELOG.md#214---2026-05-16) ##### Fixed - Use SyntaxFactory.Literal consistently ### [`v2.1.3`](https://github.com/linkdotnet/BuildInformation/blob/HEAD/CHANGELOG.md#213---2026-05-15) ##### Fixed - Build fails because of backward slash in the ProjectDirectory. Reported by [@&#8203;Arnab-Developer](https://github.com/Arnab-Developer) in [#&#8203;105](https://github.com/linkdotnet/BuildInformation/issues/105). </details> <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.7.0`](https://github.com/microsoft/vstest/releases/tag/v18.7.0) #### What's Changed - Add ARM64 msdia140.dll support to test platform packages by [@&#8203;jamesmcroft](https://github.com/jamesmcroft) in [#&#8203;15689](https://github.com/microsoft/vstest/pull/15689) - Update System.Memory from 4.5.5 to 4.6.3 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15706](https://github.com/microsoft/vstest/pull/15706) #### New Contributors - [@&#8203;jamesmcroft](https://github.com/jamesmcroft) made their first contribution in [#&#8203;15689](https://github.com/microsoft/vstest/pull/15689) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.6.0...v18.7.0> ### [`v18.6.0`](https://github.com/microsoft/vstest/releases/tag/v18.6.0) #### What's Changed - Revert removal of Video Recorder by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15336](https://github.com/microsoft/vstest/pull/15336) - Speed up blame by filtering non-.NET processes from dump collection by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15518](https://github.com/microsoft/vstest/pull/15518) - Add README.md to NuGet packages by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15550](https://github.com/microsoft/vstest/pull/15550) - Report child process info on connection timeout by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15603](https://github.com/microsoft/vstest/pull/15603) ##### Changes to tests and infra - Brand as 18.6 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15423](https://github.com/microsoft/vstest/pull/15423) - Upgrading code coverage version to 18.5.1, by [@&#8203;fhnaseer](https://github.com/fhnaseer) in [#&#8203;15422](https://github.com/microsoft/vstest/pull/15422) - Updating System.Collections.Immutable to 9.0.11 by [@&#8203;MSLukeWest](https://github.com/MSLukeWest) in [#&#8203;15425](https://github.com/microsoft/vstest/pull/15425) - Fix attachVS when used for debugging integration tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15451](https://github.com/microsoft/vstest/pull/15451) - Replace dotnet.config, with global.json by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15449](https://github.com/microsoft/vstest/pull/15449) - Document debugging integration tests with AttachVS by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15452](https://github.com/microsoft/vstest/pull/15452) - Fix stack overflow tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15461](https://github.com/microsoft/vstest/pull/15461) - Make TestAssets.sln buildable locally by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15466](https://github.com/microsoft/vstest/pull/15466) - Try filtering out tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15463](https://github.com/microsoft/vstest/pull/15463) - Build just once when tfms run in parallel by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15465](https://github.com/microsoft/vstest/pull/15465) - Review simplify compatibility sources, deduplicate tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15472](https://github.com/microsoft/vstest/pull/15472) - Cleanup dead TRX code by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15474](https://github.com/microsoft/vstest/pull/15474) - Update .NET runtimes to 8.0.25, 9.0.14, and 10.0.4 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15481](https://github.com/microsoft/vstest/pull/15481) - Compat matrix checker by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15480](https://github.com/microsoft/vstest/pull/15480) - Add trx analysis skill by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15486](https://github.com/microsoft/vstest/pull/15486) - Split integration tests to single tfm and multi tfm project by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15484](https://github.com/microsoft/vstest/pull/15484) - Update matrix by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15477](https://github.com/microsoft/vstest/pull/15477) - Break infinite restore loop in VS by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15503](https://github.com/microsoft/vstest/pull/15503) - Use global package cache for build, and local for running integration tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15500](https://github.com/microsoft/vstest/pull/15500) - Update contributing by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15505](https://github.com/microsoft/vstest/pull/15505) - Reduce test wall-clock time by increasing minThreads by [@&#8203;drognanar](https://github.com/drognanar) in [#&#8203;15502](https://github.com/microsoft/vstest/pull/15502) - Indicator flakiness by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15513](https://github.com/microsoft/vstest/pull/15513) - Fix ci build by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15515](https://github.com/microsoft/vstest/pull/15515) - Fix thread safety issues by [@&#8203;Evangelink](https://github.com/Evangelink) in [#&#8203;15512](https://github.com/microsoft/vstest/pull/15512) - Optimize DotnetSDKSimulation\_PostProcessing test (163s → 61s) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15516](https://github.com/microsoft/vstest/pull/15516) - Build isolated test assets for single TFM instead of 7 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15517](https://github.com/microsoft/vstest/pull/15517) - Remove unused dependencies from Library.IntegrationTests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15527](https://github.com/microsoft/vstest/pull/15527) - Remove printing \_attachments content to console by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15520](https://github.com/microsoft/vstest/pull/15520) - Add Linux/macOS test filtering guide to CONTRIBUTING.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15521](https://github.com/microsoft/vstest/pull/15521) - Change integration test parallelization from ClassLevel to MethodLevel by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15526](https://github.com/microsoft/vstest/pull/15526) - Unify target framework checks with IsNetFrameworkTarget/IsNetTarget by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15523](https://github.com/microsoft/vstest/pull/15523) - Add unattended work instructions to copilot-instructions.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15531](https://github.com/microsoft/vstest/pull/15531) - Reduce code style rule severity from warning to suggestion by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15522](https://github.com/microsoft/vstest/pull/15522) - Remove Debug/Release line number branching from tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15519](https://github.com/microsoft/vstest/pull/15519) - Revise unattended work instructions in copilot-instructions.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15532](https://github.com/microsoft/vstest/pull/15532) - Improve CompatibilityRowsBuilder error message with diagnostic details by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15529](https://github.com/microsoft/vstest/pull/15529) - docs: add git worktree and upstream sync workflow to copilot-instructions.md by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15538](https://github.com/microsoft/vstest/pull/15538) - Add VSIX runner to smoke tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15541](https://github.com/microsoft/vstest/pull/15541) - Remove deprecated WebTest and TMI test methods by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15525](https://github.com/microsoft/vstest/pull/15525) - Fix compatibility test failures for legacy vstest.console and MSTest adapter by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15534](https://github.com/microsoft/vstest/pull/15534) - Convert TestPlatform.sln to slnx format by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15551](https://github.com/microsoft/vstest/pull/15551) - Convert test/TestAssets .sln files to .slnx format by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15557](https://github.com/microsoft/vstest/pull/15557) - Enable parallelization for blame data collector tests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15552](https://github.com/microsoft/vstest/pull/15552) - Fix CI failure when GeneratedTestAssets directory doesn't exist by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15556](https://github.com/microsoft/vstest/pull/15556) - Set DOTNET\_ROOT in test.sh for local Linux usage by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15559](https://github.com/microsoft/vstest/pull/15559) - Use MSTest recommended analyzers by [@&#8203;Evangelink](https://github.com/Evangelink) in [#&#8203;15539](https://github.com/microsoft/vstest/pull/15539) - Document semicolon handling in RunSettings test parameters by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15561](https://github.com/microsoft/vstest/pull/15561) - Enable CA1067 analyzer and fix violations by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15560](https://github.com/microsoft/vstest/pull/15560) - Fix HTML logger parallel file collision with atomic file creation by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15562](https://github.com/microsoft/vstest/pull/15562) - Deduplicate package extraction between verify-nupkgs and IntegrationTestBuild by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15554](https://github.com/microsoft/vstest/pull/15554) - Fix MSTEST0046: use Assert.MatchesRegex instead of StringAssert.Matches by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15575](https://github.com/microsoft/vstest/pull/15575) - Attach diagnostic logs to acceptance test runs by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15572](https://github.com/microsoft/vstest/pull/15572) - Deprecate EnableShutdownAfterTestRun which is no-op by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15576](https://github.com/microsoft/vstest/pull/15576) - Skip VideoRecorder test on CI due to access denied errors by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15587](https://github.com/microsoft/vstest/pull/15587) - Fix integration test build collision with mutex + EventWaitHandle by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15568](https://github.com/microsoft/vstest/pull/15568) - Reduce blame test flakiness: increase hang dump timeout to 10s by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15590](https://github.com/microsoft/vstest/pull/15590) - Fix concurrent modification in MetricsCollection by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15581](https://github.com/microsoft/vstest/pull/15581) - Fix PassingNoArguments test: disable --diag to preserve help output by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15583](https://github.com/microsoft/vstest/pull/15583) - perf: fix dictionary double-lookups, Collection.Contains, and LINQ allocations by [@&#8203;Evangelink](https://github.com/Evangelink) in [#&#8203;15533](https://github.com/microsoft/vstest/pull/15533) - Replace VSSDK-sourced DLLs with proper package references by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15567](https://github.com/microsoft/vstest/pull/15567) - Add target framework to default TRX file name by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15565](https://github.com/microsoft/vstest/pull/15565) - Update post-build template parameters by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15591](https://github.com/microsoft/vstest/pull/15591) - Fix path for post-build template and adjust validation by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15592](https://github.com/microsoft/vstest/pull/15592) - Add azure-pipelines-official.yml to pipeline files by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15594](https://github.com/microsoft/vstest/pull/15594) - Update comment formatting for signing validation by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15597](https://github.com/microsoft/vstest/pull/15597) - Fix enable-auto-merge for maestro by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15595](https://github.com/microsoft/vstest/pull/15595) - Auto-approve maestro PRs by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15598](https://github.com/microsoft/vstest/pull/15598) - Update enable-auto-merge to squash by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15602](https://github.com/microsoft/vstest/pull/15602) - Update enable-auto-merge.yml for the correct permissions by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15606](https://github.com/microsoft/vstest/pull/15606) - Add 365 regression tests for untested bug fixes by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15615](https://github.com/microsoft/vstest/pull/15615) - Fix typos and add comments to empty catch blocks by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15609](https://github.com/microsoft/vstest/pull/15609) - Fix flaky EventLogCollector test: ensure deterministic event log entries by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15607](https://github.com/microsoft/vstest/pull/15607) - Mark PathConverter tests as Windows-only by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15617](https://github.com/microsoft/vstest/pull/15617) - Fix HangDumpOnTimeout flakiness and ignore VideoRecorder test by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15616](https://github.com/microsoft/vstest/pull/15616) - Add copilot-setup-steps.yml by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15604](https://github.com/microsoft/vstest/pull/15604) - Add CreateNoNewWindow RunConfiguration setting by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15585](https://github.com/microsoft/vstest/pull/15585) - Add preview packages documentation by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15628](https://github.com/microsoft/vstest/pull/15628) - Cleanup filter implementation by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15629](https://github.com/microsoft/vstest/pull/15629) - Fix SCI binding failure in DTA hosts (rel/18.6) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15722](https://github.com/microsoft/vstest/pull/15722) - Remove DiagnosticSource binding redirect (rel/18.6) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15776](https://github.com/microsoft/vstest/pull/15776) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.5.1...v18.6.0> ### [`v18.5.1`](https://github.com/microsoft/vstest/releases/tag/v18.5.1) #### What's Changed - Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15720](https://github.com/microsoft/vstest/pull/15720) - Port verify-binding-redirects.ps1 to rel/18.5 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15719](https://github.com/microsoft/vstest/pull/15719) - Bump to 18.5.1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15721](https://github.com/microsoft/vstest/pull/15721) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1> ### [`v18.5.0`](https://github.com/microsoft/vstest/releases/tag/v18.5.0) ⚠️ Unlisted on Nuget, because of [#&#8203;15718](https://github.com/microsoft/vstest/issues/15718) #### What's Changed - Add runtime configs by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15377](https://github.com/microsoft/vstest/pull/15377) - Add net8.0 target for TranslationLayer by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15375](https://github.com/microsoft/vstest/pull/15375) - Determine architecture of remote process on windows by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15396](https://github.com/microsoft/vstest/pull/15396) - Updating System.Collections.Immutable package reference to version 9.0.0 by [@&#8203;MSLukeWest](https://github.com/MSLukeWest) in [#&#8203;15392](https://github.com/microsoft/vstest/pull/15392) - Dump via netcore tool on windows by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15397](https://github.com/microsoft/vstest/pull/15397) - Fix answer file splitting by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15381](https://github.com/microsoft/vstest/pull/15381) - Run tests against vsix runner by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15419](https://github.com/microsoft/vstest/pull/15419) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.4.0...v18.5.0> ### [`v18.4.0`](https://github.com/microsoft/vstest/releases/tag/v18.4.0) #### What's Changed - Add LoongArch64 support by [@&#8203;stdmnpkg](https://github.com/stdmnpkg) in [#&#8203;15359](https://github.com/microsoft/vstest/pull/15359) - Refactor Condition evaluation by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15357](https://github.com/microsoft/vstest/pull/15357) - Adding info on extensions points part 1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15360](https://github.com/microsoft/vstest/pull/15360) - Add option to ask for uploading code QL before the standard window ends by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15373](https://github.com/microsoft/vstest/pull/15373) - Update runtime versions by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15372](https://github.com/microsoft/vstest/pull/15372) - Fix .NET 10 regression for traits by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15370](https://github.com/microsoft/vstest/pull/15370) - Update target frameworks to net10.0 and net11.0 by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;15349](https://github.com/microsoft/vstest/pull/15349) - Fix names in pipeline matrix so we don't have to align them by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15365](https://github.com/microsoft/vstest/pull/15365) - Update SECURITY.md by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15342](https://github.com/microsoft/vstest/pull/15342) #### New Contributors - [@&#8203;stdmnpkg](https://github.com/stdmnpkg) made their first contribution in [#&#8203;15359](https://github.com/microsoft/vstest/pull/15359) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0> </details> <details> <summary>Sergio0694/PolySharp (PolySharp)</summary> ### [`v1.16.0`](https://github.com/Sergio0694/PolySharp/releases/tag/1.16.0) [Compare Source](https://github.com/Sergio0694/PolySharp/compare/1.15.0...1.16.0) This PolySharp release includes C# 14 support. ##### 🪄 Polyfills - Add polyfills for .NET 10 attributes. by [@&#8203;teo-tsirpanis](https://github.com/teo-tsirpanis) in [#&#8203;131](https://github.com/Sergio0694/PolySharp/pull/131) ##### ✅ Fixes - Emit '\[Embedded]' attribute for all polyfills by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;127](https://github.com/Sergio0694/PolySharp/pull/127) - Fix not generating polyfills when using InternalsVisibleTo with EmbeddedAttribute by [@&#8203;Windows10CE](https://github.com/Windows10CE) in [#&#8203;134](https://github.com/Sergio0694/PolySharp/pull/134) ##### 🔧 Other changes - Update .NET SDK by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;125](https://github.com/Sergio0694/PolySharp/pull/125) - Migrate solution to '.slnx' format by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;126](https://github.com/Sergio0694/PolySharp/pull/126) - Update MSTest to 3.9.1 and use metapackage by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;124](https://github.com/Sergio0694/PolySharp/pull/124) - Update .NET SDK by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;141](https://github.com/Sergio0694/PolySharp/pull/141) - Update C# version references to 14 in readme-s by [@&#8203;Sergio0694](https://github.com/Sergio0694) in [#&#8203;142](https://github.com/Sergio0694/PolySharp/pull/142) #### New Contributors - [@&#8203;Youssef1313](https://github.com/Youssef1313) made their first contribution in [#&#8203;124](https://github.com/Sergio0694/PolySharp/pull/124) - [@&#8203;Windows10CE](https://github.com/Windows10CE) made their first contribution in [#&#8203;134](https://github.com/Sergio0694/PolySharp/pull/134) **Full Changelog**: <https://github.com/Sergio0694/PolySharp/compare/1.15.0...1.16.0> </details> <details> <summary>linq2db/linq2db (linq2db)</summary> ### [`v6.3.0`](https://github.com/linq2db/linq2db/releases/tag/v6.3.0): Release 6.3.0 Highlights of this release: - `Enum.HasFlag` translation - `string.Concat` / `string.Join` / `TrimStart` / `TrimEnd` translation improvements (with many translator-bug fixes uncovered along the way) - `AsCte` builder overload for explicit CTE materialization configuration (PostgreSQL, ClickHouse, DuckDB, SQLite, DuckDB) - `AsQueryable(db, ...)` overload with per-column parameterization control for `VALUES` clauses - Improved `Now` / `UtcNow` translation with timezone awareness across providers; providers without TZ gracefully downgrade - `IgnoreConflicts` option for `MultipleRows` mode `BulkCopy` on MySql / MariaDB / PostgreSQL / SQLite / DuckDB (thanks [@&#8203;darko1979](https://github.com/darko1979)) - Many other fixes: PostgreSQL array-parameter query cache misses, `SqlQueryDependentParams` issues, association discovery on interfaces, subquery null-aggregate SQL generation, `UPDATE FROM` regressions, `ValueConverter` null handling, CTE column removal, set-operator flattening, `Sql.Row` converters, predicate null-check optimization, `FromSql` caching, `DropTable(throwExceptionIfNotExists: false)` behavior, `EXISTS` over set queries Provider-specific highlights: - **DuckDB** — brand-new first-class provider (thanks [@&#8203;stdray](https://github.com/stdray), [#&#8203;5451](https://github.com/linq2db/linq2db/issues/5451)), schema introspection, scaffolding via `linq2db.cli`, LINQPad support - **Oracle** — `COALESCE` parameter type inference, `DateTimeOffset.Now` no longer corrupts `TIMESTAMP WITH TIME ZONE` writes, drop of global temp tables with data now works - **SQL Server 2025** — vector type fixes - **SQL Server** + **Firebird** — date conversion fix for `DbType="..."` mappings - **ClickHouse** — table-hint whitespace fix - **Access** — non-EN locale compatibility re-fixes - **SAP HANA** + **DB2** + **Firebird** — proper SQL escaping in `EXECUTE` blocks for create/drop tables - **SAP HANA** — `DROP TABLE IF NOT EXISTS` handled on SQL level - **EF.Core / SQL Server** — `UseSequence`-defined fields now detected as identity ([#&#8203;5439](https://github.com/linq2db/linq2db/issues/5439)) - **F# support** — compatibility with `FSharp.Core` 10.1.x; record mapping fixes for case-only-distinct member names linq2db.cli: - **Per-RID tool packaging.** `linq2db.cli` now ships as per-RID tool packages (`win-x64`/`win-x86`/`win-arm64`/`linux-x64`/`linux-arm64`/`osx-arm64`/`osx-x64`). `dotnet tool install -g linq2db.cli` auto-picks the variant for your SDK; add `--arch x86` when you need 32-bit (Jet OLE DB; or to match a 32-bit ACE / SqlCe / SAP HANA driver). - **Breaking:** `--architecture` scaffold option removed — bitness is now fixed at install time. Jet connection strings on a 64-bit process now fail fast with a clear x86-variant hint. See [#&#8203;5539](https://github.com/linq2db/linq2db/issues/5539). [Full release notes](https://github.com/linq2db/linq2db/wiki/releases-and-roadmap#release-630) [Nugets](https://www.nuget.org/profiles/LinqToDB) #### What's Changed - Release 6.2.1 by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5426](https://github.com/linq2db/linq2db/pull/5426) - Fix compatibility with FSharp.Core 10.1.x by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5430](https://github.com/linq2db/linq2db/pull/5430) - Fixed a StackOverflowException when using chained AsQueryable() calls. by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5433](https://github.com/linq2db/linq2db/pull/5433) - IgnoreConflicts option in BulkCopyOptions for MySql/MariaDB, PostgreSQL and SQLite by [@&#8203;darko1979](https://github.com/darko1979) in [#&#8203;5395](https://github.com/linq2db/linq2db/pull/5395) - Relaxed restriction for Sql.Row and fields with conversion. by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5438](https://github.com/linq2db/linq2db/pull/5438) - Add JetBrains support section to README by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5448](https://github.com/linq2db/linq2db/pull/5448) - Initial setup for Claude code by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5452](https://github.com/linq2db/linq2db/pull/5452) - Wrapped key in LINQ Query by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5456](https://github.com/linq2db/linq2db/pull/5456) - Disabled Clickhouse.Octonica provider tests. by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5460](https://github.com/linq2db/linq2db/pull/5460) - Fix null checks optimization for parameterized predicates ([#&#8203;5445](https://github.com/linq2db/linq2db/issues/5445)) by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5464](https://github.com/linq2db/linq2db/pull/5464) - Fix CTE columns incorrectly removed by optimizer by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5462](https://github.com/linq2db/linq2db/pull/5462) - Fix WHERE clause lost during nested UNION ALL flattening by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5465](https://github.com/linq2db/linq2db/pull/5465) - Fix UnionAll + string member access (.Length, IsNullOrEmpty) by [@&#8203;jogibear9988](https://github.com/jogibear9988) in [#&#8203;5459](https://github.com/linq2db/linq2db/pull/5459) - Fix PostgreSQL array parameter query cache misses by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5470](https://github.com/linq2db/linq2db/pull/5470) - Fix type construction (post-merge quic fix) by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5471](https://github.com/linq2db/linq2db/pull/5471) - Bump versions for 6.3.0 release by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5474](https://github.com/linq2db/linq2db/pull/5474) - Fix build issues by [@&#8203;viceroypenguin](https://github.com/viceroypenguin) in [#&#8203;5472](https://github.com/linq2db/linq2db/pull/5472) - Claude Code configuration and tuning by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5473](https://github.com/linq2db/linq2db/pull/5473) - Improved UPDATE transformation for providers that do not support UPDATE FROM. by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5414](https://github.com/linq2db/linq2db/pull/5414) - Add MATERIALIZED CTE hint via AsCte builder ([#&#8203;5323](https://github.com/linq2db/linq2db/issues/5323)) by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5478](https://github.com/linq2db/linq2db/pull/5478) - \[EFCore] Add SQL Server UseSequence mapping detection by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5439](https://github.com/linq2db/linq2db/pull/5439) - Fix `null` handling by value converter by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5437](https://github.com/linq2db/linq2db/pull/5437) - Review tooling: further improvements by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5479](https://github.com/linq2db/linq2db/pull/5479) - Oracle: use NVL for 2 arguments COALESCE by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5443](https://github.com/linq2db/linq2db/pull/5443) - Correct DropTable throwExceptionIfNotExists behavior by [@&#8203;xamtam54](https://github.com/xamtam54) in [#&#8203;5463](https://github.com/linq2db/linq2db/pull/5463) - Fix build errors by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5491](https://github.com/linq2db/linq2db/pull/5491) - Rename DML types to follow library abbreviation conventions by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5492](https://github.com/linq2db/linq2db/pull/5492) - Revert coalesce to nvl conversion by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5490](https://github.com/linq2db/linq2db/pull/5490) - Fix PostgreSQL cache misses in Unnest/GenerateSeries/GenerateSubscripts and core FromSqlScalar by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5484](https://github.com/linq2db/linq2db/pull/5484) - Fix invalid SQL from UPDATE with row-subquery values by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5486](https://github.com/linq2db/linq2db/pull/5486) - More relaxed converter check on rows by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5498](https://github.com/linq2db/linq2db/pull/5498) - \[Claude Code] Split /test skill: extract /test-providers for env management by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5499](https://github.com/linq2db/linq2db/pull/5499) - Fix [#&#8203;5413](https://github.com/linq2db/linq2db/issues/5413): don't fall through to EXISTS when validator over-rejects column-position scalar subqueries on Oracle by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5500](https://github.com/linq2db/linq2db/pull/5500) - Add regression test for CTE + let pattern ([#&#8203;5359](https://github.com/linq2db/linq2db/issues/5359)) by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5509](https://github.com/linq2db/linq2db/pull/5509) - \[ClickHouse] Fix missing space before table hint when using TableHint by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5449](https://github.com/linq2db/linq2db/pull/5449) - Fix interface member access by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5510](https://github.com/linq2db/linq2db/pull/5510) - Gate IDE analyzers, ReportAnalyzer, xml-doc to Release builds by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5516](https://github.com/linq2db/linq2db/pull/5516) - Translate Enum.HasFlag by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5503](https://github.com/linq2db/linq2db/pull/5503) - Add AsQueryable parameterization API by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5495](https://github.com/linq2db/linq2db/pull/5495) - Improve "now" translation to support TZ and UTC variations by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5467](https://github.com/linq2db/linq2db/pull/5467) - Add DuckDB data provider by [@&#8203;stdray](https://github.com/stdray) in [#&#8203;5451](https://github.com/linq2db/linq2db/pull/5451) - Fix DuckDB date translation after PR [#&#8203;5467](https://github.com/linq2db/linq2db/issues/5467)/[#&#8203;5451](https://github.com/linq2db/linq2db/issues/5451) merge race by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5518](https://github.com/linq2db/linq2db/pull/5518) - Fix DateTime.Date truncation cast preserving column DbType by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5517](https://github.com/linq2db/linq2db/pull/5517) - Fix [#&#8203;5355](https://github.com/linq2db/linq2db/issues/5355): Resolve association via realized concrete type for interface/abstract-base member access by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5511](https://github.com/linq2db/linq2db/pull/5511) - \[Claude Code] Refinements + KB build infrastructure + azp-run helper by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5487](https://github.com/linq2db/linq2db/pull/5487) - Fix [#&#8203;5413](https://github.com/linq2db/linq2db/issues/5413): correlated row-setter UPDATE on Oracle 12+ by [@&#8203;jods4](https://github.com/jods4) in [#&#8203;5507](https://github.com/linq2db/linq2db/pull/5507) - Fix [#&#8203;5505](https://github.com/linq2db/linq2db/issues/5505): skip ValueConverter wrap when SET value uses a field by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5506](https://github.com/linq2db/linq2db/pull/5506) - Fix [#&#8203;5519](https://github.com/linq2db/linq2db/issues/5519): Access read-side string parsers should be FromDatabase by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5520](https://github.com/linq2db/linq2db/pull/5520) - Fix IN-to-EXISTS conversion for set-based subqueries by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5522](https://github.com/linq2db/linq2db/pull/5522) - Fix [#&#8203;5404](https://github.com/linq2db/linq2db/issues/5404): wrap non-nullable subquery aggregates with COALESCE by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5502](https://github.com/linq2db/linq2db/pull/5502) - Translate string.TrimStart/TrimEnd via StringMemberTranslator by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5515](https://github.com/linq2db/linq2db/pull/5515) - Fix [#&#8203;5154](https://github.com/linq2db/linq2db/issues/5154): remove \[SqlQueryDependentParams] from Sql.Expr params by [@&#8203;sdanyliv](https://github.com/sdanyliv) in [#&#8203;5526](https://github.com/linq2db/linq2db/pull/5526) - Wire string.Concat translation across all providers by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5504](https://github.com/linq2db/linq2db/pull/5504) - Release prep 6.3.0 by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5533](https://github.com/linq2db/linq2db/pull/5533) - Fix build. by [@&#8203;igor-tkachev](https://github.com/igor-tkachev) in [#&#8203;5537](https://github.com/linq2db/linq2db/pull/5537) - Release 6.3.0 by [@&#8203;MaceWindu](https://github.com/MaceWindu) in [#&#8203;5534](https://github.com/linq2db/linq2db/pull/5534) #### New Contributors - [@&#8203;darko1979](https://github.com/darko1979) made their first contribution in [#&#8203;5395](https://github.com/linq2db/linq2db/pull/5395) - [@&#8203;xamtam54](https://github.com/xamtam54) made their first contribution in [#&#8203;5463](https://github.com/linq2db/linq2db/pull/5463) - [@&#8203;stdray](https://github.com/stdray) made their first contribution in [#&#8203;5451](https://github.com/linq2db/linq2db/pull/5451) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v6.2.1...v6.3.0> ### [`v6.2.1`](https://github.com/linq2db/linq2db/releases/tag/v6.2.1): Release 6.2.1 This release contains only bugfixes. [Release notes](https://github.com/linq2db/linq2db/wiki/Releases-and-Roadmap#release-621) [Nugets](https://www.nuget.org/profiles/LinqToDB) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v6.2.0...v6.2.1> ### [`v6.2.0`](https://github.com/linq2db/linq2db/releases/tag/v6.2.0): Release 6.2.0 Release highlights: - a lot of fixes to reported issues including v6 regressions - various improvements to generated `SQL` - added stack guard for v isitors, could be managed using `LinqToDB.Common.Configuration.TranslationThreadMaxHopCount` setting - better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract) - support `~` operator translation for all databases - support for new .NET 6-10 LINQ operators: `CountBy`, `Index`, `MaxBy`, `MinBy`, `ExceptBy`, `UnionBy`, `IntersectBy` - \[PostgreSQL] add timeout option support for native BulkCopy - \[Oracle] fix found issues in `NVARCHAR2` type mapping - \[SQL Server 2005] scaffold support for `JSON` and `VECTOR` types - \[ClickHouse] support for `ClickHouse.Driver` v0.9 and v1.0 provider versions. For v1.0+ provider we recommend to set `ReadStringsAsByteArrays=true` provider option - \[YDB] continued provider implementation (still in progress) [Release notes](https://github.com/linq2db/linq2db/wiki/Releases-and-Roadmap#release-620) [Nugets](https://www.nuget.org/profiles/LinqToDB) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v6.1.0...v6.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update all non-major dependencies
All checks were successful
Build Linq2Db / build (pull_request) Successful in 1m34s
43579992fb
renovate-bot force-pushed renovate/all-minor-patch from 43579992fb
All checks were successful
Build Linq2Db / build (pull_request) Successful in 1m34s
to 3276744d19
Some checks failed
Build Linq2Db / build (pull_request) Has been cancelled
2026-06-11 22:32:41 +02:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from 3276744d19
Some checks failed
Build Linq2Db / build (pull_request) Has been cancelled
to b549ac4402
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m13s
2026-06-23 14:02:58 +02:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from b549ac4402
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m13s
to 1f1a07d1ef
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m1s
2026-06-24 14:03:26 +02:00
Compare
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m1s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git switch renovate/all-minor-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --ff-only renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --no-ff renovate/all-minor-patch
git switch main
git merge --squash renovate/all-minor-patch
git switch main
git merge --ff-only renovate/all-minor-patch
git switch main
git merge renovate/all-minor-patch
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Dutch/Linq2DbRepo!67
No description provided.