MicrosoftDocs / WindowsCommunityToolkitDocs

Creative Commons Attribution 4.0 International
179 stars 156 forks source link

Where is DispatcherQueueExtensions for WinUI3? #684

Open markolbert opened 1 year ago

markolbert commented 1 year ago

The Microsoft documentation implies DispatcherQueueExtensions should be available for WinUI3 apps (https://learn.microsoft.com/en-us/windows/communitytoolkit/extensions/dispatcherqueueextensions).

However, the documentation does not state (or at least I couldn't find it) which of the many Community Toolkit Nuget packages need to be installed to access those extensions.

Which nuget package do I use?

michael-hawker commented 1 year ago

@markolbert you can find them in the CommunityToolkit.WinUI package. Basically anything that is Microsoft.Toolkit.Uwp for UWP/WinUI 2 becomes CommunityToolkit.WinUI for WindowsAppSDK/WinUI 3.

This will be a bit different with our next release, as we'll have our new unified infrastructure, but we're also working on refreshing how we do our docs as part of that too, so hopefully should be easier to find in the future.