1. 27 6月, 2019 2 次提交
  2. 26 6月, 2019 1 次提交
  3. 25 6月, 2019 1 次提交
  4. 24 6月, 2019 1 次提交
  5. 22 6月, 2019 3 次提交
  6. 21 6月, 2019 1 次提交
  7. 20 6月, 2019 1 次提交
  8. 19 6月, 2019 2 次提交
  9. 14 6月, 2019 1 次提交
  10. 13 6月, 2019 3 次提交
  11. 12 6月, 2019 1 次提交
  12. 11 6月, 2019 2 次提交
  13. 09 6月, 2019 1 次提交
  14. 08 6月, 2019 1 次提交
  15. 07 6月, 2019 1 次提交
  16. 05 6月, 2019 6 次提交
  17. 04 6月, 2019 2 次提交
  18. 03 6月, 2019 2 次提交
  19. 01 6月, 2019 5 次提交
    • 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
      Address PR feedback: remove static cache, make FlowAnalysis utilities assembly... · 55c72661
      Manish Vasani 提交于
      Address PR feedback: remove static cache, make FlowAnalysis utilities assembly load lazy and revert reference add to the FlowAnalysis assembly in Workspaces (only referenced in Features now).
      55c72661
    • 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
    • C
      Update TestResources to 2.0.17 (#36011) · a2379e04
      Charles Stoner 提交于
      a2379e04
  20. 31 5月, 2019 3 次提交