We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a533244 commit ae9d7eeCopy full SHA for ae9d7ee
src/NHibernate.Mapping.Attributes/NHibernate.Mapping.Attributes.csproj
@@ -79,7 +79,7 @@
79
<DefineConstants>TRACE</DefineConstants>
80
<DocumentationFile>
81
</DocumentationFile>
82
- <DebugSymbols>false</DebugSymbols>
+ <DebugSymbols>true</DebugSymbols>
83
<FileAlignment>4096</FileAlignment>
84
<NoStdLib>false</NoStdLib>
85
<NoWarn>
@@ -89,7 +89,7 @@
89
<RemoveIntegerChecks>false</RemoveIntegerChecks>
90
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
91
<WarningLevel>4</WarningLevel>
92
- <DebugType>none</DebugType>
+ <DebugType>pdbonly</DebugType>
93
<ErrorReport>prompt</ErrorReport>
94
</PropertyGroup>
95
<ItemGroup>
0 commit comments