This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
jeffgriffin's Minifier Breaking Code Bugfix
MDK now requires at least Visual Studio 2017 15.9
Fixes #207 CodeSimplifier changes access modifiers for unreferenced base classes/interfaces
when the base classes/interfaces are nested in Program and referenced in non-nested types. It's an edge case and rare, but a fix is a fix! Thank you @jeffgriffin!
KNOWN ISSUE:
After upgrading your project, VS might complain that it does not find the MDK analyzer. A Clear\Rebuild should fix that for you. If not, exit Visual Studio, delete the .vs, bin and obj folders and try again. It should work.