// <auto-generated> using System.Reflection; namespace Microsoft.CodeAnalysis.BuildTasks { internal static partial class ErrorString { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(ErrorString))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>MSB3883: Unexpected exception:</summary> internal static string @Compiler_UnexpectedException => GetResourceString("Compiler_UnexpectedException"); /// <summary>MSB3053: The assembly alias "{1}" on reference "{0}" contains illegal characters.</summary> internal static string @Csc_AssemblyAliasContainsIllegalCharacters => GetResourceString("Csc_AssemblyAliasContainsIllegalCharacters"); /// <summary>MSB3051: The parameter to the compiler is invalid. {0}</summary> internal static string @Csc_InvalidParameter => GetResourceString("Csc_InvalidParameter"); /// <summary>MSB3052: The parameter to the compiler is invalid, '{0}{1}' will be ignored.</summary> internal static string @Csc_InvalidParameterWarning => GetResourceString("Csc_InvalidParameterWarning"); /// <summary>The string "{0}" cannot be converted to a boolean (true/false) value.</summary> internal static string @General_CannotConvertStringToBool => GetResourceString("General_CannotConvertStringToBool"); /// <summary>MSB3081: A problem occurred while trying to set the "{0}" parameter for the IDE's in-process compiler. {1}</summary> internal static string @General_CouldNotSetHostObjectParameter => GetResourceString("General_CouldNotSetHostObjectParameter"); /// <summary>MSB3105: The item "{0}" was specified more than once in the "{1}" parameter. Duplicate items are not supported by the "{1}" parameter.</summary> internal static string @General_DuplicateItemsNotSupported => GetResourceString("General_DuplicateItemsNotSupported"); /// <summary>MSB3083: The item "{0}" was specified more than once in the "{1}" parameter and both items had the same value "{2}" for the "{3}" metadata. Duplicate items are not supported by the "{1}" parameter unless they have different values for the "{3}" metadata.</summary> internal static string @General_DuplicateItemsNotSupportedWithMetadata => GetResourceString("General_DuplicateItemsNotSupportedWithMetadata"); /// <summary>Expected file "{0}" does not exist.</summary> internal static string @General_ExpectedFileMissing => GetResourceString("General_ExpectedFileMissing"); /// <summary>Reference assembly "{0}" already has latest information. Leaving it untouched.</summary> internal static string @CopyRefAssembly_SkippingCopy1 => GetResourceString("CopyRefAssembly_SkippingCopy1"); /// <summary>Source reference assembly "{0}" (timestamp "{1}", MVID "{2}") differs from destination "{3}" (timestamp "{4}", MVID "{5}").</summary> internal static string @CopyRefAssembly_Changed => GetResourceString("CopyRefAssembly_Changed"); /// <summary>Copying reference assembly from "{0}" to "{1}".</summary> internal static string @CopyRefAssembly_Copying => GetResourceString("CopyRefAssembly_Copying"); /// <summary>Could not extract the MVID from "{0}". Are you sure it is a reference assembly?</summary> internal static string @CopyRefAssembly_SourceNotRef1 => GetResourceString("CopyRefAssembly_SourceNotRef1"); /// <summary>Failed to check the content hash of the source ref assembly '{0}': {1} /// {2}</summary> internal static string @CopyRefAssembly_BadSource3 => GetResourceString("CopyRefAssembly_BadSource3"); /// <summary>Failed to check the content hash of the destination ref assembly '{0}'. It will be overwritten.</summary> internal static string @CopyRefAssembly_BadDestination1 => GetResourceString("CopyRefAssembly_BadDestination1"); /// <summary>MSB3082: Task failed because "{0}" was not found.</summary> internal static string @General_ToolFileNotFound => GetResourceString("General_ToolFileNotFound"); /// <summary>MSB3087: An incompatible host object was passed into the "{0}" task. The host object for this task must implement the "{1}" interface.</summary> internal static string @General_IncorrectHostObject => GetResourceString("General_IncorrectHostObject"); /// <summary>Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".</summary> internal static string @General_InvalidAttributeMetadata => GetResourceString("General_InvalidAttributeMetadata"); /// <summary>The IDE's in-process compiler does not support the specified values for the "{0}" parameter. Therefore, this task will fallback to using the command-line compiler.</summary> internal static string @General_ParameterUnsupportedOnHostCompiler => GetResourceString("General_ParameterUnsupportedOnHostCompiler"); /// <summary>MSB3104: The referenced assembly "{0}" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.</summary> internal static string @General_ReferenceDoesNotExist => GetResourceString("General_ReferenceDoesNotExist"); /// <summary>Shared compilation failed; falling back to tool: {0}</summary> internal static string @SharedCompilationFallback => GetResourceString("SharedCompilationFallback"); /// <summary>Using shared compilation with compiler from directory: {0}</summary> internal static string @UsingSharedCompilation => GetResourceString("UsingSharedCompilation"); /// <summary>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</summary> internal static string @Vbc_EnumParameterHasInvalidValue => GetResourceString("Vbc_EnumParameterHasInvalidValue"); /// <summary>"{1}" is an invalid value for the "{0}" parameter.</summary> internal static string @Vbc_ParameterHasInvalidValue => GetResourceString("Vbc_ParameterHasInvalidValue"); /// <summary>MSB3402: There was an error creating the pdb file "{0}". {1}</summary> internal static string @Vbc_RenamePDB => GetResourceString("Vbc_RenamePDB"); /// <summary>{0} contains duplicate items '{1}' with conflicting metadata '{2}': '{3}' and '{4}'</summary> internal static string @MapSourceRoots_ContainsDuplicate => GetResourceString("MapSourceRoots.ContainsDuplicate"); /// <summary>The value of {0} not found in {1} items, or the corresponding item is not a top-level source root: '{2}'</summary> internal static string @MapSourceRoots_NoSuchTopLevelSourceRoot => GetResourceString("MapSourceRoots.NoSuchTopLevelSourceRoot"); /// <summary>{0} paths are required to end with a slash or backslash: '{1}'</summary> internal static string @MapSourceRoots_PathMustEndWithSlashOrBackslash => GetResourceString("MapSourceRoots.PathMustEndWithSlashOrBackslash"); /// <summary>{0} items must include at least one top-level (not nested) item when {1} is true</summary> internal static string @MapSourceRoots_NoTopLevelSourceRoot => GetResourceString("MapSourceRoots.NoTopLevelSourceRoot"); /// <summary>File "{0}" could not be read: {1}</summary> internal static string @General_UnableToReadFile => GetResourceString("General_UnableToReadFile"); /// <summary>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.</summary> internal static string @ImplicitlySkipAnalyzersMessage => GetResourceString("ImplicitlySkipAnalyzersMessage"); } }