[PR #652] [MERGED] Add a net 6 target and make trimmable #1138

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/652
Author: @ds5678
Created: 3/31/2022
Status: Merged
Merged: 4/11/2022
Merged by: @adamhathcock

Base: masterHead: net6_with_trimming


📝 Commits (4)

  • 7f6c877 add a net 6 target and make trimmable
  • ed3c11f update workflow and csproj files
  • 196df63 fix build project
  • eb44cdc Update dotnetcore.yml

📊 Changes

6 files changed (+10 additions, -7 deletions)

View changed files

📝 .github/workflows/dotnetcore.yml (+3 -1)
📝 build/Program.cs (+1 -1)
📝 build/build.csproj (+1 -1)
📝 global.json (+1 -1)
📝 src/SharpCompress/SharpCompress.csproj (+3 -2)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)

📄 Description

This pull request adds a .NET 6 target with support for assembly trimming.


🔄 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/652 **Author:** [@ds5678](https://github.com/ds5678) **Created:** 3/31/2022 **Status:** ✅ Merged **Merged:** 4/11/2022 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `net6_with_trimming` --- ### 📝 Commits (4) - [`7f6c877`](https://github.com/adamhathcock/sharpcompress/commit/7f6c877fdcc7626f1792f3d8fdc37ea1ebd5ccf9) add a net 6 target and make trimmable - [`ed3c11f`](https://github.com/adamhathcock/sharpcompress/commit/ed3c11f44cf1e27628760367185ca06e6b3680d9) update workflow and csproj files - [`196df63`](https://github.com/adamhathcock/sharpcompress/commit/196df63de28b29e859213e60d643ee5d1932c74d) fix build project - [`eb44cdc`](https://github.com/adamhathcock/sharpcompress/commit/eb44cdc903bbdf783b99c8d6b39ead3f43a1c189) Update dotnetcore.yml ### 📊 Changes **6 files changed** (+10 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnetcore.yml` (+3 -1) 📝 `build/Program.cs` (+1 -1) 📝 `build/build.csproj` (+1 -1) 📝 `global.json` (+1 -1) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -2) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) </details> ### 📄 Description This pull request adds a .NET 6 target with support for assembly [trimming](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming). --- <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:19:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1138