Open markolbert opened 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.
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?