jonrmorgan99

Results 8 comments of jonrmorgan99

Is there any update on progress with a net5 version ? Thanks

Totally agree - without in-app updating ClickOnce is neutered. MSIX is not a real world alternative at present. Under NetFX ClickOnce proved it's reliability which is presumably why it made...

**@derskythe** > For those people who want to use ClickOnce on .NET 5 and want silently update, I wrote a small wrapper that implements some of the ApplicationDeployment properties Thanks...

Great to see ClickOnce in Net6, but still no progress on restoring the in-app updating functions in Application.Deployment. Is there any update on this issue ? Net 7 maybe ??

Thanks for the explanation John. It is really tedious to have to weed out the extra copy of the application files each time you do a Net6 CO build. Is...

@NikolaMilosavljevic Thanks for the update. What's needed for users hoping to port NetFx ClickOnce apps to Net6/7 is a complete rebuild of the ApplicationDeployment class for Net6/7, not just a...

@mkArtakMSFT Over two years have passed since the OP reported this issue. You mentioned spending a day in January on the issue. Did it turn out to be "a large...

I'm migrating an old Asp.Net Web Forms site to Blazor. It's littered with hash routings for scrolling in-page. Changing href="#install" to "thispage#install" doesn't work. Implementing hash routing before net6 would...