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


namespace Microsoft.SourceLink.AzureDevOpsServer.Git
{
    internal static partial class Resources
    {
        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(Resources)));
        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>The value of {0} with identity '{1}' is not a valid commit hash: '{2}'"</summary>
        internal static string @ValueOfWithIdentityIsNotValidCommitHash => GetResourceString("ValueOfWithIdentityIsNotValidCommitHash");
        /// <summary>The value of environment variable {0} is not a well-formed list of URL pairs: '{1}'"</summary>
        internal static string @EnvironmentVariableIsNotAlistOfUrlPairs => GetResourceString("EnvironmentVariableIsNotAlistOfUrlPairs");
        /// <summary>The value passed to task parameter {0} is not a valid domain name: '{1}'</summary>
        internal static string @ValuePassedToTaskParameterNotValidDomainName => GetResourceString("ValuePassedToTaskParameterNotValidDomainName");

    }
}