.net core - How to confugure csproj to setup /p:DebugType=full? -


we can generate sdandard pdb using dotnet test /p:debugtype=full blabla\vse.adminkav1.injected.netstandard.test.csproj (core projects default generate portable pdbs)

but how save option in csproj file?

what did unload project -> right click -> edit .csproj -> here can change debugtype

<propertygroup>     <debugtype>full</debugtype>   </propertygroup> 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -