1. 29 7月, 2015 5 次提交
    • D
      Remove conditional reference when targeting .NET 2.0 · e002c69e
      David Kean 提交于
      This fixed DevDiv.1158790 — Spurious errors, warnings and messages in IDE from background analysis, which
      basically results in a bunch of warnings in the IDE:
      
           The referenced component 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile7\mscorlib.dll' could not be found.
      
      C#/VB project system do not support conditional references and treat them as always being present. This <Reference was being included for all projects regardless
      of the condition, confusing Visual Basic project system. Moved it to _ExplictReference concept which already exists for adding mscorlib (see <_ExplicitReference> in Microsoft.CSharp.CurrentVersionCommon.targets)
      e002c69e
    • D
      Hide InternalsVisibleToTypeScript items from UI tree · 4b45ec35
      David Kean 提交于
      InternalsVisibleToTypeScript items are showing up the Solution Explorer visual tree
      as missing items (because the C# project system treats them as files). Hide them
      like the other InternalsVisibleToXX items.
      4b45ec35
    • D
      72a64862
    • D
      Remove unneeded references to remove build warning. · 0787fb25
      David Kean 提交于
      Building BasicRoslyncDiagnosticAnalyzers.project resulted in a build
      warning about not being able to find System.Data.
      
      Portable projects themselves don't need to specify any references, as
      they are implicitly added by the portable targets. Remove all framework
      references, which also cleaned up the warning.
      0787fb25
    • W
      Merge pull request #4145 from wschae/async3 · 779cc30c
      Wonseok Chae 提交于
      VS crash during EnC around active statements (#3894)
      
      - apply feedback: code cleanup
      779cc30c
  2. 28 7月, 2015 19 次提交
  3. 27 7月, 2015 1 次提交
  4. 26 7月, 2015 5 次提交
  5. 25 7月, 2015 7 次提交
  6. 24 7月, 2015 3 次提交