Skip to content

Commit 2f27364

Browse files
Add Visual Studio debugging note to libraries README (#80185)
This adds another section to docs/workflow/building/libraries/README.md to reference how to disable sign verification in Visual Studio.
1 parent de0ba02 commit 2f27364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/workflow/building/libraries/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ One can build 32- or 64-bit binaries or for any architecture by specifying in th
223223

224224
If you are working on Windows, and use Visual Studio, you can open individual libraries projects into it. From within Visual Studio you can then build, debug, and run tests.
225225

226+
## Debugging
227+
228+
Starting with Visual Studio 2022 version 17.5, Visual Studio will validate that the debugging libraries that shipped with the .NET Runtime are correctly signed before loading them. See https://aka.ms/vs/unsigned-dotnet-debugger-lib for more information.
229+
226230
## Running tests
227231

228232
For more details about running tests inside Visual Studio, [go here](../../testing/visualstudio.md).

0 commit comments

Comments
 (0)