diff --git a/src/Analyzer.Utilities/AnalyzerUtilitiesResources.Designer.cs b/src/Analyzer.Utilities/AnalyzerUtilitiesResources.Designer.cs index 8029a0ce88..87830d2466 100644 --- a/src/Analyzer.Utilities/AnalyzerUtilitiesResources.Designer.cs +++ b/src/Analyzer.Utilities/AnalyzerUtilitiesResources.Designer.cs @@ -20,7 +20,7 @@ namespace Analyzer.Utilities { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class AnalyzerUtilitiesResources { @@ -161,7 +161,7 @@ internal static string CategoryUsage { } /// - /// Looks up a localized string similar to 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.. + /// Looks up a localized string similar to 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.. /// internal static string VersionCheckDescription { get { @@ -170,7 +170,7 @@ internal static string VersionCheckDescription { } /// - /// Looks up a localized string similar to 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.. + /// Looks up a localized string similar to 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.. /// internal static string VersionCheckMessage { get { diff --git a/src/Analyzer.Utilities/AnalyzerUtilitiesResources.resx b/src/Analyzer.Utilities/AnalyzerUtilitiesResources.resx index 62bdd0feaa..eeb2271b26 100644 --- a/src/Analyzer.Utilities/AnalyzerUtilitiesResources.resx +++ b/src/Analyzer.Utilities/AnalyzerUtilitiesResources.resx @@ -151,10 +151,10 @@ Security - 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. + 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. - 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. + 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. Analyzer version mismatch