Skip to content
Discussion options

You must be logged in to vote

thanks claude sonnet 4.5.
the solution:

var popupResult = await popupService.ShowPopupAsync<CampaignsDialogViewModel, ObservableCollection<Campaign>>(
 Shell.Current,
options: PopupOptions.Empty,
shellParameters: queryAttributes);

so you have to use the generic overload: ShowPopupAsync<T, TResult> instead of just ShowPopupAsync<T>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TheCodeTraveler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant