How it works...

In order to protect your source code and hide it from the debugging process, you can set the "ShowMyCode" property in the app.json file. If this property is set to false, then none of the applications will be able to be debugged, and therefore, nobody will be able to see your source code. Breakpoints will not be able to be set in any of your applications, and no variable values will be able to be inspected. This makes it possible to deploy applications and you don't have to worry about anyone else seeing your code and potentially using it in another solution.

If you do not specify the "ShowMyCode" property in the app.json file, then it is assumed to be false.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset