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

Merged
Dutch merged 1 commit from renovate/all-minor-patch into main 2026-08-16 19:08:05 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Linq2DbRepo 0.2.10.2.2 age confidence
Linq2DbRepo.Generators 0.2.10.2.2 age confidence
Microsoft.NET.Test.Sdk 18.8.118.9.0 age confidence

Release Notes

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

v18.9.0

What's Changed

  • Fix tilde/exclamation characters corrupted in TerminalLogger test output by @​nohwnd in #​16046
  • Make TranslationLayer Native AOT-compatible by @​drewnoakes in #​16045
  • Guard GenerateProgramFile target against UseWinUI/UseUwpTools evaluation order by @​nohwnd in #​16072
  • Add RequestingAssembly to AssemblyResolveEventArgs for binary compat by @​nohwnd in #​16076
  • Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect from testhost.x86 and datacollector by @​Evangelink in #​16082
  • Fix TRX attachment paths when LogFileName contains a subdirectory by @​nohwnd in #​15791
  • Fix missing dumps for .NET Framework child processes in NetClientHangDumper by @​nohwnd in #​16098
  • Fix data collection channels to use negotiated protocol version instead of V1 by @​nohwnd in #​16096
  • Fix race condition in BlameCollector: skip hang dump when testhost hasn't launched yet by @​nohwnd in #​16065
  • Replace TestSDKAutoGeneratedCode with ExcludeFromCodeCoverage in auto-generated Program files by @​nohwnd in #​16101
  • Include testhost process path in crash error messages by @​nohwnd in #​16108
  • Fix DataDriven test results being double-counted in TRX logger totals by @​nohwnd in #​15766
  • Fix datacollector crash visibility: replace Assert with throwable exceptions by @​nohwnd in #​16048
  • Add TreatErrorMessagesAsWarnings parameter to TRX logger by @​nohwnd in #​16106
  • Wait for testhost stderr to drain before reading its crash output by @​nohwnd in #​16128
  • Handle runtimeconfig.dev.json without additionalProbingPaths by @​tmat in #​16166
  • Suggest Microsoft.NET.Test.Sdk when a managed test project brings no testhost by @​nohwnd in #​16169
  • Fix x86 testhost loading mismatched x64 hostfxr (0x800700C1) when run via vstest.console.exe directly (#​16151) by @​azat-msft in #​16156
  • Preserve the real exception (type + stack trace) when a test run aborts in BaseRunTests by @​nohwnd in #​16167

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v18.8.0...v18.9.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 CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Linq2DbRepo](https://git.dutches.de/Dutch/Linq2DbRepo) | `0.2.1` → `0.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Linq2DbRepo/0.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Linq2DbRepo/0.2.1/0.2.2?slim=true) | | [Linq2DbRepo.Generators](https://git.dutches.de/Dutch/Linq2DbRepo) | `0.2.1` → `0.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Linq2DbRepo.Generators/0.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Linq2DbRepo.Generators/0.2.1/0.2.2?slim=true) | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `18.8.1` → `18.9.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/18.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/18.8.1/18.9.0?slim=true) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.9.0`](https://github.com/microsoft/vstest/releases/tag/v18.9.0) #### What's Changed - Fix tilde/exclamation characters corrupted in TerminalLogger test output by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16046](https://github.com/microsoft/vstest/pull/16046) - Make TranslationLayer Native AOT-compatible by [@&#8203;drewnoakes](https://github.com/drewnoakes) in [#&#8203;16045](https://github.com/microsoft/vstest/pull/16045) - Guard GenerateProgramFile target against UseWinUI/UseUwpTools evaluation order by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16072](https://github.com/microsoft/vstest/pull/16072) - Add RequestingAssembly to AssemblyResolveEventArgs for binary compat by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16076](https://github.com/microsoft/vstest/pull/16076) - Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect from testhost.x86 and datacollector by [@&#8203;Evangelink](https://github.com/Evangelink) in [#&#8203;16082](https://github.com/microsoft/vstest/pull/16082) - Fix TRX attachment paths when LogFileName contains a subdirectory by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15791](https://github.com/microsoft/vstest/pull/15791) - Fix missing dumps for .NET Framework child processes in NetClientHangDumper by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16098](https://github.com/microsoft/vstest/pull/16098) - Fix data collection channels to use negotiated protocol version instead of V1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16096](https://github.com/microsoft/vstest/pull/16096) - Fix race condition in BlameCollector: skip hang dump when testhost hasn't launched yet by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16065](https://github.com/microsoft/vstest/pull/16065) - Replace TestSDKAutoGeneratedCode with ExcludeFromCodeCoverage in auto-generated Program files by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16101](https://github.com/microsoft/vstest/pull/16101) - Include testhost process path in crash error messages by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16108](https://github.com/microsoft/vstest/pull/16108) - Fix DataDriven test results being double-counted in TRX logger totals by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15766](https://github.com/microsoft/vstest/pull/15766) - Fix datacollector crash visibility: replace Assert with throwable exceptions by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16048](https://github.com/microsoft/vstest/pull/16048) - Add TreatErrorMessagesAsWarnings parameter to TRX logger by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16106](https://github.com/microsoft/vstest/pull/16106) - Wait for testhost stderr to drain before reading its crash output by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16128](https://github.com/microsoft/vstest/pull/16128) - Handle runtimeconfig.dev.json without additionalProbingPaths by [@&#8203;tmat](https://github.com/tmat) in [#&#8203;16166](https://github.com/microsoft/vstest/pull/16166) - Suggest Microsoft.NET.Test.Sdk when a managed test project brings no testhost by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16169](https://github.com/microsoft/vstest/pull/16169) - Fix x86 testhost loading mismatched x64 hostfxr (0x800700C1) when run via vstest.console.exe directly ([#&#8203;16151](https://github.com/microsoft/vstest/issues/16151)) by [@&#8203;azat-msft](https://github.com/azat-msft) in [#&#8203;16156](https://github.com/microsoft/vstest/pull/16156) - Preserve the real exception (type + stack trace) when a test run aborts in BaseRunTests by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;16167](https://github.com/microsoft/vstest/pull/16167) #### New Contributors - [@&#8203;drewnoakes](https://github.com/drewnoakes) made their first contribution in [#&#8203;16045](https://github.com/microsoft/vstest/pull/16045) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.8.0...v18.9.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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xNC4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
chore(deps): update dependency linq2db to 6.4.0
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m45s
1c0efd6b23
renovate-bot force-pushed renovate/all-minor-patch from 1c0efd6b23
All checks were successful
Build Linq2Db / build (pull_request) Successful in 4m45s
to 3a83bd062a
All checks were successful
Build Linq2Db / build (pull_request) Successful in 1m37s
2026-08-11 20:04:55 +02:00
Compare
renovate-bot changed title from chore(deps): update dependency linq2db to 6.4.0 to chore(deps): update all non-major dependencies 2026-08-11 20:04:59 +02:00
renovate-bot force-pushed renovate/all-minor-patch from 3a83bd062a
All checks were successful
Build Linq2Db / build (pull_request) Successful in 1m37s
to 20ee069a95
All checks were successful
Build Linq2Db / build (pull_request) Successful in 2m38s
2026-08-14 14:03:04 +02:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from 20ee069a95
All checks were successful
Build Linq2Db / build (pull_request) Successful in 2m38s
to 37aeb1fcf0
All checks were successful
Build Linq2Db / build (pull_request) Successful in 1m28s
2026-08-14 20:03:23 +02:00
Compare
Dutch merged commit 75ebbf74e0 into main 2026-08-16 19:08:05 +02:00
Dutch deleted branch renovate/all-minor-patch 2026-08-16 19:08:06 +02:00
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!72
No description provided.