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

Add TargetFramework awareness to NuGet detector #1266

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    3df6338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6278e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add FrameworkPackages lookup

    ericstj committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ae22db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3e082 View commit details
    Browse the repository at this point in the history
  3. Refactor static fields into singleton classes

    Static field order is not predictable (metadata order) whereas static-
    classes are ordered by invocation order and will honor the DAG set up
    by our "nearest" references.
    ericstj committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cd28ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407a41b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/microsoft/component-detection

    … into NuGetDetectorFramework
    ericstj committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7b38156 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dac5d58 View commit details
    Browse the repository at this point in the history
  7. Comments and indenting

    ericstj committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6e9d01c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    0a378c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e066e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed423b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge branch 'main' of https://github.com/microsoft/component-detection

    … into NuGetDetectorFramework
    ericstj committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    903af51 View commit details
    Browse the repository at this point in the history
  2. Address some feedback

    ericstj committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f97e17d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix tests

    ericstj committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b5ac57 View commit details
    Browse the repository at this point in the history