feat : 덤프 남기는 기능 추가 (셋팅값 힙 덤프)

This commit is contained in:
qornwh1
2026-03-04 17:29:36 +09:00
parent 42f0ef14f2
commit 2be1302b24
6 changed files with 355 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
</PropertyGroup>
<ItemGroup>
<!-- Release 빌드에서 메모리 덤프 생성용 -->
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.553101" Condition="'$(Configuration)' == 'Release'" />
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="LiteNetLib" Version="2.0.2" />