Skip to content

Fix #65: GattConnectionManager, core tests, WinRT test limitation workaround#76

Merged
peterandree merged 2 commits into
mainfrom
chore/issue-69-tracking
May 11, 2026
Merged

Fix #65: GattConnectionManager, core tests, WinRT test limitation workaround#76
peterandree merged 2 commits into
mainfrom
chore/issue-69-tracking

Conversation

@peterandree
Copy link
Copy Markdown
Owner

@peterandree peterandree commented May 11, 2026

Implements GattConnectionManager with per-call GATT connection (no object caching). Adds core test project and marks all WinRT Bluetooth tests as integration/manual only due to .NET SDK TargetPlatformVersion limitation (see WINRT-TEST-LIMITATION.md). Non-WinRT logic is fully testable in CI. Closes #65.

…WinRT/SDK test limitation (see WINRT-TEST-LIMITATION.md). All WinRT tests are manual/integration only until .NET SDK supports TargetPlatformVersion 10.0.22621.0. Non-WinRT logic is fully testable in CI.
@peterandree peterandree changed the title Track: Issue #69 - [Checklist] Production readiness checklist for Windows Cooperation refactor Fix #65: GattConnectionManager, core tests, WinRT test limitation workaround May 11, 2026
@peterandree peterandree marked this pull request as ready for review May 11, 2026 11:53
@peterandree peterandree merged commit c8b3b3a into main May 11, 2026
1 check failed
@peterandree peterandree deleted the chore/issue-69-tracking branch May 11, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Core] Implement GATT connection manager with no object caching

1 participant