Tuesday, March 19, 2019

Visual studio enable dot net framework source debugging

To enable dot net framework source debugging, enable this option as explained in the following post, and if for some reason it does not work, then export current settings, reset settings and re-import the saved settings.

https://stackoverflow.com/questions/40320257/cannot-find-cs-files-for-debugging-net-source-code

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...