You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/Troubleshooting.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@
10
10
## Exception: Unable to communicate with NsDepCop service
11
11
> Applies to version v1.7.1 or later.
12
12
13
-
This problem is either caused by a bug that was fixed in v1.8.2 or by the analyzer client not waiting enough time for the analyzer server started in a separate process to spin up.
13
+
This problem is either caused by a bug or by the analyzer client not waiting enough time for the analyzer server started in a separate process to spin up.
14
14
To fix it:
15
-
* Update to v1.8.2 or later.
15
+
* Update to v1.10.1 or later.
16
16
* Try to set longer and/or more wait intervals in your config.nsdepcop file(s) by adding the AnalyzerServiceCallRetryTimeSpans attribute to the root element and fiddling with its value. The value should be a comma separated list of wait times between retries (in milliseconds).
17
17
* E.g. this config waits 100ms, then 1sec, then 10sec:
0 commit comments