Is there a support for retrieving the query string parameters for a web deployed clickOnce application in netcore3.1 using
ApplicationDeployment.CurrentDeployment.ActivationUri.Query?
I see the ClickOnceApplicationDeployment.CurrentDeployment_DotNet object does not have ActivationUri or something similar.
Any plan to add this?