1. 03 5月, 2019 1 次提交
    • M
      Improve diagnostic messaging for unused value assignment and unused parameter diagnostics · c87abc10
      Manish Vasani 提交于
      Fixes #35203
      
      1. Improve the message for unused value assignment diagnostic to make it clear that we are flagging an unnecessary assignment, not an unused variable
      2. Add descriptions for unused value assignment and unused parameter diagnostics to allow users to specify special discard symbol names that are respected by the analyzer. There are various cases where user wants to retain unused parameters (signature compat, documentation) and unnecessary assignments to locals (ease of debugging), but do not want to blanket suppress these diagnostics.
      c87abc10
  2. 30 4月, 2019 1 次提交
  3. 20 4月, 2019 2 次提交
  4. 16 4月, 2019 1 次提交
  5. 03 4月, 2019 2 次提交
  6. 26 3月, 2019 1 次提交
  7. 25 3月, 2019 1 次提交
  8. 23 3月, 2019 2 次提交
    • S
      Revert "Interactive projects refactoring (#29069)" · e0a8124f
      Sam Harwell 提交于
      This reverts commit 41fb51d2.
      e0a8124f
    • T
      Interactive projects refactoring (#29069) · 41fb51d2
      Tomáš Matoušek 提交于
      Remove Repl projects
      
      Remove Microsoft.VisualStudio.InteractiveServices project
      
      Remove Microsoft.CodeAnalysis.InteractiveEditorFeatures
      
      Rename InteractiveEditorFeatures to EditorFeatures.Wpf
      
      Remove empty resource files
      
      Reduce InteractiveFeatures dependencies
      
      Merge InteractiveComponents content into Roslyn.VisualStudio.Setup VSIX
      
      Rename InteractiveFeatures to InteractiveHost
      
      Hook fatal error handlers
      
      Workaround warning CS1574
      
      Exclude CreateTemplateManifestsCacheFile
      
      Do not include satellite assemblies in DesktopHost directory
      
      Remove VB interactive menu item
      
      Delete VisualBasic.EditorFeatures.Wpf
      
      Delete more unused VB interactive code
      41fb51d2
  9. 19 3月, 2019 3 次提交
    • A
      Update strings · 7848b8d6
      Andrew Hall (METAL) 提交于
      7848b8d6
    • A
      Update UI for UX review · 5ef35881
      Andrew Hall (METAL) 提交于
      5ef35881
    • A
      Implement MoveToNamespace feature · 2b8be03c
      Andrew Hall (METAL) 提交于
      Move to namespace allows a user to move all symbols in a context
      to a different namespace, whether it's a new one or existing. This is
      different from renaming a namespace as not all symbols in the namespace
      are moved, only ones within the current document.
      
      It relies on the IChangeNamespaceService implementation to do the heavy
      lifting. Since the current implementation only supports C#, this new
      feature will as well.
      
      After this is checked in, when a user has the cursor inside a namespace
      declaration that has no nested namespace declarations within it, a code
      fix will be suggested to pop up a dialog and help the user choose a new
      namespace.
      2b8be03c
  10. 15 2月, 2019 1 次提交
  11. 06 2月, 2019 1 次提交
  12. 05 2月, 2019 1 次提交
  13. 01 2月, 2019 5 次提交
  14. 28 1月, 2019 1 次提交
  15. 04 1月, 2019 1 次提交
  16. 26 12月, 2018 1 次提交
  17. 20 12月, 2018 1 次提交
  18. 18 12月, 2018 1 次提交
  19. 17 12月, 2018 1 次提交
  20. 07 12月, 2018 1 次提交
    • M
      Workaround for #19965 · 9cc8b0c5
      Manish Vasani 提交于
      Detect references to method/property in bound method group/property group using semantic model APIs. Also provide a different message for methods which have name only references.
      9cc8b0c5
  21. 06 12月, 2018 1 次提交
  22. 20 11月, 2018 1 次提交
  23. 14 11月, 2018 1 次提交
  24. 13 11月, 2018 1 次提交
  25. 11 11月, 2018 1 次提交
  26. 10 11月, 2018 1 次提交
  27. 07 11月, 2018 1 次提交
  28. 01 11月, 2018 1 次提交
  29. 31 10月, 2018 1 次提交
  30. 26 10月, 2018 1 次提交
  31. 23 10月, 2018 1 次提交