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 0d914d8 commit 62aaf13Copy full SHA for 62aaf13
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"jetbrains.resharper.globaltools": {
6
- "version": "2022.2.4",
+ "version": "2023.1.0-eap08",
7
"commands": [
8
"jb"
9
]
Build.ps1
@@ -104,11 +104,8 @@ CheckLastExitCode
104
dotnet build -c Release
105
CheckLastExitCode
106
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
-}
+RunInspectCode
+RunCleanupCode
112
113
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
114
0 commit comments