Skip to content

Commit 2a5e139

Browse files
committed
Version to 1.8.2.
1 parent ea7f36e commit 2a5e139

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NsDepCop Change Log
22

3+
## v1.8.2
4+
(01/2019)
5+
6+
- [x] Fix: #43 (for real this time) - RemotingException when path contains space.
7+
38
## v1.8.1
49
(12/2018)
510

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the [**Help**](doc/Help.md) for details.
3535

3636
## Feedback
3737
* Please use the [**Issue Tracker**](https://github.com/realvizu/NsDepCop/issues) to record bugs and feature requests.
38-
* Or tweet me [![Follow on Titter](https://img.shields.io/twitter/url/http/realvizu.svg?style=social&label=@realvizu)](https://twitter.com/realvizu)
38+
* Or find me on twitter [![Follow on Titter](https://img.shields.io/twitter/url/http/realvizu.svg?style=social&label=@realvizu)](https://twitter.com/realvizu)
3939

4040
## More Info
4141
* [Diagnostics Reference](doc/Diagnostics.md)

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2017
22

33
environment:
44
shortversion: '1.8.2'
5-
informationalversion: '1.8.2-beta1'
5+
informationalversion: '1.8.2'
66

77
version: '$(shortversion).{build}'
88

doc/Troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
## Exception: Unable to communicate with NsDepCop service
1111
> Applies to version v1.7.1 or later.
1212
13-
This problem is either caused by a bug that was fixed in v1.8.1 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 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.
1414
To fix it:
15-
* Update to v1.8.1 or later.
15+
* Update to v1.8.2 or later.
1616
* 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).
1717
* E.g. this config waits 100ms, then 1sec, then 10sec:
1818

0 commit comments

Comments
 (0)