diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3b233ea..5eee7e9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -139,7 +139,7 @@ "label": "Lint: EditorConfig", "type": "process", "command": "docker", - "args": [ "run", "--rm", "-v", "${workspaceFolder}:/check", "-w", "/check", "mstruebing/editorconfig-checker:latest" ], + "args": [ "run", "--rm", "--pull=always", "-v", "${workspaceFolder}:/check", "-w", "/check", "mstruebing/editorconfig-checker:latest" ], "problemMatcher": [], "presentation": { "showReuseMessage": false, @@ -150,7 +150,7 @@ "label": "Lint: Workflows", "type": "process", "command": "docker", - "args": [ "run", "--rm", "-v", "${workspaceFolder}:/repo", "-w", "/repo", "rhysd/actionlint:latest", "-color" ], + "args": [ "run", "--rm", "--pull=always", "-v", "${workspaceFolder}:/repo", "-w", "/repo", "rhysd/actionlint:latest", "-color" ], "problemMatcher": [], "presentation": { "showReuseMessage": false, @@ -161,7 +161,7 @@ "label": "Lint: Markdown", "type": "process", "command": "docker", - "args": [ "run", "--rm", "-v", "${workspaceFolder}:/workdir", "-w", "/workdir", "davidanson/markdownlint-cli2:latest", "**/*.md" ], + "args": [ "run", "--rm", "--pull=always", "-v", "${workspaceFolder}:/workdir", "-w", "/workdir", "davidanson/markdownlint-cli2:latest", "**/*.md" ], "problemMatcher": [], "presentation": { "showReuseMessage": false, @@ -172,7 +172,7 @@ "label": "Lint: Spelling", "type": "process", "command": "docker", - "args": [ "run", "--rm", "-v", "${workspaceFolder}:/workdir", "-w", "/workdir", "ghcr.io/streetsidesoftware/cspell:latest", "--no-progress", "README.md", "HISTORY.md" ], + "args": [ "run", "--rm", "--pull=always", "-v", "${workspaceFolder}:/workdir", "-w", "/workdir", "ghcr.io/streetsidesoftware/cspell:latest", "--no-progress", "README.md", "HISTORY.md" ], "problemMatcher": [], "presentation": { "showReuseMessage": false, diff --git a/Directory.Packages.props b/Directory.Packages.props index de12f18..fdfbc51 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,8 +9,8 @@ - + diff --git a/UtilitiesTests/.editorconfig b/UtilitiesTests/.editorconfig index f443e5e..1bb70bb 100644 --- a/UtilitiesTests/.editorconfig +++ b/UtilitiesTests/.editorconfig @@ -8,6 +8,3 @@ dotnet_diagnostic.CA1707.severity = none # CA1515: xUnit discovers only public test classes, so they cannot be internal. dotnet_diagnostic.CA1515.severity = none - -# CA2007: xUnit forbids ConfigureAwait in test methods (xUnit1030), so CA2007 cannot be satisfied in test code. -dotnet_diagnostic.CA2007.severity = none diff --git a/UtilitiesTests/UtilitiesTests.csproj b/UtilitiesTests/UtilitiesTests.csproj index ab15043..6d87d47 100644 --- a/UtilitiesTests/UtilitiesTests.csproj +++ b/UtilitiesTests/UtilitiesTests.csproj @@ -1,28 +1,12 @@ - false - Pieter Viljoen - Pieter Viljoen - Pieter Viljoen - Generally useful utility classes - 1.1.0.1 - 1.1.0.1 - 1.1.0.0 - ptr727.Utilities.Tests - UtilitiesTests + true ptr727.Utilities.Tests - en - true - true - true - snupkg - - - + all runtime; build; native; contentfiles; analyzers; buildtransitive