[PR #131] [MERGED] Loosen check for project file to allow VB, F# #251

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/131
Author: @AndreasDekiert
Created: 11/25/2019
Status: Merged
Merged: 11/25/2019
Merged by: @qmfrederik

Base: masterHead: patch-1


📝 Commits (1)

  • 5f09237 Loosen check for project file to allow VB, F#

📊 Changes

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

View changed files

📝 dotnet-rpm/PackagingRunner.cs (+1 -1)

📄 Description

In older revisions without the check dotnet-rpm could be used to package any .NET Core project. With this check in place it could only be used for C# projects anymore. This change will restore the previous functionality.


🔄 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/131 **Author:** [@AndreasDekiert](https://github.com/AndreasDekiert) **Created:** 11/25/2019 **Status:** ✅ Merged **Merged:** 11/25/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`5f09237`](https://github.com/quamotion/dotnet-packaging/commit/5f09237b084ccf226469576bb6c6e39a0545c5f4) Loosen check for project file to allow VB, F# ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dotnet-rpm/PackagingRunner.cs` (+1 -1) </details> ### 📄 Description In older revisions without the check dotnet-rpm could be used to package any .NET Core project. With this check in place it could only be used for C# projects anymore. This change will restore the previous functionality. --- <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:36 +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#251