[PR #1118] [MERGED] Single File for build #1548

Open
opened 2026-01-29 22:21:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1118
Author: @adamhathcock
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @adamhathcock

Base: masterHead: adam/single-file-build


📝 Commits (4)

📊 Changes

11 files changed (+123 additions, -67 deletions)

View changed files

📝 .github/workflows/nuget-release.yml (+11 -11)
📝 Directory.Packages.props (+2 -3)
📝 SharpCompress.sln (+1 -6)
📝 build/Build.cs (+4 -0)
build/build.csproj (+0 -11)
build/packages.lock.json (+0 -25)
📝 src/SharpCompress/SharpCompress.csproj (+0 -7)
📝 src/SharpCompress/packages.lock.json (+31 -3)
📝 tests/SharpCompress.Performance/packages.lock.json (+34 -0)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+0 -1)
📝 tests/SharpCompress.Test/packages.lock.json (+40 -0)

📄 Description

Use new dotnet 10 single file for build. Lock file is still produced. Rejigger some private dependencies


🔄 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/adamhathcock/sharpcompress/pull/1118 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `adam/single-file-build` --- ### 📝 Commits (4) - [`1aa2644`](https://github.com/adamhathcock/sharpcompress/commit/1aa264421633a8024829bf337318ccfdc08b2d57) Convert Build to be single file instead of project - [`7f3632c`](https://github.com/adamhathcock/sharpcompress/commit/7f3632c78abaf2951a4d2c355f55e467cc0add78) change yml - [`3d739d7`](https://github.com/adamhathcock/sharpcompress/commit/3d739d716f09f2b52a76e47368064d945e18f5c0) remove more - [`02e6c02`](https://github.com/adamhathcock/sharpcompress/commit/02e6c0242b78c78ee475c16e10e3bd9db371b98c) remove lock file? ### 📊 Changes **11 files changed** (+123 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/nuget-release.yml` (+11 -11) 📝 `Directory.Packages.props` (+2 -3) 📝 `SharpCompress.sln` (+1 -6) 📝 `build/Build.cs` (+4 -0) ➖ `build/build.csproj` (+0 -11) ➖ `build/packages.lock.json` (+0 -25) 📝 `src/SharpCompress/SharpCompress.csproj` (+0 -7) 📝 `src/SharpCompress/packages.lock.json` (+31 -3) 📝 `tests/SharpCompress.Performance/packages.lock.json` (+34 -0) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+0 -1) 📝 `tests/SharpCompress.Test/packages.lock.json` (+40 -0) </details> ### 📄 Description Use new dotnet 10 single file for build. Lock file is still produced. Rejigger some private dependencies --- <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 22:21:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1548