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

Debug symbols don't resolve properly #2

Closed
smaillet opened this issue Dec 19, 2017 · 1 comment
Closed

Debug symbols don't resolve properly #2

smaillet opened this issue Dec 19, 2017 · 1 comment
Labels

Comments

@smaillet
Copy link
Member

Building with these packages in a debug build will generate a ton of warnings about missing PDBs and linking as if no debug info.
This appears to be due to the props files create for the build as they conditionally include the search path for the PDBS based on the file name and a derived property name. However the construction of the derived name will never evaluate to true because the constructed format for the name does not match the real file name.

@smaillet smaillet changed the title Debug symbols don't rexolve properly Debug symbols don't resolve properly Dec 19, 2017
@smaillet smaillet added the bug label Dec 19, 2017
@smaillet
Copy link
Member Author

Resolved,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant