//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Microsoft.DotNet.MSBuildSdkResolver {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// 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", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings2 {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings2() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.DotNet.MSBuildSdkResolver.Strings2", typeof(Strings2).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Workload definition '{0}' is a concrete dev workload but has no description.
///
internal static string ConcreteWorkloadHasNoDescription {
get {
return ResourceManager.GetString("ConcreteWorkloadHasNoDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload definition '{0}' in manifest '{1}' [{2}] conflicts with manifest '{3}' [{4}].
///
internal static string ConflictingWorkloadDefinition {
get {
return ResourceManager.GetString("ConflictingWorkloadDefinition", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload pack '{0}' in manifest '{1}' [{2}] conflicts with manifest '{3}' [{4}].
///
internal static string ConflictingWorkloadPack {
get {
return ResourceManager.GetString("ConflictingWorkloadPack", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cyclic workload redirect '{0}' in manifest '{1}' [{2}].
///
internal static string CyclicWorkloadRedirect {
get {
return ResourceManager.GetString("CyclicWorkloadRedirect", resourceCulture);
}
}
///
/// Looks up a localized string similar to Duplicate key '{0}' at offset {1}.
///
internal static string DuplicateKeyAtOffset {
get {
return ResourceManager.GetString("DuplicateKeyAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Manifest provider {0} returned a duplicate manifest ID '{1}' [{2}] that conflicts with existing manifest [{3}].
///
internal static string DuplicateManifestID {
get {
return ResourceManager.GetString("DuplicateManifestID", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected boolean value at offset {0}.
///
internal static string ExpectedBoolAtOffset {
get {
return ResourceManager.GetString("ExpectedBoolAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected integer value at offset {0}.
///
internal static string ExpectedIntegerAtOffset {
get {
return ResourceManager.GetString("ExpectedIntegerAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected string value at offset {0}.
///
internal static string ExpectedStringAtOffset {
get {
return ResourceManager.GetString("ExpectedStringAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected {0} token at offset {1}.
///
internal static string ExpectedTokenAtOffset {
get {
return ResourceManager.GetString("ExpectedTokenAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Document ended prematurely.
///
internal static string IncompleteDocument {
get {
return ResourceManager.GetString("IncompleteDocument", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid version: {0}.
///
internal static string InvalidManifestVersion {
get {
return ResourceManager.GetString("InvalidManifestVersion", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error parsing version '{1}' for workload manifest ID '{0}'.
///
internal static string InvalidVersionForWorkload {
get {
return ResourceManager.GetString("InvalidVersionForWorkload", resourceCulture);
}
}
///
/// Looks up a localized string similar to Did not find workload manifest dependency '{0}' required by manifest '{1}' [{2}].
///
internal static string ManifestDependencyMissing {
get {
return ResourceManager.GetString("ManifestDependencyMissing", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload manifest dependency '{0}' version '{1}' is lower than version '{2}' required by manifest '{3}' [{4}].
///
internal static string ManifestDependencyVersionTooLow {
get {
return ResourceManager.GetString("ManifestDependencyVersionTooLow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload manifest {0}, which was specified in {1}, was not found. Running "dotnet workload repair" may resolve this..
///
internal static string ManifestFromInstallStateNotFound {
get {
return ResourceManager.GetString("ManifestFromInstallStateNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload manifest {0} from workload version {1} was not installed. Running "dotnet workload repair" may resolve this..
///
internal static string ManifestFromWorkloadSetNotFound {
get {
return ResourceManager.GetString("ManifestFromWorkloadSetNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not find workload '{0}' extended by workload '{1}' in manifest '{2}' [{3}].
///
internal static string MissingBaseWorkload {
get {
return ResourceManager.GetString("MissingBaseWorkload", resourceCulture);
}
}
///
/// Looks up a localized string similar to Missing or invalid manifest version.
///
internal static string MissingOrInvalidManifestVersion {
get {
return ResourceManager.GetString("MissingOrInvalidManifestVersion", resourceCulture);
}
}
///
/// Looks up a localized string similar to Missing kind for workload pack '{0}'.
///
internal static string MissingWorkloadPackKind {
get {
return ResourceManager.GetString("MissingWorkloadPackKind", resourceCulture);
}
}
///
/// Looks up a localized string similar to Missing version for workload pack '{0}'.
///
internal static string MissingWorkloadPackVersion {
get {
return ResourceManager.GetString("MissingWorkloadPackVersion", resourceCulture);
}
}
///
/// Looks up a localized string similar to Redirect workload '{0}' has keys other than 'redirect-to'.
///
internal static string RedirectWorkloadHasOtherKeys {
get {
return ResourceManager.GetString("RedirectWorkloadHasOtherKeys", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected token '{0}' at offset {1}.
///
internal static string UnexpectedTokenAtOffset {
get {
return ResourceManager.GetString("UnexpectedTokenAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown key '{0}' at offset {1}.
///
internal static string UnknownKeyAtOffset {
get {
return ResourceManager.GetString("UnknownKeyAtOffset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown workload definition kind '{0}' at offset {1}.
///
internal static string UnknownWorkloadDefinitionKind {
get {
return ResourceManager.GetString("UnknownWorkloadDefinitionKind", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown workload pack kind '{0}' at offset {1}.
///
internal static string UnknownWorkloadPackKind {
get {
return ResourceManager.GetString("UnknownWorkloadPackKind", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unresolved target '{0}' for workload redirect '{1}' in manifest '{2}' [{3}].
///
internal static string UnresolvedWorkloadRedirect {
get {
return ResourceManager.GetString("UnresolvedWorkloadRedirect", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload version {0}, which was specified in {1}, was not found. Run "dotnet workload restore" to install this workload version..
///
internal static string WorkloadVersionFromGlobalJsonNotFound {
get {
return ResourceManager.GetString("WorkloadVersionFromGlobalJsonNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Workload version {0}, which was specified in {1}, was not found..
///
internal static string WorkloadVersionFromInstallStateNotFound {
get {
return ResourceManager.GetString("WorkloadVersionFromInstallStateNotFound", resourceCulture);
}
}
}
}