intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

IApplicationInfo should be provided to app instance, not found via MEF #325

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

This is just done incorrectly. It should not be discovered via MEF because multiple implementations could be discovered during composition. It should be provided directly via application startup.

This came up while working on GTK port's preferences system.

intvsteve commented 5 years ago

Fixed in #327