diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index bd4d773..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git log:*)", - "Bash(dotnet test:*)", - "Bash(dotnet build:*)", - "Bash(git checkout:*)", - "Bash(dotnet clean:*)", - "Bash(gh pr:*)", - "Bash(dotnet run:*)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index e0d27e6..5f6f170 100644 --- a/.gitignore +++ b/.gitignore @@ -357,3 +357,6 @@ src/coreclr/System.Private.CoreLib/common .dotnet-daily/ run-stress-* test:.cs + +# Claude Code local settings +.claude/settings.local.json diff --git a/ConsoleApp/ConsoleApp.csproj b/ConsoleApp/ConsoleApp.csproj index ca21554..2775d55 100644 --- a/ConsoleApp/ConsoleApp.csproj +++ b/ConsoleApp/ConsoleApp.csproj @@ -14,7 +14,7 @@ - + diff --git a/ReflectorNet.Tests.OuterAssembly/ReflectorNet.Tests.OuterAssembly.csproj b/ReflectorNet.Tests.OuterAssembly/ReflectorNet.Tests.OuterAssembly.csproj index f35813d..c9b4ab8 100644 --- a/ReflectorNet.Tests.OuterAssembly/ReflectorNet.Tests.OuterAssembly.csproj +++ b/ReflectorNet.Tests.OuterAssembly/ReflectorNet.Tests.OuterAssembly.csproj @@ -8,11 +8,11 @@ - + - + diff --git a/ReflectorNet.Tests/ReflectorNet.Tests.csproj b/ReflectorNet.Tests/ReflectorNet.Tests.csproj index daf8e2f..4746f65 100644 --- a/ReflectorNet.Tests/ReflectorNet.Tests.csproj +++ b/ReflectorNet.Tests/ReflectorNet.Tests.csproj @@ -10,17 +10,17 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/ReflectorNet/ReflectorNet.csproj b/ReflectorNet/ReflectorNet.csproj index d23f491..025cc88 100644 --- a/ReflectorNet/ReflectorNet.csproj +++ b/ReflectorNet/ReflectorNet.csproj @@ -28,12 +28,12 @@ - + - - + + \ No newline at end of file