[PR #137] [MERGED] Fix rpm/deb generation for files with Link attribute #256

Open
opened 2026-01-29 16:31:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/137
Author: @qmfrederik
Created: 12/4/2019
Status: Merged
Merged: 12/5/2019
Merged by: @qmfrederik

Base: masterHead: fixes/link


📝 Commits (4)

  • c455d0c Add Molecule tests for a content file which is linked into the project, and has a LinuxPath attribute.
  • 4d314c7 Handle link attribute.
  • 61dd29c Add unit tests
  • 31ad134 [vscode] Enable unit tests

📊 Changes

8 files changed (+93 additions, -3 deletions)

View changed files

.vscode/settings.json (+3 -0)
📝 Packaging.Targets.Tests/Packaging.Targets.Tests.csproj (+2 -3)
Packaging.Targets.Tests/TaskItemExtensionsTests.cs (+55 -0)
📝 Packaging.Targets/TaskItemExtensions.cs (+6 -0)
📝 molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj (+10 -0)
📝 molecule/framework-dependent/molecule/default/tests/test_default.py (+4 -0)
📝 molecule/self-contained/molecule/default/tests/test_default.py (+4 -0)
📝 molecule/self-contained/self-contained-app/self-contained-app.csproj (+9 -0)

📄 Description

This fixes an issue where metadata for files with the Link attribute would not be applied correctly.

Fixes #81


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/137 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 12/4/2019 **Status:** ✅ Merged **Merged:** 12/5/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/link` --- ### 📝 Commits (4) - [`c455d0c`](https://github.com/quamotion/dotnet-packaging/commit/c455d0c4cb308e87d964ed0f9b97f5d3c77a57bd) Add Molecule tests for a content file which is linked into the project, and has a LinuxPath attribute. - [`4d314c7`](https://github.com/quamotion/dotnet-packaging/commit/4d314c70ca61684f514c7aeeef0cd45bfc9f406b) Handle link attribute. - [`61dd29c`](https://github.com/quamotion/dotnet-packaging/commit/61dd29c5368babc955a8e0ad88f5984357ff9d92) Add unit tests - [`31ad134`](https://github.com/quamotion/dotnet-packaging/commit/31ad134b3c0591e4d3e19bb2865eb9303688e885) [vscode] Enable unit tests ### 📊 Changes **8 files changed** (+93 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/settings.json` (+3 -0) 📝 `Packaging.Targets.Tests/Packaging.Targets.Tests.csproj` (+2 -3) ➕ `Packaging.Targets.Tests/TaskItemExtensionsTests.cs` (+55 -0) 📝 `Packaging.Targets/TaskItemExtensions.cs` (+6 -0) 📝 `molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj` (+10 -0) 📝 `molecule/framework-dependent/molecule/default/tests/test_default.py` (+4 -0) 📝 `molecule/self-contained/molecule/default/tests/test_default.py` (+4 -0) 📝 `molecule/self-contained/self-contained-app/self-contained-app.csproj` (+9 -0) </details> ### 📄 Description This fixes an issue where metadata for files with the `Link` attribute would not be applied correctly. Fixes #81 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#256