From 99f7cb4a7916b36a28f64b6f4bb6c53a944f5ad7 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:56:14 +0900 Subject: [PATCH 1/2] chore: Specify IsPackable=false on Directory.Build.props, explicitly true for target packages. --- Directory.Build.props | 6 ++++-- sandbox/Benchmark/Benchmark.csproj | 1 - sandbox/ConsoleApp/ConsoleApp.csproj | 1 - sandbox/GeneratorSandbox/GeneratorSandbox.csproj | 1 - sandbox/PerfTest2/PerfTest2.csproj | 1 - .../MasterMemory.SourceGenerator.Tests.csproj | 1 - tests/MasterMemory.Tests/MasterMemory.Tests.csproj | 3 +-- 7 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f6cb2314..2e4250f7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,11 +4,12 @@ 13 + false $(Version) Cysharp Cysharp © Cysharp, Inc. - database, embedded, inmemory, unity + database, embedded, inmemory, unity https://github.com/Cysharp/MasterMemory README.md $(PackageProjectUrl) @@ -18,7 +19,8 @@ + - + diff --git a/sandbox/Benchmark/Benchmark.csproj b/sandbox/Benchmark/Benchmark.csproj index 623e4a78..278523d1 100644 --- a/sandbox/Benchmark/Benchmark.csproj +++ b/sandbox/Benchmark/Benchmark.csproj @@ -3,7 +3,6 @@ Exe net6.0 - false 1701;1702;NU1904 diff --git a/sandbox/ConsoleApp/ConsoleApp.csproj b/sandbox/ConsoleApp/ConsoleApp.csproj index 3ebaf3a1..bf4149d7 100644 --- a/sandbox/ConsoleApp/ConsoleApp.csproj +++ b/sandbox/ConsoleApp/ConsoleApp.csproj @@ -3,7 +3,6 @@ Exe net9.0 - false diff --git a/sandbox/GeneratorSandbox/GeneratorSandbox.csproj b/sandbox/GeneratorSandbox/GeneratorSandbox.csproj index 578376a9..3b24d7d3 100644 --- a/sandbox/GeneratorSandbox/GeneratorSandbox.csproj +++ b/sandbox/GeneratorSandbox/GeneratorSandbox.csproj @@ -5,7 +5,6 @@ net9.0 enable enable - false diff --git a/sandbox/PerfTest2/PerfTest2.csproj b/sandbox/PerfTest2/PerfTest2.csproj index 1faae250..71176cc8 100644 --- a/sandbox/PerfTest2/PerfTest2.csproj +++ b/sandbox/PerfTest2/PerfTest2.csproj @@ -3,7 +3,6 @@ Exe net9.0 - false 1701;1702;NU1904 diff --git a/tests/MasterMemory.SourceGenerator.Tests/MasterMemory.SourceGenerator.Tests.csproj b/tests/MasterMemory.SourceGenerator.Tests/MasterMemory.SourceGenerator.Tests.csproj index f630d018..2d2a78a5 100644 --- a/tests/MasterMemory.SourceGenerator.Tests/MasterMemory.SourceGenerator.Tests.csproj +++ b/tests/MasterMemory.SourceGenerator.Tests/MasterMemory.SourceGenerator.Tests.csproj @@ -4,7 +4,6 @@ net9.0 enable enable - false diff --git a/tests/MasterMemory.Tests/MasterMemory.Tests.csproj b/tests/MasterMemory.Tests/MasterMemory.Tests.csproj index 86da0fbd..3ba43b7f 100644 --- a/tests/MasterMemory.Tests/MasterMemory.Tests.csproj +++ b/tests/MasterMemory.Tests/MasterMemory.Tests.csproj @@ -2,7 +2,6 @@ net9.0 - false @@ -24,5 +23,5 @@ - + From d75679c81a8cc7481c23bc992bbece7cba2b23b8 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:06:59 +0900 Subject: [PATCH 2/2] chore: update .gitignore --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 44a5d106..ac0dfc47 100644 --- a/.gitignore +++ b/.gitignore @@ -78,7 +78,19 @@ publish *.Publish.xml # NuGet Packages Directory -packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +# packages # upm pacakge will use Packages +# **/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +# !**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets # Windows Azure Build Output csx @@ -108,10 +120,6 @@ UpgradeLog*.XML .vs/config/applicationhost.config .vs/restore.dg -# OTHER -nuget/tools/* -*.nupkg - .vs .vsconfig