On Sat Jan 24 16:44:11 2026 +0000, Alexandre Julliard wrote:
Wouldn't it be cleaner to move the contents of dotnetfakedlls.inf into wine.inf (as a separate section that wine-mono can invoke), instead of having to maintain that list in two separate projects? Possibly. Currently, dotnetfakedlls.inf is coupled with the MSI tables (which I neglected to update) for the uninstall. I suppose if we also put uninstall info in wine.inf, it'd fix that too.
Changing that would mean that Wine Mono 11.x requires a Wine version greater than 11.0, which I try to avoid. I guess I could add a fallback path for this release cycle. Another option I considered was to put this dll in Wine Mono entirely, as we do with PresentationNative (which is part of wpf). I'm not sure which way is better. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9958#note_127931