MEF No exports were found that match the constraint
chatgpt for the win lol, idk how this happened but its working now
However, I noticed that the Plugin class is using the [Export] attribute from the System.Composition namespace, while the App class is using the [Import] attribute from the System.ComponentModel.Composition namespace. These are two different versions of MEF and they're not compatible with each other.
However, I noticed that the Plugin class is using the [Export] attribute from the System.Composition namespace, while the App class is using the [Import] attribute from the System.ComponentModel.Composition namespace. These are two different versions of MEF and they're not compatible with each other.
Maaaybe it could, but that would be a lot of work that I would like to avoid 😂 Looking for possibilities within wpf app. If there is nothing viable maybe I'll consider converting to web service
Here comes question 1 - how can I reference dll that will be available only in shipped version? How can I prevent compiler errors when there will be some part of code missing?
99% of code is still open sourced, just some "early access" paid features will be hidden for some time, and eventually released. It is what it is with competitiors, when I will just release it open sourced they will copy paste in one week 😛