We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b69ed3 commit 4173c78Copy full SHA for 4173c78
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"jetbrains.resharper.globaltools": {
6
- "version": "2021.3.4",
+ "version": "2022.2.3",
7
"commands": [
8
"jb"
9
]
Build.ps1
@@ -105,8 +105,11 @@ CheckLastExitCode
105
dotnet build -c Release
106
CheckLastExitCode
107
108
-RunInspectCode
109
-RunCleanupCode
+# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
+if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') {
110
+ RunInspectCode
111
+ RunCleanupCode
112
+}
113
114
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
115
0 commit comments