[PR #862] [CLOSED] Embed debugging symbols #1291

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/862
Author: @lostmsu
Created: 8/6/2024
Status: Closed

Base: masterHead: EmbedSymbols


📝 Commits (1)

📊 Changes

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

View changed files

📝 src/SharpCompress/SharpCompress.csproj (+1 -1)

📄 Description

This greatly simplifies debugging of SharpCompress source because it removes the need to setup nuget symbol downloading.

It also simplifies debugging scenarios for anyone who is not using NuGet for some reason (e.g. git submodule, or another build system).


🔄 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/862 **Author:** [@lostmsu](https://github.com/lostmsu) **Created:** 8/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `EmbedSymbols` --- ### 📝 Commits (1) - [`7cb6a49`](https://github.com/adamhathcock/sharpcompress/commit/7cb6a49f1782d61db89562f727d52b7b538c25f2) embed debugging symbols ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/SharpCompress.csproj` (+1 -1) </details> ### 📄 Description This greatly simplifies debugging of SharpCompress source because it removes the need to setup nuget symbol downloading. It also simplifies debugging scenarios for anyone who is not using NuGet for some reason (e.g. git submodule, or another build system). --- <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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1291