Releases: malware-dev/MDK-SE
Visual Studio 2017 15.8 Compatibility Release
MDK now requires at least Visual Studio 2017 15.8
This update fixes the crashes people were having with the newest Visual Studio update. Unfortunately, as with the previous larger VS updates, this means that the version requirement is updated as well.
Attempt to support VS 15.8 by using prerelease Roslyn
Downloaded the latest prerelease Roslyn (compiler) packages to allow MDK to function in Visual Studio 2017 V15.8.
DO NOT INSTALL if you do not have Visual Studio 2017 V15.8. It will crash.
Revert of whitespace changes
Had to revert my attempt to fix #68 as it caused a lot more problems than it fixed. Unfortunately I do not have time to go back and try to fix it again right now but it is only a minor cosmetic problem.
MDK is currently NOT compatible with VS 15.8 since they haven't released a nuget package with the applicable Roslyn yet.
Bugfix Release
Sorry! Sorry!
The analyzer accidentally got installed to the global storage for Visual Studio, thus getting enabled for all projects.
Minor patch
Attempt to fix rare issues
There has been a few people having strange crashes, as well as getting a warning about the analyzer. This is an attempt at fixing those issues blindly by upgrading the analyzer to the newest system.
If you've been having the issues as described by #70 and #63, please test this build has I have no way of testing the first myself, and has only partially reproduced (and tested) the second.
Thank you.
1.187 compatibility update
Updates the whitelist cache to match 1.187
The Minifier Reloaded gone gold
Finally. MDK is now officially feature-complete with the minifier update going gold.
Features
- Automatically remove type definitions that are not in use by the script
- Control the placement of individual .cs files in relation to each other
- The minifier now supports unminified sections
- Add deployment date and time information to your scripts via macros
- Decide whether you want the blueprint dialog to show after deployment (under tools/options/MDK/SE)
Also fixed a problem where the MDK extension was not correctly loaded when opening a solution from Windows Explorer.
The wiki will be updated with information about the new features where necessary.
Make sure your Visual Studio is up-to-date (at least 15.6.5 I believe) or this extension will not work
Crash fix, project load fix
Fixed #64 NullReferenceException during Deploy and #62 [Pre] Loading solutions from the R-Click Recent menu doesn't init MDK. Thank you very much for your reports, @baratgabor and @Wicorel.
Note: The fix for #62 is a bit experimental. Your testing on this would be appreciated.
Make sure your visual studio is fully updated or this extension won't work.