Title: Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1 by dependabot[bot] · Pull Request #126 · NosCoreIO/NosCore.Algorithm · GitHub
Open Graph Title: Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1 by dependabot[bot] · Pull Request #126 · NosCoreIO/NosCore.Algorithm
X Title: Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1 by dependabot[bot] · Pull Request #126 · NosCoreIO/NosCore.Algorithm
Description: Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.8.1
What's Changed
Fix protocol negotiation timeout when STJ reflection is disabled (18.8.1) by @nohwnd in microsoft/vstest#16281
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Migrate from Newtonsoft.Json to System.Text.Json / Jsonite (merge to main) by @nohwnd in microsoft/vstest#15687
For more detail refer to https://devblogs.microsoft.com/dotnet/vs-test-is-removing-its-newtonsoft-json-dependency/
Create source-only filter package by @Youssef1313 in microsoft/vstest#15638
Add ARM64 msdia140.dll support to test platform packages by @nohwnd in microsoft/vstest#15692
Fix mutex cleanup crash on macOS/Linux by @nohwnd in microsoft/vstest#15684
Restrict artifact temp directory permissions on Unix by @nohwnd in microsoft/vstest#15729
Add support for filtering uncategorized tests with TestCategory=None by @Evangelink in microsoft/vstest#15727
Fix SCI binding failure in DTA hosts (main) by @nohwnd in microsoft/vstest#15724
Fix HTML logger parallel file collision by @nohwnd in microsoft/vstest#15435
Improve error message when testhost cannot be found by @nohwnd in microsoft/vstest#16053
Fix HTML logger exception on invalid XML chars in test display names by @nohwnd in microsoft/vstest#16051
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
18.7.0
What's Changed
Add ARM64 msdia140.dll support to test platform packages by @jamesmcroft in microsoft/vstest#15689
Update System.Memory from 4.5.5 to 4.6.3 by @nohwnd in microsoft/vstest#15706
New Contributors
@jamesmcroft made their first contribution in microsoft/vstest#15689
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
18.6.0
What's Changed
Revert removal of Video Recorder by @nohwnd in microsoft/vstest#15336
Speed up blame by filtering non-.NET processes from dump collection by @nohwnd in microsoft/vstest#15518
Add README.md to NuGet packages by @nohwnd in microsoft/vstest#15550
Report child process info on connection timeout by @nohwnd in microsoft/vstest#15603
Changes to tests and infra
Brand as 18.6 by @nohwnd in microsoft/vstest#15423
Upgrading code coverage version to 18.5.1, by @fhnaseer in microsoft/vstest#15422
Updating System.Collections.Immutable to 9.0.11 by @MSLukeWest in microsoft/vstest#15425
Fix attachVS when used for debugging integration tests by @nohwnd in microsoft/vstest#15451
Replace dotnet.config, with global.json by @nohwnd in microsoft/vstest#15449
Document debugging integration tests with AttachVS by @Copilot in microsoft/vstest#15452
Fix stack overflow tests by @nohwnd in microsoft/vstest#15461
Make TestAssets.sln buildable locally by @Youssef1313 in microsoft/vstest#15466
Try filtering out tests by @nohwnd in microsoft/vstest#15463
Build just once when tfms run in parallel by @nohwnd in microsoft/vstest#15465
Review simplify compatibility sources, deduplicate tests by @nohwnd in microsoft/vstest#15472
Cleanup dead TRX code by @Youssef1313 in microsoft/vstest#15474
Update .NET runtimes to 8.0.25, 9.0.14, and 10.0.4 by @nohwnd in microsoft/vstest#15481
Compat matrix checker by @nohwnd in microsoft/vstest#15480
Add trx analysis skill by @nohwnd in microsoft/vstest#15486
Split integration tests to single tfm and multi tfm project by @nohwnd in microsoft/vstest#15484
Update matrix by @nohwnd in microsoft/vstest#15477
Break infinite restore loop in VS by @nohwnd in microsoft/vstest#15503
Use global package cache for build, and local for running integration tests by @nohwnd in microsoft/vstest#15500
Update contributing by @nohwnd in microsoft/vstest#15505
Reduce test wall-clock time by increasing minThreads by @drognanar in microsoft/vstest#15502
Indicator flakiness by @nohwnd in microsoft/vstest#15513
Fix ci build by @nohwnd in microsoft/vstest#15515
Fix thread safety issues by @Evangelink in microsoft/vstest#15512
Optimize DotnetSDKSimulation_PostProcessing test (163s → 61s) by @nohwnd in microsoft/vstest#15516
Build isolated test assets for single TFM instead of 7 by @nohwnd in microsoft/vstest#15517
Remove unused dependencies from Library.IntegrationTests by @nohwnd in microsoft/vstest#15527
Remove printing _attachments content to console by @nohwnd in microsoft/vstest#15520
Add Linux/macOS test filtering guide to CONTRIBUTING.md by @nohwnd in microsoft/vstest#15521
Change integration test parallelization from ClassLevel to MethodLevel by @nohwnd in microsoft/vstest#15526
Unify target framework checks with IsNetFrameworkTarget/IsNetTarget by @nohwnd in microsoft/vstest#15523
Add unattended work instructions to copilot-instructions.md by @nohwnd in microsoft/vstest#15531
Reduce code style rule severity from warning to suggestion by @nohwnd in microsoft/vstest#15522
Remove Debug/Release line number branching from tests by @nohwnd in microsoft/vstest#15519
Revise unattended work instructions in copilot-instructions.md by @nohwnd in microsoft/vstest#15532
Improve CompatibilityRowsBuilder error message with diagnostic details by @nohwnd in microsoft/vstest#15529
docs: add git worktree and upstream sync workflow to copilot-instructions.md by @nohwnd in microsoft/vstest#15538
Add VSIX runner to smoke tests by @nohwnd in microsoft/vstest#15541
Remove deprecated WebTest and TMI test methods by @nohwnd in microsoft/vstest#15525
Fix compatibility test failures for legacy vstest.console and MSTest adapter by @nohwnd in microsoft/vstest#15534
Convert TestPlatform.sln to slnx format by @nohwnd in microsoft/vstest#15551
Convert test/TestAssets .sln files to .slnx format by @nohwnd in microsoft/vstest#15557
... (truncated)
18.5.1
What's Changed
Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by @nohwnd in microsoft/vstest#15720
Port verify-binding-redirects.ps1 to rel/18.5 by @nohwnd in microsoft/vstest#15719
Bump to 18.5.1 by @nohwnd in microsoft/vstest#15721
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
⚠️ Unlisted on Nuget, because of #15718
What's Changed
Add runtime configs by @nohwnd in microsoft/vstest#15377
Add net8.0 target for TranslationLayer by @nohwnd in microsoft/vstest#15375
Determine architecture of remote process on windows by @nohwnd in microsoft/vstest#15396
Updating System.Collections.Immutable package reference to version 9.0.0 by @MSLukeWest in microsoft/vstest#15392
Dump via netcore tool on windows by @nohwnd in microsoft/vstest#15397
Fix answer file splitting by @nohwnd in microsoft/vstest#15381
Run tests against vsix runner by @nohwnd in microsoft/vstest#15419
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show
Open Graph Description: Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. 18.8.1 What's Changed Fix protocol negotiation timeout when STJ reflect...
X Description: Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. 18.8.1 What's Changed Fix protocol negotiation timeout when STJ...
Opengraph URL: https://github.com/NosCoreIO/NosCore.Algorithm/pull/126
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:788cc6a3-131f-734f-a08a-b064858f045d |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8C7A:16D461:75FD2D:9DC4A8:6A5B3D06 |
| html-safe-nonce | 2636f7d26e08f416d55faae3c0e472e12cb606a9dc5362b15b810ae0a4c0c3bc |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzdBOjE2RDQ2MTo3NUZEMkQ6OURDNEE4OjZBNUIzRDA2IiwidmlzaXRvcl9pZCI6IjI3NDg5MjMwOTAwNjc3MzM3NjYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 7db71af4c52d44844bdd6dab35740ac2f6d5c7ba1f1f2a8710ffceb349b23d9e |
| hovercard-subject-tag | pull_request:4053961845 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. 18.8.1 What's Changed Fix protocol negotiation timeout when STJ reflect... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/NosCoreIO/NosCore.Algorithm git https://github.com/NosCoreIO/NosCore.Algorithm.git |
| octolytics-dimension-user_id | 37359054 |
| octolytics-dimension-user_login | NosCoreIO |
| octolytics-dimension-repository_id | 213315371 |
| octolytics-dimension-repository_nwo | NosCoreIO/NosCore.Algorithm |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 213315371 |
| octolytics-dimension-repository_network_root_nwo | NosCoreIO/NosCore.Algorithm |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width