| File: src\ed9f8b2aa7bd9e0d\Microsoft.AspNetCore.Components.Analyzers.Resources.cs | |
| Project: src\aspnetcore\src\Tools\SDK-Analyzers\Components\src\Microsoft.AspNetCore.Components.SdkAnalyzers.csproj (Microsoft.AspNetCore.Components.SdkAnalyzers) |
// <auto-generated> using System.Reflection; namespace Microsoft.AspNetCore.Components.Analyzers { 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); private static string GetResourceString(string resourceKey, string[] formatterNames) { var value = GetResourceString(resourceKey); if (formatterNames != null) { for (var i = 0; i < formatterNames.Length; i++) { value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}"); } } return value; } /// <summary>Component parameters should have public setters.</summary> internal static string @ComponentParameterSettersShouldBePublic_Description => GetResourceString("ComponentParameterSettersShouldBePublic_Description"); /// <summary>Component parameter '{0}' should have a public setter.</summary> internal static string @ComponentParameterSettersShouldBePublic_Format => GetResourceString("ComponentParameterSettersShouldBePublic_Format"); /// <summary>Component parameter '{0}' should have a public setter.</summary> internal static string FormatComponentParameterSettersShouldBePublic_Format(object p0) => string.Format(Culture, GetResourceString("ComponentParameterSettersShouldBePublic_Format"), p0); /// <summary>Component parameter should have public setters.</summary> internal static string @ComponentParameterSettersShouldBePublic_Title => GetResourceString("ComponentParameterSettersShouldBePublic_Title"); /// <summary>Components may only define a single parameter with CaptureUnmatchedValues.</summary> internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description"); /// <summary>Component type '{0}' defines properties multiple parameters with CaptureUnmatchedValues. Properties: {1}{2}</summary> internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"); /// <summary>Component type '{0}' defines properties multiple parameters with CaptureUnmatchedValues. Properties: {1}{2}</summary> internal static string FormatComponentParameterCaptureUnmatchedValuesMustBeUnique_Format(object p0, object p1, object p2) => string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"), p0, p1, p2); /// <summary>Component has multiple CaptureUnmatchedValues parameters</summary> internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title"); /// <summary>Component parameters with CaptureUnmatchedValues must be a correct type.</summary> internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Description"); /// <summary>Component parameter '{0}' defines CaptureUnmatchedValues but has an unsupported type '{1}'. Use a type assignable from '{2}'.</summary> internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"); /// <summary>Component parameter '{0}' defines CaptureUnmatchedValues but has an unsupported type '{1}'. Use a type assignable from '{2}'.</summary> internal static string FormatComponentParameterCaptureUnmatchedValuesHasWrongType_Format(object p0, object p1, object p2) => string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"), p0, p1, p2); /// <summary>Component parameter with CaptureUnmatchedValues has the wrong type</summary> internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Title"); /// <summary>Component parameter '{0}' should be public.</summary> internal static string @ComponentParameterShouldBePublic_Format => GetResourceString("ComponentParameterShouldBePublic_Format"); /// <summary>Component parameter '{0}' should be public.</summary> internal static string FormatComponentParameterShouldBePublic_Format(object p0) => string.Format(Culture, GetResourceString("ComponentParameterShouldBePublic_Format"), p0); /// <summary>Component parameter should be public.</summary> internal static string @ComponentParameterShouldBePublic_Title => GetResourceString("ComponentParameterShouldBePublic_Title"); /// <summary>Component parameters should be public.</summary> internal static string @ComponentParametersShouldBePublic_Description => GetResourceString("ComponentParametersShouldBePublic_Description"); /// <summary>Make component parameters public.</summary> internal static string @ComponentParametersShouldBePublic_FixTitle => GetResourceString("ComponentParametersShouldBePublic_FixTitle"); /// <summary>Component parameters should not be set outside of their declared component. Doing so may result in unexpected behavior at runtime.</summary> internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description"); /// <summary>Component parameter '{0}' should not be set outside of its component.</summary> internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"); /// <summary>Component parameter '{0}' should not be set outside of its component.</summary> internal static string FormatComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format(object p0) => string.Format(Culture, GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"), p0); /// <summary>Component parameter should not be set outside of its component.</summary> internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title"); /// <summary>The types in 'Microsoft.AspNetCore.Components.RenderTree' are not recommended for use outside of the Blazor framework. These type definitions will change in future releases.</summary> internal static string @DoNotUseRenderTreeTypes_Description => GetResourceString("DoNotUseRenderTreeTypes_Description"); /// <summary>The type or member {0} is is not recommended for use outside of the Blazor frameworks. Types defined in 'Microsoft.AspNetCore.Components.RenderTree' will change in future releases.</summary> internal static string @DoNotUseRenderTreeTypes_Format => GetResourceString("DoNotUseRenderTreeTypes_Format"); /// <summary>The type or member {0} is is not recommended for use outside of the Blazor frameworks. Types defined in 'Microsoft.AspNetCore.Components.RenderTree' will change in future releases.</summary> internal static string FormatDoNotUseRenderTreeTypes_Format(object p0) => string.Format(Culture, GetResourceString("DoNotUseRenderTreeTypes_Format"), p0); /// <summary>Do not use RenderTree types</summary> internal static string @DoNotUseRenderTreeTypes_Title => GetResourceString("DoNotUseRenderTreeTypes_Title"); } }