mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #862] [CLOSED] Embed debugging symbols #1291
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/862
Author: @lostmsu
Created: 8/6/2024
Status: ❌ Closed
Base:
master← Head:EmbedSymbols📝 Commits (1)
7cb6a49embed debugging symbols📊 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.