From b2106aeae67b508c73ae8f65cd8757ddf9ca217a Mon Sep 17 00:00:00 2001 From: Thays Grazia Date: Mon, 27 Feb 2023 17:05:16 -0300 Subject: [PATCH] Just create the C# file with colon on name on Linux, keep the csproj always there (#82724) --- .gitignore | 1 - .../debugger/DebuggerTestSuite/DebuggerTestSuite.csproj | 8 -------- .../debugger-test-with-colon-in-source-name.csproj | 1 + 3 files changed, 1 insertion(+), 9 deletions(-) create mode 100644 src/mono/wasm/debugger/tests/debugger-test-with-colon-in-source-name/debugger-test-with-colon-in-source-name.csproj diff --git a/.gitignore b/.gitignore index 232c8b44cded..b126fbe11b55 100644 --- a/.gitignore +++ b/.gitignore @@ -363,5 +363,4 @@ src/coreclr/System.Private.CoreLib/common # Temporary artifacts from local libraries stress builds .dotnet-daily/ run-stress-* -debugger-test-with-colon-in-source-name.csproj test:.cs diff --git a/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj b/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj index 8789247541c8..a3ea94f627cf 100644 --- a/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj +++ b/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj @@ -119,10 +119,6 @@ - - - - namespace DebuggerTests { @@ -136,10 +132,6 @@ } -