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

_PackNativeAssets should not use RuntimeIdentifiers unconditionally #55

Closed
alexrp opened this issue Jun 29, 2022 · 0 comments
Closed

_PackNativeAssets should not use RuntimeIdentifiers unconditionally #55

alexrp opened this issue Jun 29, 2022 · 0 comments
Labels
area: sdk Issues related to the MSBuild SDK. type: bug Issues that are classified as bug reports.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Jun 29, 2022

<ItemGroup>
<_RuntimeIdentifiers Include="$(RuntimeIdentifiers)" />
</ItemGroup>

It is possible to have a project with just the singular RuntimeIdentifier set and no RuntimeIdentifiers at all. _PackNativeAssets should handle this case properly.

@alexrp alexrp added type: bug Issues that are classified as bug reports. state: approved Feature requests and housekeeping tasks that have been approved. area: sdk Issues related to the MSBuild SDK. labels Jun 29, 2022
@alexrp alexrp added this to the v4.0 milestone Jun 29, 2022
@alexrp alexrp self-assigned this Jun 29, 2022
@alexrp alexrp modified the milestones: v4.0, v4.1 Aug 4, 2023
@alexrp alexrp added state: confirmed Bugs that have been confirmed. and removed state: approved Feature requests and housekeeping tasks that have been approved. labels Dec 29, 2023
@alexrp alexrp modified the milestones: v4.1, v4.2 Jan 2, 2024
@alexrp alexrp closed this as completed in 6a48e6c Jan 5, 2024
@alexrp alexrp removed the state: confirmed Bugs that have been confirmed. label Jan 5, 2024
@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: sdk Issues related to the MSBuild SDK. type: bug Issues that are classified as bug reports.
Development

No branches or pull requests

1 participant