René's URL Explorer Experiment


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 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)

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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:788cc6a3-131f-734f-a08a-b064858f045d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8C7A:16D461:75FD2D:9DC4A8:6A5B3D06
html-safe-nonce2636f7d26e08f416d55faae3c0e472e12cb606a9dc5362b15b810ae0a4c0c3bc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzdBOjE2RDQ2MTo3NUZEMkQ6OURDNEE4OjZBNUIzRDA2IiwidmlzaXRvcl9pZCI6IjI3NDg5MjMwOTAwNjc3MzM3NjYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7db71af4c52d44844bdd6dab35740ac2f6d5c7ba1f1f2a8710ffceb349b23d9e
hovercard-subject-tagpull_request:4053961845
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altUpdated 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/NosCoreIO/NosCore.Algorithm git https://github.com/NosCoreIO/NosCore.Algorithm.git
octolytics-dimension-user_id37359054
octolytics-dimension-user_loginNosCoreIO
octolytics-dimension-repository_id213315371
octolytics-dimension-repository_nwoNosCoreIO/NosCore.Algorithm
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id213315371
octolytics-dimension-repository_network_root_nwoNosCoreIO/NosCore.Algorithm
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNosCoreIO%2FNosCore.Algorithm%2Fpull%2F126%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNosCoreIO%2FNosCore.Algorithm%2Fpull%2F126%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=NosCoreIO%2FNosCore.Algorithm
Reloadhttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Reloadhttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Reloadhttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
NosCoreIO https://github.com/NosCoreIO
NosCore.Algorithmhttps://github.com/NosCoreIO/NosCore.Algorithm
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Notifications https://github.com/login?return_to=%2FNosCoreIO%2FNosCore.Algorithm
Fork 2 https://github.com/login?return_to=%2FNosCoreIO%2FNosCore.Algorithm
Star 3 https://github.com/login?return_to=%2FNosCoreIO%2FNosCore.Algorithm
Code https://github.com/NosCoreIO/NosCore.Algorithm
Issues 14 https://github.com/NosCoreIO/NosCore.Algorithm/issues
Pull requests 4 https://github.com/NosCoreIO/NosCore.Algorithm/pulls
Actions https://github.com/NosCoreIO/NosCore.Algorithm/actions
Projects https://github.com/NosCoreIO/NosCore.Algorithm/projects
Security and quality 0 https://github.com/NosCoreIO/NosCore.Algorithm/security
Insights https://github.com/NosCoreIO/NosCore.Algorithm/pulse
Code https://github.com/NosCoreIO/NosCore.Algorithm
Issues https://github.com/NosCoreIO/NosCore.Algorithm/issues
Pull requests https://github.com/NosCoreIO/NosCore.Algorithm/pulls
Actions https://github.com/NosCoreIO/NosCore.Algorithm/actions
Projects https://github.com/NosCoreIO/NosCore.Algorithm/projects
Security and quality https://github.com/NosCoreIO/NosCore.Algorithm/security
Insights https://github.com/NosCoreIO/NosCore.Algorithm/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FNosCoreIO%2FNosCore.Algorithm%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FNosCoreIO%2FNosCore.Algorithm%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/NosCoreIO/NosCore.Algorithm/tree/master
dependabot/nuget/test/NosCore.Algorithm.Tests/Microsoft.NET.Test.Sdk-18.8.1https://github.com/NosCoreIO/NosCore.Algorithm/tree/dependabot/nuget/test/NosCore.Algorithm.Tests/Microsoft.NET.Test.Sdk-18.8.1
Conversation 0 https://github.com/NosCoreIO/NosCore.Algorithm/pull/126
Commits 1 https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/commits
Checks 1 https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/checks
Files changed https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1 https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files#top
Show all changes 1 commit https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
5200e60 Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.8.1 dependabot[bot] Jul 14, 2026 https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/commits/5200e606c40ce7b5057a4c2ce1ca77308a2a01e7
Clear filters https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csprojhttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files#diff-548481c0b99e53710c8a2d721649814237f71c2848ec2159fb64c4e04624841b
View file https://github.com/NosCoreIO/NosCore.Algorithm/blob/5200e606c40ce7b5057a4c2ce1ca77308a2a01e7/test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/{{ revealButtonHref }}
https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files#diff-548481c0b99e53710c8a2d721649814237f71c2848ec2159fb64c4e04624841b
https://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files#diff-548481c0b99e53710c8a2d721649814237f71c2848ec2159fb64c4e04624841b
Please reload this pagehttps://github.com/NosCoreIO/NosCore.Algorithm/pull/126/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.