Skip to content

Commit 4173c78

Browse files
committed
Update to latest Resharper version
1 parent 6b69ed3 commit 4173c78

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"jetbrains.resharper.globaltools": {
6-
"version": "2021.3.4",
6+
"version": "2022.2.3",
77
"commands": [
88
"jb"
99
]

Build.ps1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ CheckLastExitCode
105105
dotnet build -c Release
106106
CheckLastExitCode
107107

108-
RunInspectCode
109-
RunCleanupCode
108+
# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
109+
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') {
110+
RunInspectCode
111+
RunCleanupCode
112+
}
110113

111114
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
112115
CheckLastExitCode

0 commit comments

Comments
 (0)