File: src\f2089dab64cd5452\Microsoft.Build.Tasks.SourceControl.CommonResources.cs
Project: src\sourcelink\src\SourceLink.AzureDevOpsServer.Git\Microsoft.SourceLink.AzureDevOpsServer.Git.csproj (Microsoft.SourceLink.AzureDevOpsServer.Git)
// <auto-generated>
using System.Reflection;


namespace Microsoft.Build.Tasks.SourceControl
{
    internal static partial class CommonResources
    {
        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(CommonResources)));
        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>The value of {0} with identity '{1}' is invalid: '{2}'</summary>
        internal static string @ValueOfWithIdentityIsInvalid => GetResourceString("ValueOfWithIdentityIsInvalid");
        /// <summary>Item '{0}' of item group '{1}' must specify metadata '{2}'</summary>
        internal static string @ItemOfItemGroupMustSpecifyMetadata => GetResourceString("ItemOfItemGroupMustSpecifyMetadata");
        /// <summary>The value of {0} with identity '{1}' is not a valid commit hash: '{2}'</summary>
        internal static string @ValueOfWithIdentityIsNotValidCommitHash => GetResourceString("ValueOfWithIdentityIsNotValidCommitHash");
        /// <summary>The value passed to task parameter {0} is not a valid host URI: '{1}'</summary>
        internal static string @ValuePassedToTaskParameterNotValidHostUri => GetResourceString("ValuePassedToTaskParameterNotValidHostUri");
        /// <summary>The value passed to task parameter {0} is not a valid URI: '{1}'</summary>
        internal static string @ValuePassedToTaskParameterNotValidUri => GetResourceString("ValuePassedToTaskParameterNotValidUri");
        /// <summary>The value passed to task parameter {0} is not a valid domain name: '{1}'</summary>
        internal static string @ValuePassedToTaskParameterNotValidDomainName => GetResourceString("ValuePassedToTaskParameterNotValidDomainName");
        /// <summary>{0} item group is empty. At least one {1} repository host is required in order to generate SourceLink.</summary>
        internal static string @AtLeastOneRepositoryHostIsRequired => GetResourceString("AtLeastOneRepositoryHostIsRequired");
        /// <summary>Unable to determine repository url, the source code won't be available via source link.</summary>
        internal static string @UnableToDetermineRepositoryUrl => GetResourceString("UnableToDetermineRepositoryUrl");
        /// <summary>No well-formed host URIs specified: {0}.</summary>
        internal static string @NoWellFormedHostUrisSpecified => GetResourceString("NoWellFormedHostUrisSpecified");
        /// <summary>Ignoring invalid host name: '{0}' -- expected 'domain[:port]'.</summary>
        internal static string @IgnoringInvalidHostName => GetResourceString("IgnoringInvalidHostName");

    }
}