How will click-once work when upgrading to .Net 5.0?

Rich, Aaron 1 Reputation point
2021-01-28T22:11:04.433+00:00

We have several WPF applications that we distribute using Click-Once delivery. Fortunately this technology continues to work, mostly, as we don't want to start dealing with direct client installations. Will this technology continue to be supported with .NET 5.0?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,386 Reputation points
    2021-01-28T22:48:38.593+00:00

    Click once is supported for .NET 5 and .NET Core on Windows 10 as of November of 2020. What is not supported is the ApplicationDeployment Class.


  2. Lex Li (Microsoft) 5,322 Reputation points Microsoft Employee
    2021-01-29T04:27:51.617+00:00

    ClickOnce was only revived when .NET 5 was released a few weeks ago, https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

    There isn't much documentation beyond that announcement, and many issues were reported over several sites. If you happen to hit some issue, try to post to GitHub as that seems to be the right place at this moment, (like https://github.com/dotnet/runtime/issues/44602)

    0 comments No comments