1. 03 5月, 2019 3 次提交
  2. 02 5月, 2019 3 次提交
  3. 01 5月, 2019 2 次提交
  4. 29 4月, 2019 1 次提交
  5. 28 4月, 2019 2 次提交
  6. 27 4月, 2019 2 次提交
  7. 26 4月, 2019 12 次提交
  8. 25 4月, 2019 5 次提交
  9. 24 4月, 2019 7 次提交
  10. 23 4月, 2019 3 次提交
    • D
      Merge pull request #35182 from dpoeschl/UpdatePipelinesFor16.1P3 · 52f044c2
      David Poeschl 提交于
      Add Roslyn Dev16.1 Preview 3 entries to azure-pipelines .yml files
      52f044c2
    • J
      Add import placement codestyle, diagnostic, and fixer (#35009) · fcb3004d
      Joey Robichaud 提交于
      * Add import placement codestyle option
      
      * Add TextEditor CodeStyle options for Using Placement
      
      * Add misplaced using directives analyzer and code fix
      
      * Use consistent pluralization
      
      * Removed Preserve AddImportPlacement option
      
      * Removed Preserve from CSharp Style Options
      
      * Removed Preserve from editorconfig tests
      
      * Coverted to Roslyn style analyzer and fixer tests.
      
      * Simplified MisplacedUsings CodeFix based on feedback.
      
      * Simplified MisplacedUsings CodeFix based on feedback.
      
      * Add warning annotation to moved using directives
      
      * Move misplaced usings out of multiple namespaces
      
      * Deduplicate usings when moving them
      
      * Simplified move usings warning text
      
      * Add expected warning markers to misplaced using tests
      
      * Fix editor config generator tests
      
      * Consolidated diagnostics and tests
      
      * Add tests where directives are in both contexts
      fcb3004d
    • G
      Merge pull request #35082 from genlu/completionTelemetry · e50ad9d8
      Gen Lu 提交于
      Add telemetry for import completion
      e50ad9d8