1. 30 4月, 2015 1 次提交
    • A
      Add support for "dynamic" Immediate window locals · ffbb3597
      Andrew Casey 提交于
      This is the third of a sequence of changes (see also 3dd1f2bf and f2cac222).
      In this change we start consuming the custom type info (effectively just
      the flags of DynamicAttribute packed into a byte array) associated with
      locals declared in the Immediate window.
      
      TODO: The GetAliases API has not been implemented, but this functionality
      will light up when it is.
      ffbb3597
  2. 17 3月, 2015 1 次提交
    • A
      Make the portable ResultProvider DLLs portable · fec57555
      Andrew Casey 提交于
      Prior to this commit, they were identical to the corresponding desktop
      (i.e. NetFx20) assemblies but now all the pieces are in place to compile
      them as portable assemblies.
      
      Cleverness: Move resources into the portable projects and link them into
      the corresponding desktop projects.  The desktop projects can compile
      portable designer files, but not vice versa.
      fec57555
  3. 06 2月, 2015 1 次提交