Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Adam Vincent
Posts
Comments
C
C#
•
Created by Torn on 1/6/2025 in
#help
Unable to find symbol file
I think <IncludeSymbols> is for packing Nuget packages tho, so I could be wrong.
7 replies
C
C#
•
Created by Torn on 1/6/2025 in
#help
Unable to find symbol file
is this .NET 5+? try adding
<IncludeSymbols>true</IncludeSymbols>
to your csproj in a PropertyGroup.
7 replies
C
C#
•
Created by swaysteady on 1/5/2025 in
#help
C# fiddle space in Visual Studio
also
https://dotnetfiddle.net/
9 replies