Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Nuget debug symbols (snupkg). #2929

Merged
merged 1 commit into from
May 12, 2024

Conversation

SquirrelKiev
Copy link
Contributor

Description

Enabled pushing debug symbols to Nuget. Made this as this will give much better support for looking at Discord.Net's code compared to Visual Studio's decompiler (or Resharpers). Previously would have to pull up the Github, which wasn't ideal. (Had to do this more than a couple times to see how some methods work and the like). Will also obviously mean we get all the other benefits of debug symbols.

On your end with Nuget pushes, the Nuget CLI should auto-push it automatically whenever pushing a new version, meaning you shouldn't need to do anything differently. See MSDocs about this here

Changes

Enabled building .snupkg files for all packages that are pushed to Nuget (to my knowledge), being BuildOverrides, Commands, Core, Interactions, Rest, WebSocket, and Webhook.

@Misha-133 Misha-133 merged commit aa424f6 into discord-net:dev May 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants