Skip to content

Commit

Permalink
Merge pull request #1188 from mavasani/ChangeErrorMessage
Browse files Browse the repository at this point in the history
Improve the warning message for analyzer package - Microsoft.CodeAnal…
  • Loading branch information
mavasani committed May 9, 2017
2 parents ce77e9a + adbcd39 commit 95e0ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Analyzer.Utilities/AnalyzerUtilitiesResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Analyzer.Utilities/AnalyzerUtilitiesResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
<value>Security</value>
</data>
<data name="VersionCheckDescription" xml:space="preserve">
<value>Analyzers in this package are preview version and are tied to a specific API version of Microsoft.CodeAnalysis. You have a mistatch between the analyzer and Microsoft.CodeAnalysis version and should either switch your analyzer NuGet package/VSIX to a matching version of the analyzer package or move to a different version of Visual Studio.</value>
<value>Analyzers in this package are preview version and are tied to a specific API version of Microsoft.CodeAnalysis. You have a mismatch between the analyzer and Microsoft.CodeAnalysis version and should switch your analyzer NuGet package/VSIX to a matching version of the Microsoft.CodeAnalysis.</value>
</data>
<data name="VersionCheckMessage" xml:space="preserve">
<value>Version mismatch between the analyzer package '{0}' and Microsoft.CodeAnalysis '{1}'. Certain analyzers in this package will not run until the version mismatch is fixed.</value>
<value>Version mismatch between the analyzer package '{0}' and Microsoft.CodeAnalysis '{1}'. Certain analyzers in this package will not run until the version mismatch is fixed. Analyzers in this package are preview version and are tied to a specific API version of Microsoft.CodeAnalysis. Please switch your analyzer NuGet package/VSIX to a matching version of the Microsoft.CodeAnalysis.</value>
</data>
<data name="VersionCheckTitle" xml:space="preserve">
<value>Analyzer version mismatch</value>
Expand Down

0 comments on commit 95e0ccc

Please sign in to comment.