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 PackageDependenciesDesignTime to cache assets file #28405

Merged
merged 3 commits into from
Nov 30, 2022

Commits on Nov 16, 2022

  1. Add output PackageDependenciesDesignTime to cache assets file

    - ResolvePackageDependencies only when EmitLegacyAssetsFileItem is true
    - Removing all the conditions that depend on EmitLegacyAssetsFileItems
    since there is case when this variable is false.
    - Get PackageDefinitions from Assets fileA dd output PackageDependenciesDesignTime to cache file
    - Remove call to task PreprocessPackageDependenciesDesignTime
    - Use _compileTimeTarget.Name instead of frameworkAlias
    - Delete PreprocessPackageDependenciesDesignTime task entirely
    - combine GetPackageDefinitions() with the loop
    - Add basic unit-tests for PackageDependenciesDesignTime
    ocalles committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3c469a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 30, 2022

  1. Fix test paths

    dsplaisted committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    831c29f View commit details
    Browse the repository at this point in the history