1. 14 12月, 2017 3 次提交
  2. 13 12月, 2017 4 次提交
  3. 29 11月, 2017 1 次提交
  4. 28 11月, 2017 3 次提交
  5. 23 11月, 2017 3 次提交
  6. 22 11月, 2017 5 次提交
  7. 21 11月, 2017 3 次提交
  8. 18 11月, 2017 2 次提交
  9. 17 11月, 2017 1 次提交
  10. 16 11月, 2017 3 次提交
  11. 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
  12. 09 11月, 2017 11 次提交