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

Produce telemetry on yellow triangles in the dependency tree #6593

Merged

Commits on Sep 3, 2020

  1. Remove IDependencyTreeTelemetryService.IsActive

    This was only used in one place, and the called method replicated the guard logic. Moving to ValueTask avoids the allocation and simplifies the interface ahead of new additions to it, for which the concept of IsActive does not apply.
    drewnoakes committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c9c9d37 View commit details
    Browse the repository at this point in the history
  2. Typos

    drewnoakes committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3986c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81d673 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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

Commits on Sep 9, 2020

  1. Rename telemetry property

    drewnoakes committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b71c491 View commit details
    Browse the repository at this point in the history