Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use property instead of count method when available #2736

Commits on Aug 28, 2019

  1. add analyzer/fixer for usages of Enumerable.Count() where a property …

    …of the target type with the same semantics already exists.
    paulomorgado committed Aug 28, 2019
    Copy the full SHA
    8a97b16 View commit details
    Browse the repository at this point in the history
  2. fixed message

    paulomorgado committed Aug 28, 2019
    Copy the full SHA
    65b2d79 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a179baa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a6e735 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e9891de View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c9835b7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    02b30d5 View commit details
    Browse the repository at this point in the history
  8. added property names to diagnostic title.

    added diagnostic property key constant.
    split analyzers int language-specific analyzers.
    paulomorgado committed Aug 28, 2019
    Copy the full SHA
    623ca8c View commit details
    Browse the repository at this point in the history
  9. update documentation

    paulomorgado committed Aug 28, 2019
    Copy the full SHA
    aa4f8da View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. changed resolution of ICollection.Count from LINQ to foreach.

    simplified detection of Enumerable.Count() invoction.
    split VB test for clarity
    paulomorgado committed Sep 9, 2019
    Copy the full SHA
    4900723 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into features/UsePrope…

    …rtyInsteadOfCountMethodWhenAvailable
    paulomorgado committed Sep 9, 2019
    Copy the full SHA
    344979d View commit details
    Browse the repository at this point in the history
  3. updated documentation

    paulomorgado committed Sep 9, 2019
    Copy the full SHA
    b7a5648 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge remote-tracking branch 'upstream/master' into features/UsePrope…

    …rtyInsteadOfCountMethodWhenAvailable
    paulomorgado committed Sep 12, 2019
    Copy the full SHA
    8e28777 View commit details
    Browse the repository at this point in the history