Can you ship Non-Debug builds to Nuget? #101

Closed
opened 2026-01-29 22:06:35 +00:00 by claunia · 1 comment
Owner

Originally created by @RalphMack on GitHub (Jul 8, 2016).

The latest release, as previous releases, was built debug, as shown by the following ILDASM snippet:

// --- The following custom attribute is added automatically, do not uncomment -------
// .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 07 01 00 00 00 00 )

Our release team scans our web apps for the use of any libraries compiled debug and sends us unhappy emails. :( Can future drops be delivered in release mode (full PDB is fine, but optimized)

Originally created by @RalphMack on GitHub (Jul 8, 2016). The latest release, as previous releases, was built debug, as shown by the following ILDASM snippet: // --- The following custom attribute is added automatically, do not uncomment ------- // .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 **07 01** 00 00 00 00 ) Our release team scans our web apps for the use of any libraries compiled debug and sends us unhappy emails. :( Can future drops be delivered in release mode (full PDB is fine, but optimized)
Author
Owner

@adamhathcock commented on GitHub (Jul 9, 2016):

I need to. Switching to the dotnet tooling next week and will look at using appveyor too. I've neglicated the build too long.

@adamhathcock commented on GitHub (Jul 9, 2016): I need to. Switching to the `dotnet` tooling next week and will look at using appveyor too. I've neglicated the build too long.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#101