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

Analyzer + Fixer: Forward cancellation token to method invocations #3641

Merged
merged 20 commits into from
Jun 22, 2020

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    9d71274 View commit details
    Browse the repository at this point in the history
  2. Address PR suggestions:

    - Do not limit to only await. Detect all invocations.
    - Fix the resource messages.
    - Fix some warnings.
    carlossanlop committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    4cc0fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084dc36 View commit details
    Browse the repository at this point in the history
  4. Address PR suggestions

    carlossanlop committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5bfb7d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa1838 View commit details
    Browse the repository at this point in the history
  6. Address PR suggestions

    carlossanlop committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    4c5776d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    981095f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b86720 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b32db5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f776fbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e809c9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d08aada View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6cc2cc7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4b4bdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d5ddc40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b5a3fd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    4061840 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Address latest suggestions, fixed one VB case where extension method …

    …parameters were not detected correctly
    carlossanlop committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8b2f0dc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    9167229 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Address last suggestions

    carlossanlop committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d5af47e View commit details
    Browse the repository at this point in the history