Skip to content

Bump the docs-tests-all group with 1 update - #429

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/dot-docs-tests/docs-tests-all-679c1f95be
Closed

Bump the docs-tests-all group with 1 update#429
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/dot-docs-tests/docs-tests-all-679c1f95be

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.9.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.8.0...v18.9.0

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

Commits viewable in compare view.

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note

Low Risk
Test-harness package version bump in a single test project with no production code impact.

Overview
Dependabot bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.9.0 in .docs-tests/WallstopStudios.DxMessaging.Docs.Tests.csproj only. No application or library code changes; this affects how the docs test project is built and executed via vstest.

Reviewed by Cursor Bugbot for commit 1973a4e. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.9.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-tests-all
...

Signed-off-by: dependabot[bot] <support@github.com>

Copy link
Copy Markdown
Collaborator

Incorporated this Microsoft.NET.Test.Sdk 18.9.0 update into #431. The Dependabot commit's only red check was the committed-line-ending gate; #431 carries the same version bump with normalized committed bytes, restores 18.9.0, and passes all 592 docs tests. Closing this duplicate in favor of the single session PR.

@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/nuget/dot-docs-tests/docs-tests-all-679c1f95be branch August 20, 2026 06:30
Eli Pinkerton (wallstop) added a commit that referenced this pull request Aug 20, 2026
## Summary

- remove the tracked Asset Store listing and keep listing copy private
in the Unity Publisher Portal
- replace the homepage Untargeted and Broadcast tabs with generic
20-line examples that visibly show two independent consumers
- strengthen the generated-doc and release-artifact contracts around
those changes
- incorporate the Microsoft.NET.Test.Sdk 18.9.0 update from #429 with
normalized committed bytes

## Issue outcomes

- Closes #390
- Closes #426
- #354 was closed after scheduled Dependabot run 32086288463
successfully opened #429
- #414 remains open: the bounded registration-recycle prototype reduced
allocations but improved end-to-end SubUnsub throughput by only 2.0%,
below the predeclared >3% keep gate, so it was fully reverted
- #418 remains open: an authenticated MCP session reproduced an empty
tool registry immediately after Assets/Refresh and recovered 52 tools in
a fresh session seconds later without restarting Unity

Supersedes #429.

## Verification

- `dotnet test
.docs-tests/WallstopStudios.DxMessaging.Docs.Tests.csproj` (592 passed,
restoring Microsoft.NET.Test.Sdk 18.9.0)
- `npm test` (421 passed)
- `node --test scripts/__tests__/asset-store-submission.test.js` (4
passed)
- `npm run validate:docs:strict`
- `npm run validate:all`
- `npm run format:check`
- `npm run lint:markdown`
- `npm run check:spelling`
- pre-commit and pre-push hooks
- final adversarial review: zero open issues

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Changes are limited to documentation snippets, release staging
collateral, and a test SDK bump; release blocking behavior is unchanged
aside from dropping an optional listing file from the artifact.
> 
> **Overview**
> **Homepage hero examples** now teach decoupled multi-consumer
patterns: the Untargeted tab uses `GamePaused` with `PauseController`
emitting and separate `PauseOverlay` / `MusicDirector` listeners; the
Broadcast tab uses `CollisionOccurred` with source-bound
`RegisterGameObjectBroadcast` on the same `gameObject` for sound and
breakable reactions. **`docs/hooks.py`** post-build checks enforce those
markers and per-owner handler bindings so the generated site cannot
regress.
> 
> **Asset Store listing** moves out of the repo: `STORE-LISTING.md` is
removed and gitignored, `asset-store-submission.js` no longer copies it
into the release artifact, and ops/runbook docs plus tests expect
maintainers to use the **Unity Publisher Portal** for listing copy
instead.
> 
> Also bumps **Microsoft.NET.Test.Sdk** to 18.9.0 in `.docs-tests` and
records the homepage change under **Unreleased** in `CHANGELOG.md`.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
42eb928. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant