Skip to content

Commit 5e4c590

Browse files
committed
Updated docs and nuget notes.
1 parent f2b199a commit 5e4c590

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

3+
## v1.10.1
4+
(01/2020)
5+
6+
- [x] Fix: #51 - RemotingException when using different NsDepCop NuGet and VSIX version.
7+
38
## v1.10.0
49
(04/2019)
510

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.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.
1414
To fix it:
15-
* Update to v1.8.2 or later.
15+
* Update to v1.10.1 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

source/NsDepCop.NuGet/NsDepCop.NuGet.nuspec

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ See project site for details (https://github.com/realvizu/NsDepCop).
1818
<iconUrl>https://raw.githubusercontent.com/realvizu/NsDepCop/master/images/icons/NsDepCop_128.png</iconUrl>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<developmentDependency>true</developmentDependency>
21-
<copyright>Copyright 2013-2018 Ferenc Vizkeleti</copyright>
21+
<copyright>Copyright 2013-2020 Ferenc Vizkeleti</copyright>
2222
<tags>static code analysis tool C# csharp namespace dependency dependencies enforce rule</tags>
2323
<releaseNotes>
24-
- New: Support incremental build - don't run the tool if there was no change in the source/config files.
25-
- New: Global turn off switch - DisableNsDepCop environment variable.
26-
- New: Excluding files from analysis - ExcludedFiles attribute in config.nsdepcop.
24+
- Fix: RemotingException when using different NsDepCop NuGet and VSIX version.
2725
</releaseNotes>
2826
</metadata>
2927
<files>

0 commit comments

Comments
 (0)