Skip to content

Commit 62aaf13

Browse files
committed
Update to Resharper v2023.1 EAP
1 parent 0d914d8 commit 62aaf13

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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": "2022.2.4",
6+
"version": "2023.1.0-eap08",
77
"commands": [
88
"jb"
99
]

Build.ps1

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

107-
# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
108-
if ($IsWindows) {
109-
RunInspectCode
110-
RunCleanupCode
111-
}
107+
RunInspectCode
108+
RunCleanupCode
112109

113110
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
114111
CheckLastExitCode

0 commit comments

Comments
 (0)