Skip to content

Conversation

@YuliiaKovalova
Copy link
Member

Reverts #11893 because it causes issues in VMR dotnet/dotnet#918 (comment)

Copilot AI review requested due to automatic review settings June 3, 2025 15:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Reverts the prior change that injected resource outputs into the design-time build’s compiler arguments, restoring the previous resource handling to avoid VMR breakage.

  • Removes the AssignEmbeddedResourceOutputPaths target and its dependency declaration.
  • Inlines the resource output path in OutputResources instead of using the removed metadata.
  • Drops the PrepareResourceNames dependency from the _GenerateCompileInputs target.
Comments suppressed due to low confidence (1)

src/Tasks/Microsoft.Common.CurrentVersion.targets:3667

  • Removing the DependsOnTargets="PrepareResourceNames" may cause this target to run before resource names are computed, potentially leading to incorrect compile inputs. Consider restoring the dependency or ensuring PrepareResourceNames runs first.
<Target Name="_GenerateCompileInputs">

@YuliiaKovalova YuliiaKovalova enabled auto-merge (squash) June 3, 2025 15:46
@YuliiaKovalova YuliiaKovalova merged commit 8f55314 into main Jun 3, 2025
10 checks passed
@YuliiaKovalova YuliiaKovalova deleted the revert-11893-DesignTimeResources branch June 3, 2025 16:21
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.

4 participants