Skip to content

Add predictions for deps.json and runtimeconfig.json files#121

Merged
dfederm merged 1 commit intomainfrom
deps-and-runtimeconfig
Oct 25, 2024
Merged

Add predictions for deps.json and runtimeconfig.json files#121
dfederm merged 1 commit intomainfrom
deps-and-runtimeconfig

Conversation

@dfederm
Copy link
Copy Markdown
Member

@dfederm dfederm commented Oct 25, 2024

This change adds the following predictors:

  • GenerateBuildDependencyFilePredictor - Makes predictions based on the GenerateBuildDependencyFile target (<project>.deps.json file)
  • GeneratePublishDependencyFilePredictor - Makes predictions based on the GeneratePublishDependencyFile target. (<project>.deps.json file, when publishing)
  • GenerateRuntimeConfigurationFilesPredictor - Makes predictions based on the GenerateRuntimeConfigurationFiles target. (<project>.runtimeconfig.json and <project>.runtimeconfig.dev.json files)

As well as adds the copying of those files in referencing projects to GetCopyToOutputDirectoryItemsGraphPredictor and GetCopyToPublishDirectoryItemsGraphPredictor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant