You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
When working with the released NuGet package in combination with VS 2017 RTM the publish of a debug config does not create the App.PrecompiledViews.pdb file. I'm not seeing any config option that might be related to toggle it. Is there anything I'm missing out on?
The text was updated successfully, but these errors were encountered:
nielstanis
changed the title
PDB file not emitted for App.PrecompiledViews.dll when publishing with debug
PDB file not created for App.PrecompiledViews.dll when publishing with debug
Mar 13, 2017
Turns out that the obj/debug folder does contain the PDB but the publish does not copy the file to the output directory... It looks as if the last step in the file publish done by Visual Studio is not aware of the added App.PrecompiledViews.pdb file..
When working with the released NuGet package in combination with VS 2017 RTM the publish of a debug config does not create the App.PrecompiledViews.pdb file. I'm not seeing any config option that might be related to toggle it. Is there anything I'm missing out on?
The text was updated successfully, but these errors were encountered: