正在发现两种相同签名之间的错误:
我试图从社区工具包中利用这一扩展方法:
using Microsoft.UI.Dispatching;
#if WINDOWS
using CommunityToolkit.WinUI;
#endif
#if WINDOWS
dispatcherQueue.EnqueueAsync(() => _eventAggregator.GetEvent<AppEventEvent>().Publish(e), DispatcherQueuePriority.Normal);
#endif