From 9f663af34051b2313acf426e318905fbd7e7d409 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Wed, 21 Feb 2024 15:22:26 -0800 Subject: [PATCH] experiment Signed-off-by: Yury-Fridlyand --- .github/workflows/csharp.yml | 2 +- benchmarks/csharp/csharp_benchmark.csproj | 41 ++++++++-------- csharp/lib/glide.csproj | 59 +++++++++++------------ csharp/tests/tests.csproj | 46 +++++++++--------- 4 files changed, 73 insertions(+), 75 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 65c10bd8f0..d0fd5b1669 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -77,7 +77,7 @@ jobs: - name: Test dotnet ${{ matrix.dotnet }} working-directory: ./csharp - run: dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory . + run: dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory . -warnaserror - uses: ./.github/workflows/test-benchmark with: diff --git a/benchmarks/csharp/csharp_benchmark.csproj b/benchmarks/csharp/csharp_benchmark.csproj index e4f24a9564..de05de0d82 100644 --- a/benchmarks/csharp/csharp_benchmark.csproj +++ b/benchmarks/csharp/csharp_benchmark.csproj @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - Exe - net6.0;net8.0 - enable - enable - True - - - + + + + + + + + + + + + + + Exe + net6.0;net8.0 + enable + enable + + + diff --git a/csharp/lib/glide.csproj b/csharp/lib/glide.csproj index dd3db4f891..b890217632 100644 --- a/csharp/lib/glide.csproj +++ b/csharp/lib/glide.csproj @@ -1,30 +1,29 @@ - - - - net6.0;net8.0 - Glide - enable - enable - True - - - - - - - - - PreserveNewest - %(FileName)%(Extension) - - - PreserveNewest - %(FileName)%(Extension) - - - PreserveNewest - %(FileName)%(Extension) - - - - + + + + net6.0;net8.0 + Glide + enable + enable + + + + + + + + + PreserveNewest + %(FileName)%(Extension) + + + PreserveNewest + %(FileName)%(Extension) + + + PreserveNewest + %(FileName)%(Extension) + + + + diff --git a/csharp/tests/tests.csproj b/csharp/tests/tests.csproj index ec864c3dd8..c3b933a683 100644 --- a/csharp/tests/tests.csproj +++ b/csharp/tests/tests.csproj @@ -1,23 +1,23 @@ - - - - net6.0;net8.0 - enable - enable - True - false - - - - - - - - - - - - - - - + + + + net6.0;net8.0 + enable + enable + + false + + + + + + + + + + + + + + +