1. 30 11月, 2017 2 次提交
    • J
      Void type not allowed in __arglist (#23416) · f3edd26c
      Julien Couvreur 提交于
      f3edd26c
    • J
      Remove the uber VSIX · c4e440b4
      Jared Parsons 提交于
      These projects are no longer needed. Removing them.
      
      Historically these were used to create an uber VSIX that nested all of
      our other VSIX for a single deployment point. In practice though we have
      not actually used these. The install / uninstall issues around them are
      too problematic.
      
      Should the uninstall issues be fixed we will consider bringing these
      back
      c4e440b4
  2. 29 11月, 2017 14 次提交
  3. 28 11月, 2017 6 次提交
  4. 23 11月, 2017 4 次提交
  5. 22 11月, 2017 7 次提交
  6. 21 11月, 2017 3 次提交
  7. 20 11月, 2017 1 次提交
  8. 18 11月, 2017 3 次提交
    • H
      improve error case handling. (#23243) · 715aa4a6
      Heejae Chang 提交于
      when OOP is killed by users, default(DesignerAttributeResult) is returned. it was okay when it was class, but not it being struct, it cause issue because NotApplicable return false rather than true in error case.
      
      so, change NotApplicable to Applicable so that it can handle the error case better.
      715aa4a6
    • H
      made NFW to use runtime callstack rather than callstack from fake exc… (#23202) · 24959fe7
      Heejae Chang 提交于
      * made NFW to use runtime callstack rather than callstack from fake exception
      
      also, made WatsonReporter from VS and ServiceHub to share more implementation
      
      * PR feedback.
      
      rather than using null exception which is taken cared by NFW, we explicitly throw exception to have callstack so that it can show up in perfview as well.
      
      * centralize who throws exception if given exception is never thrown.
      
      also, explicitly add runtime callstack in one of reserved slot to make NFW bucketting better.
      
      * fixed tests and added empty callstack test
      24959fe7
    • C
      Simplify code. · 6519b9a5
      Cyrus Najmabadi 提交于
      6519b9a5