1. 23 11月, 2017 1 次提交
  2. 22 11月, 2017 1 次提交
  3. 14 11月, 2017 1 次提交
    • D
      Ensure CodeModel adds elastic trivia when setting names · 75b27290
      David Poeschl 提交于
      Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/512823
      
      In VB Code Model, we use SyntaxFactory.ParseTypeName/ParseName when
      setting the name of an attribute or namespace. Doing this fails to add
      elastic trivia the way it is added in all other cases, so setting the
      name of a namespace (for example) would remove the newline, creating
      broken code. To fix this, we now manually add elastic trivia in these
      cases.
      
      C# was already functioning correctly, but it was using
      ".IdentifierName()" to parse dotted names, which isn't advised. This
      change also updates the C# side accordingly.
      75b27290
  4. 11 11月, 2017 1 次提交
  5. 01 10月, 2017 1 次提交
  6. 26 9月, 2017 1 次提交
  7. 12 9月, 2017 1 次提交
    • J
      Merge the contents of ServicesVisualStudio.Next into ServicesVisualStudio · efe7e8b4
      Jason Malinowski 提交于
      We don't need the split anymore now that we're only supporting Dev15.
      
      Unfortunately this required the introduction of a NuGet package that
      has a namespace "Workspace" to our VS project, which meant I had to
      disambiguate Workspace wherever it's used in that layer. I considered
      doing an extern alias instead to disambiguate, but applying that to a
      ProjectReference isn't supported. That's tracked by NuGet/Home#4989.
      efe7e8b4
  8. 09 9月, 2017 1 次提交
  9. 06 9月, 2017 1 次提交
  10. 01 9月, 2017 2 次提交
  11. 23 8月, 2017 2 次提交
  12. 02 8月, 2017 1 次提交
  13. 25 7月, 2017 1 次提交
  14. 19 7月, 2017 1 次提交
  15. 16 7月, 2017 1 次提交
  16. 12 7月, 2017 1 次提交
  17. 11 7月, 2017 1 次提交
    • J
      Remove use of ProjectGuid · 9a572f10
      Jared Parsons 提交于
      In the new SDK we no longer have a need for ProjectGuid. This change
      will:
      
      - Remove ProjectGuid from project files
      - Remove Name + Project items from ProjectReference entries
      - Change BuildBoss to enforce both of these items
      9a572f10
  18. 10 7月, 2017 1 次提交
  19. 06 7月, 2017 1 次提交
  20. 04 7月, 2017 2 次提交
  21. 29 6月, 2017 2 次提交
  22. 28 6月, 2017 1 次提交
  23. 27 6月, 2017 1 次提交
  24. 24 6月, 2017 3 次提交
  25. 20 6月, 2017 1 次提交
  26. 17 6月, 2017 1 次提交
  27. 15 6月, 2017 2 次提交
  28. 04 6月, 2017 1 次提交
  29. 16 5月, 2017 1 次提交
  30. 15 5月, 2017 1 次提交
  31. 01 5月, 2017 1 次提交
  32. 23 4月, 2017 1 次提交
  33. 22 4月, 2017 1 次提交