1. 11 10月, 2014 1 次提交
    • T
      Remove duplicate package references. · 8fef5b5d
      tmeschter 提交于
      When our projects were last updated to a newer version of Microsoft.Net.ToolsetCompilers, NuGet didn't replace the old version--it just put the new version next to it. Every project ended up referencing both versions, and which set of compiler binaries "won" depended on the order they appeared in the project file. So different projects built with different compilers.
      
      This change strips out all references to the old version. (changeset 1352054)
      8fef5b5d
  2. 10 10月, 2014 1 次提交
  3. 07 10月, 2014 1 次提交
  4. 06 10月, 2014 1 次提交
  5. 02 10月, 2014 2 次提交
  6. 25 9月, 2014 2 次提交
  7. 10 9月, 2014 2 次提交
  8. 15 8月, 2014 2 次提交
    • M
      Change VB syntax tree code gen to fix the red node Update method so it always... · 5012316b
      mattwar 提交于
      Change VB syntax tree code gen to fix the red node Update method so it always uses public properties when comparing against supplied arguments.  The previous code gen had the comparisons made against the locally stored members, which require an initial property access to first compute.  It was causing the Update and WithXXX methods to misbehave under certain circumstances. (changeset 1316166)
      5012316b
    • S
      Stop validating warning ids specified in /nowarn and /warnaserror and allow... · 9fa8be41
      shyamn 提交于
      Stop validating warning ids specified in /nowarn and /warnaserror and allow custom diagnostics to be specified via both (in both VB and C#).
      
      Also, start reporting custom info diagnostics on the command line. The compiler generated info diagnostics for unused imports have now been changed to 'hidden' so that we don't start seeing them all over the place during builds. (changeset 1315557)
      9fa8be41
  9. 05 8月, 2014 1 次提交
    • K
      Moving NuGet.targets import to be last. · 9bf4a3b3
      kayleh 提交于
      MSBuild unconditionally overwrites the value of BuildDependsOn in Microsoft.Common.CurrentVersion.targets:
        <PropertyGroup>
          <BuildDependsOn>
            BeforeBuild;
            CoreBuild;
            AfterBuild
          </BuildDependsOn>
        </PropertyGroup>
      
      So NuGet.targets needs to be included after Microsoft.Common.CurrentVersion.targets.  Otherwise, the RestorePackages build target won't run.
      
       (changeset 1311037)
      9bf4a3b3
  10. 08 7月, 2014 1 次提交
  11. 02 7月, 2014 1 次提交
    • S
      In order to validate warning ids that can appear within #Disable directives in... · 56114e0e
      shyamn 提交于
      In order to validate warning ids that can appear within #Disable directives in VB, we need to generate an ErrorFacts helper that will tell us precisely whether or not the specified id is a valid VB warning id (similar to what C# uses to do corresponding validation within #pragmas).
      
      This change adds a simple ErrorFacts generator tool that will be invoked as part of building VB. The implementation is identical to the ErrorFacts generator for C#. (changeset 1287001)
      56114e0e
  12. 20 6月, 2014 2 次提交
  13. 02 4月, 2014 1 次提交
  14. 01 4月, 2014 1 次提交
  15. 28 3月, 2014 5 次提交
  16. 27 3月, 2014 2 次提交
  17. 26 3月, 2014 1 次提交
  18. 25 3月, 2014 3 次提交
  19. 23 3月, 2014 2 次提交
  20. 21 3月, 2014 1 次提交
    • P
      Avoid a race condition running the Syntax Generator · 8c4b0e8c
      Pilchie 提交于
      I haven't quite determined _what_ is preventing the xsd from being read during a VS "Rebuild" operation, but let's avoid the whole mess by not copying the file to the output directory and loading it from disk at all. (changeset 1209457)
      8c4b0e8c
  21. 19 3月, 2014 1 次提交