1. 11 7月, 2019 1 次提交
  2. 29 6月, 2019 1 次提交
  3. 28 6月, 2019 1 次提交
  4. 27 6月, 2019 2 次提交
  5. 20 6月, 2019 1 次提交
  6. 19 6月, 2019 1 次提交
  7. 13 6月, 2019 4 次提交
  8. 05 6月, 2019 1 次提交
  9. 04 6月, 2019 1 次提交
  10. 03 6月, 2019 3 次提交
  11. 01 6月, 2019 3 次提交
    • M
      Upgrade Microsoft.CodeAnalysis.FlowAnalysis.Utilities to latest version · 06927469
      Manish Vasani 提交于
      Additionally, we do not mark the package reference to in Features.csproj as PrivateAsset as this leads to the assembly not getting included in the Features NuGet package and causes Omnisharp's analyzer execution to throw missing dependency assembly load errors.
      Also update ExpectedDependency in DevDivInsertionFiles.csproj
      06927469
    • M
      Upgrade Microsoft.CodeAnalysis.FlowAnalysis.Utilities to latest version · d3a7bb43
      Manish Vasani 提交于
      Additionally, we do not mark the package reference to in Features.csproj as PrivateAsset as this leads to the assembly not getting included in the Features NuGet package and causes Omnisharp's analyzer execution to throw missing dependency assembly load errors.
      Also update ExpectedDependency in DevDivInsertionFiles.csproj
      d3a7bb43
    • M
      Port Dispose analyzers (DisposeObjectsBeforeLosingScope) and · 5c8ba043
      Manish Vasani 提交于
      (DisposableFieldsShouldBeDisposed)
      
      We will now flag disposable creations in methods that do not escape the
      method body (return value, out/ref params, assign to field/property, add
      to collection, etc.). Additionally, we also flag disposable fields of
      disposable types that are not disposed in the type's Dispose method.
      Ported analyzers share the core dataflow analysis computation with the
      analyzers in the roslyn-analyzers repo
      (Microsoft.CodeAnalysis.FlowAnalysis.Utilities). This PR does not add
      any code fixes. We already have a code
      refactoring that offers wrapping a disposable creation within a using
      statement. I am hoping to extend that to handle more cases and also
      possibly convert it to a code fix in follow-up PR(s).
      5c8ba043
  12. 30 5月, 2019 1 次提交
  13. 29 5月, 2019 1 次提交
    • C
      Move indentation services down to Workspace layer. (#33978) · 5e10660e
      CyrusNajmabadi 提交于
      * Move IndentationService down to Feature layer.
      
      * MOve to workspaces
      
      * Cleanup
      
      * Fix.
      
      * move ISmartTokenFormatter down as well
      
      * simplify
      
      * Get building
      
      * Update
      
      * Move using inside
      
      * Move using inside
      
      * Move using inside
      
      * Move using inside
      
      * Add links
      5e10660e
  14. 24 5月, 2019 1 次提交
  15. 23 5月, 2019 4 次提交
  16. 16 5月, 2019 5 次提交
  17. 08 5月, 2019 1 次提交
  18. 03 5月, 2019 1 次提交
  19. 02 5月, 2019 1 次提交
    • T
      Project cleanup (#35403) · e051790e
      Tomáš Matoušek 提交于
      * Remove RoslynProjectType
      
      * Remove ToolsVersion, namespace from Project tags
      
      * Remove updating of MSBuildAllProjects
      
      * Update BuildBoss
      
      * Delete DeployTooolsetCompiler
      e051790e
  20. 01 5月, 2019 1 次提交
  21. 25 4月, 2019 5 次提交