Skip to content

Commit 01e350f

Browse files
committed
Update to Resharper v2022.3.2
1 parent e9c44c9 commit 01e350f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-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": "2022.3.2",
77
"commands": [
88
"jb"
99
]

Build.ps1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ 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+
# Skipping InspectCode due to bug https://youtrack.jetbrains.com/issue/RSRP-490806/SDK-csproj-gives-false-warning-Property-xxx-is-not-defined
108+
#RunInspectCode
109+
RunCleanupCode
112110

113111
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
114112
CheckLastExitCode

0 commit comments

Comments
 (0)