Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

jeffgriffin's Minifier Breaking Code Bugfix

Compare
Choose a tag to compare
@malware-dev malware-dev released this 22 Oct 16:54
· 70 commits to master since this release
f354299

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.