python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# code cannot be built properly with Visual Studio 2019
I want to build a pre_written C# code in VS 2019. The code was built but I only got a .pdb file, not a .gh file(a Grasshopper component). Could you please check the following text and tell me, is ther...
hasti
Votes: 0
Answers: 1
Ninja and PDB file size
I am building software for Windows using MSVC compiler. CMake is used as a project generator that supports two types of build Visual Studio and Ninja. It is a quite large and proprietary project thus ...
kitten_woof
Votes: 0
Answers: 0
Debugging .net core 3.1 library code published on github private nuget repository is broken?
In the last few days I've battled against an issue with debugging nuget packages that I still wasn't able to solve the way I want.
All this has been tested with visual studio 2022, updated to the late...
Carlo Arnaboldi
Votes: 0
Answers: 2
Embed *.pdb files in managed library with Visual Studio 2022 17.1
The 17.1 update for Visual Studio 2022 recently hit and one of the added functionalities is:
When building managed libraries developers can choose to embed their source files with the debug informati...
Tessaract
Votes: 0
Answers: 1