ARTICLE AD BOX
I would like to split the WinUI3 application into several packages (main application, package 1, package 2), so that they can be installed as DLC, and when the application starts, check which packages are installed, and call a function from these packages, but I have not found a way to pack the WinUI3 Class Library into a package, is there a way to do this?
