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

Releases: malware-dev/MDK-SE

Visual Studio 2017 15.8 Compatibility Release

19 Aug 08:41
b6d585f
Compare
Choose a tag to compare

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

16 Aug 17:39
0f56f20
Compare
Choose a tag to compare

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

11 Aug 11:11
Compare
Choose a tag to compare

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

05 Aug 18:32
Compare
Choose a tag to compare

Fixed the crash in issue #73, and attempted to fix the needless whitespace of #68

Sorry! Sorry!

22 Jul 15:42
Compare
Choose a tag to compare

The analyzer accidentally got installed to the global storage for Visual Studio, thus getting enabled for all projects.

Minor patch

22 Jul 08:49
Compare
Choose a tag to compare

Adds missing namespaces to the templates (for convenience)

Fixes #63

I'm curious as to whether this update also fixes the strange crashes as described in #70. Please let me know if it does.

** MDK requires at least Visual Studio 2017 version 15.6 **

Attempt to fix rare issues

21 Jul 10:23
Compare
Choose a tag to compare
Pre-release

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

19 Jul 17:17
Compare
Choose a tag to compare

Updates the whitelist cache to match 1.187

The Minifier Reloaded gone gold

22 Apr 09:13
Compare
Choose a tag to compare

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

14 Apr 11:19
Compare
Choose a tag to compare
Pre-release

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.