[PR #215] [MERGED] Add SkipDebDependencies flag to be able to remove all added default dependencies #315

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/215
Author: @Dirk-Kuypers
Created: 12/13/2021
Status: Merged
Merged: 12/16/2021
Merged by: @qmfrederik

Base: masterHead: feature/SkipDebDependencies


📝 Commits (2)

  • 0a97254 Add SkipDebDependencies flag to ba able to remove all added default dependencies
  • 93738eb Introduce prooperty to skip rpm dependencies if wanted

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 Packaging.Targets/build/Packaging.Targets.targets (+8 -0)

📄 Description

I have introduced a property 'SkipDebDependencies' to be able to drop all automatically added dependencies if needed.

Unfortunately this is needed in my project. We are installing a device running embedded Linux and at least in the beginning we have the requirement that every project has to bring every dependency to be able to run to enable easy up- and downgrade scenarios of our firmware applications.

This would solve my issue #213


🔄 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/215 **Author:** [@Dirk-Kuypers](https://github.com/Dirk-Kuypers) **Created:** 12/13/2021 **Status:** ✅ Merged **Merged:** 12/16/2021 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `feature/SkipDebDependencies` --- ### 📝 Commits (2) - [`0a97254`](https://github.com/quamotion/dotnet-packaging/commit/0a972547c98e4b4cb0d8ef399762e709cefe8969) Add SkipDebDependencies flag to ba able to remove all added default dependencies - [`93738eb`](https://github.com/quamotion/dotnet-packaging/commit/93738eba21b02e9bbd1b4365db9058e2607837ae) Introduce prooperty to skip rpm dependencies if wanted ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Packaging.Targets/build/Packaging.Targets.targets` (+8 -0) </details> ### 📄 Description I have introduced a property 'SkipDebDependencies' to be able to drop all automatically added dependencies if needed. Unfortunately this is needed in my project. We are installing a device running embedded Linux and at least in the beginning we have the requirement that every project has to bring every dependency to be able to run to enable easy up- and downgrade scenarios of our firmware applications. This would solve my issue #213 --- <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:32:04 +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#315