From 9b1236e443d22eda93e928157026aecbad91d663 Mon Sep 17 00:00:00 2001 From: Sean-mn Date: Thu, 5 Mar 2026 12:22:30 +0900 Subject: [PATCH 1/4] =?UTF-8?q?package:=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaperMania/Server.Tests/Server.Tests.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PaperMania/Server.Tests/Server.Tests.csproj b/PaperMania/Server.Tests/Server.Tests.csproj index 7eae683..c93c871 100644 --- a/PaperMania/Server.Tests/Server.Tests.csproj +++ b/PaperMania/Server.Tests/Server.Tests.csproj @@ -8,7 +8,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + From 8086223aa8404d19413661d7ea07d9b850cc2bc1 Mon Sep 17 00:00:00 2001 From: Sean-mn Date: Thu, 5 Mar 2026 12:28:14 +0900 Subject: [PATCH 2/4] =?UTF-8?q?modify:=20=EB=84=A4=EC=9E=84=EC=8A=A4?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=8A=A4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaperMania/Server/Domain/Entity/CurrencyData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PaperMania/Server/Domain/Entity/CurrencyData.cs b/PaperMania/Server/Domain/Entity/CurrencyData.cs index 173f1de..62affaa 100644 --- a/PaperMania/Server/Domain/Entity/CurrencyData.cs +++ b/PaperMania/Server/Domain/Entity/CurrencyData.cs @@ -1,7 +1,7 @@ namespace Server.Domain.Entity; -using Server.Api.Dto.Response; -using Server.Application.Exceptions; +using Api.Dto.Response; +using Application.Exceptions; public class CurrencyData { From 7493da753367b36f81cfd961eb181b40c1d394cf Mon Sep 17 00:00:00 2001 From: Sean-mn Date: Thu, 5 Mar 2026 13:30:21 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EA=B3=B5=EB=B0=B1=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaperMania/Server/Domain/Entity/CurrencyData.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PaperMania/Server/Domain/Entity/CurrencyData.cs b/PaperMania/Server/Domain/Entity/CurrencyData.cs index 62affaa..007a734 100644 --- a/PaperMania/Server/Domain/Entity/CurrencyData.cs +++ b/PaperMania/Server/Domain/Entity/CurrencyData.cs @@ -163,5 +163,4 @@ public void GainPaperPiece(int amount) PaperPiece += amount; } -} - +} \ No newline at end of file From 46e6a79ec5c1e5ddf208de96ff76a86240cd85bb Mon Sep 17 00:00:00 2001 From: Sean-mn Date: Thu, 5 Mar 2026 13:33:46 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=EA=B3=B5=EB=B0=B1=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaperMania/Server/Infrastructure/Cache/CacheAsideService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaperMania/Server/Infrastructure/Cache/CacheAsideService.cs b/PaperMania/Server/Infrastructure/Cache/CacheAsideService.cs index 4e09d1a..1f94e0a 100644 --- a/PaperMania/Server/Infrastructure/Cache/CacheAsideService.cs +++ b/PaperMania/Server/Infrastructure/Cache/CacheAsideService.cs @@ -70,4 +70,4 @@ await _cacheService.SetAsync( _locks.TryRemove(key, out _); } } -} \ No newline at end of file +}