[PR #1056] [MERGED] Fix launch.json debug configurations to use net10.0 #1480

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1056
Author: @Copilot
Created: 11/30/2025
Status: Merged
Merged: 11/30/2025
Merged by: @adamhathcock

Base: adam/vscode-fixesHead: copilot/sub-pr-1055


📝 Commits (2)

  • 64a1cc6 Initial plan
  • 1e90d69 Update launch.json to use net10.0 instead of net8.0

📊 Changes

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

View changed files

📝 .vscode/launch.json (+4 -4)

📄 Description

Debug configurations referenced net8.0 but SharpCompress.Test.csproj targets net10.0 and net48.

Changes

  • Updated "Debug Tests" and "Debug Specific Test" configurations to use net10.0 framework
  • Updated configuration names to reflect the correct framework

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


🔄 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/1056 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `adam/vscode-fixes` ← **Head:** `copilot/sub-pr-1055` --- ### 📝 Commits (2) - [`64a1cc6`](https://github.com/adamhathcock/sharpcompress/commit/64a1cc68e1c7adf00947a9c31fe32f65bff4dabe) Initial plan - [`1e90d69`](https://github.com/adamhathcock/sharpcompress/commit/1e90d69912b2d0dd0fac4a6816622ed2b2381039) Update launch.json to use net10.0 instead of net8.0 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/launch.json` (+4 -4) </details> ### 📄 Description Debug configurations referenced `net8.0` but `SharpCompress.Test.csproj` targets `net10.0` and `net48`. ### Changes - Updated "Debug Tests" and "Debug Specific Test" configurations to use `net10.0` framework - Updated configuration names to reflect the correct framework <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --- <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:20:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1480