Visual Studio 2019 Tips and Tricks

Jon Pawley

I like the “Enable navigation to decompiled sources (experimental)” option, but I’ve noticed that each time I use Visual Studio, and use this feature, i am presented with a dialod that says

---------------------------
Microsoft Visual Studio
---------------------------
IMPORTANT: Visual Studio includes decompiling functionality (“Decompiler”) that enables reproducing source code from binary code. By accessing and using the Decompiler, you agree to the Visual Studio license terms and the terms for the Decompiler below. If you do not agree with these combined terms, do not access or use the Decompiler.

You acknowledge that binary code and source code might be protected by copyright and trademark laws. Before using the Decompiler on any binary code, you need to first:

(i) confirm that the license terms governing your use of the binary code do not contain a provision which prohibits you from decompiling the software; or

(ii) obtain permission to decompile the binary code from the owner of the software.

Your use of the Decompiler is optional. Microsoft is not responsible and disclaims all liability for your use of the Decompiler that violates any laws or any software license terms which prohibit decompiling of the software.

I agree to all of the foregoing:
---------------------------
Yes No
---------------------------

I mean, I know that MS needs to ensure no one’s IP is being violated, but do you know a way of stopping this dialog being shown each day??

Great blog, Steve, love the show.