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:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...