.Net Core support for AddIns with one or more UIs?

Erik Larsen 1 Reputation point
2021-03-17T17:45:29.477+00:00

The .Net Frameworks had a System.AddIn namespace, which we used to build successful post-deployment extensions that included UIs. Our main WPF application displayed the UIs for these plugins in a ~tab control view. Does .Net Core have any solution for hosting a functional UI that is built in a post-deployment AddIn?

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,307 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Timon Yang-MSFT 9,576 Reputation points
    2021-03-18T07:57:09.417+00:00

    It looks like System.Addin won't be ported to .NET Core.

    Port and update System.Addin

    You can consider using MEF, it supports use in .Net Core.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments