Commit Graph

5 Commits

Author SHA1 Message Date
Chris Anderson
9fa43f3477
feat: add native WinUI A2UI renderer and MCP hardening (#239)
Adds the native WinUI A2UI rendering pipeline, MCP/local security hardening, navigation/media safeguards, and integration/UI coverage for tray-hosted A2UI surfaces.\n\nThanks to @codemonkeychris for the substantial implementation and follow-through on review feedback.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-29 22:53:50 -07:00
dependabot[bot]
72dbd3d5a1
Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.4.0 (#226)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-26 21:05:24 -07:00
dependabot[bot]
95c10a4369
Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5
Dependabot patch update. Normal build/test checks passed; MSIX packaging failure is the existing SDK/MSBuild CI issue.
2026-04-26 21:03:59 -07:00
github-actions[bot]
1c251dd9c7
eng: enable TreatWarningsAsErrors in test projects (#190)
Lock in the zero-warning baseline achieved by PR #177. Any future
compiler or analyser warning in the test suite now becomes a build
error, preventing warning accumulation over time.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-23 10:25:11 -07:00
github-actions[bot]
8944d59744
eng: add tests/Directory.Build.props to DRY up shared test config
Deduplicates the shared test project configuration into tests/Directory.Build.props without changing test behavior or package versions.
2026-04-09 17:39:59 -07:00