Skip to content

Commit 49811d6

Browse files
committed
Cleanup
- Drop the eight Rider "Shard N" run configurations. They drove the old VSTest host (`dotnet test --settings ... --logger trx`) against per-shard .runsettings files that no longer exist. - Add .editorconfig overrides so the two test csproj files and Directory.Build.targets keep their 2-space indentation.
1 parent 13d269c commit 49811d6

9 files changed

Lines changed: 5 additions & 192 deletions

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,8 @@ dotnet_naming_style.begin_s_.required_prefix = s_
287287
dotnet_naming_style.begin_s_.required_suffix =
288288
dotnet_naming_style.begin_s_.word_separator =
289289
dotnet_naming_style.begin_s_.capitalization = camel_case
290+
291+
292+
# Overrides
293+
[{**/{Content.Tests.csproj,Content.IntegrationTests.csproj},Directory.Build.targets}]
294+
indent_size = 2

.run/Shard 0.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 1.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 2.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 3.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 4.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 5.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 6.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.run/Shard 7.run.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)