Release History

By product

Q2 2013 SP1

July 26, 2013

Q2 2013 SP1 (version 2013.2.726)

NEW
  • New: Support for Visual Studio 2013 Preview
  • New: "Fix" command for changing property type based on assignment
  • New: Debug Decompiled Assemblies with no debug header
  • New in JustCode's Assembly Browser window:
    • "Go to generated source" context command
    • Context command for canceling the pending decompilation tasks
    • Ordering and filtering of items
    • Select assemblies using letters from the keyboard
    • Preserve visibility between VS sessions
FIXED
  • Fixed in Test Runner:
    • MSTests data driven tests are not executed in Visual Studio 2012
    • QUnit: Reference path is not resolved and tests fail
    • The 'Wrap’ check-box in JustCode's Unit Test Window is reset after restarting Visual Studio
  • Fixed in File Templates:
    • Incorrect file content is generated when creating Interface or Class templates in MVC application
    • Exception when creating CSS, HTML or LESS templates in a Razor Web Site
    • The CSS, LESS and HTML file templates are always added at the project level in WinJS projects
    • Adding a file template in a read-only folder does not include the file in the project for WinJS projects
    • Exception after creating file template in a new project
    • Incorrect content is generated when dots are used in the file name
  • Fixed: JustCode's context menus are not available in CSS files
  • Fixed: JustCode's "Navigate" commands are not available after stepping into decompiled code
  • Fixed: The context commands availability in JustCode's Assembly Browser window is not updated correctly after clearing the decompiled sources cache
  • Fixed: The visibility of JustCode's Assembly Browser window is not preserved between Visual Studio sessions
  • Fixed: The logic for closing a single quote when using the typing assistance does not always work
  • Fixed: Selecting a suggestion from the code templates list using Enter breaks the template chaining in CSS
  • Fixed: The "Move Type To Another File" command renames the code-behind files in XAML
  • Fixed: Invalid String.Format() is generated because the curly braces in the string are not escaped
  • Fixed: The "Add Stubs For Required Members" command generates incorrect code when two members from different types have the same name
  • Fixed: Good-Code-Red: Errors are shown when Kendo project template and MVC 3 project are in the same solution
  • Fixed: Good-Code-Red: Errors are shown when there are several assemblies that differ only by their version
  • Fixed: Good-Code-Red: Errors are shown when multiple versions of a not strongly named assembly are used in unrelated projects of the same solution
  • Fixed: Good-Code-Red: VB.NET: "Missing line break" and "No applicable variable or member 'Else'" errors are shown in a single line if-then-else statement
  • Fixed: Good-Code-Red: C#: Several methods are applicable
  • Fixed: Good-Code-Red: C#: Errors are shown in a new MVC 4 project in Visual Studio 2010 because of unrecognized System.Web.Optimization.dll
  • Fixed: Good-Code-Red: Errors are shown after changing the project properties
  • Fixed: Good-Code-Red: Errors are shown in MVC3 applications after decompiling System.Web.Mvc.dll
  • Fixed: Good-Code-Yellow: VB.NET: The field is never assigned
  • Fixed: Good-Code-Yellow: CSS: 'text-rendering' is not a valid property
  • Fixed: Bad-Code-Green: No error is shown for class deriving from a static class
  • Fixed: System.Windows.Markup.XamlParseException in Visual Studio 2010 when Codemaid is installed