Skip to content

Conversation

netpyoung
Copy link

Debug example doesn't working well on my machine then I figured out there is not enough information for debuging.

Before

                .WithOptimizationLevel(OptimizationLevel.Release)

K-003

After

                .WithOptimizationLevel(options.IncludeDebuggingInfo ? OptimizationLevel.Debug : OptimizationLevel.Release)

K-004

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.

1 participant