1. 20 3月, 2015 3 次提交
    • A
      Merge pull request #1358 from amcasey/PortableEC · 264e5d34
      Andrew Casey 提交于
      Make the ExpressionCompiler assemblies portable
      264e5d34
    • A
      Make the ExpressionCompiler assemblies portable · 38815b62
      Andrew Casey 提交于
      1. Compile them against Profile7.
         a. Swap out a few APIs (e.g. using GetTypeInfo for reflection).
         b. Introduce an abstraction layer so that we don't have to instantiate
         DkmDataItem (caused a VerificationException).
         c. Include WindowsProxy.winmd as an EmbeddedResource directly, rather
         than through a resx file.
      2. Swap the output locations of the ResultProvider projects: Portable goes
      to the main output directory and NetFX20 goes to a subdirectory (NetFX20).
      3. Include the Portable ResultProvider assemblies in the EE vsix, rather
      than the NetFX20 ones.
      38815b62
    • T
      Merge pull request #1379 from mavasani/IsDiagnosticAnalyzerSuppressed · 3136749b
      Tom Meschter 提交于
      Fix IsDiagnosticAnalyzerSuppressed check for analyzers that have NotConfigurable diagnostics which are disabled by default.
      
      Current logic didn't account for the fact that even though these descriptors are non-configurable, they might be turned off by default and hence be suppressed.
      3136749b
  2. 19 3月, 2015 28 次提交
  3. 18 3月, 2015 9 次提交