WindowsAppCommunity / WinAppCommunity.Sdk

Manage your membership in the Windows App Community.
MIT License
1 stars 1 forks source link

Refactor UpdateEvents Nov 30 2024 #7

Open Arlodotexe opened 4 days ago

Arlodotexe commented 4 days ago

Background

See https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/issues/2 for background.

Problem

While #3 and #4 are completed, the UpdateEvents needed to drive the event stream handlers still need to be refactored according to the new API spec.

Solution

Refactor the UpdateEvents to handle the new API spec. We'll be removing a significant number of existing update events as we consolidate them using guidance from the interfaces created in #4.