File: src\21d67aef474088ce\System.Windows.Forms.Analyzers.CSharp.Resources.SR.cs
Project: src\winforms\src\System.Windows.Forms.Analyzers.CSharp\src\System.Windows.Forms.Analyzers.CSharp.csproj (System.Windows.Forms.Analyzers.CSharp)
// <auto-generated>
using System.Reflection;
 
 
namespace System.Windows.Forms.Analyzers.CSharp.Resources
{
    internal static partial class SR
    {
        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(SR)));
        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>Unsupported project type</summary>
        internal static string @WFO0001Title => GetResourceString("WFO0001Title");
        /// <summary>Only projects with 'OutputType={0}' supported</summary>
        internal static string @WFO0001Message => GetResourceString("WFO0001Message");
        /// <summary>Unsupported property value</summary>
        internal static string @WFO0002Title => GetResourceString("WFO0002Title");
        /// <summary>ArgumentException: Project property '{0}' cannot be set to '{1}'</summary>
        internal static string @WFO0002Message => GetResourceString("WFO0002Message");
        /// <summary>ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}.</summary>
        internal static string @WFO0002MessageWithReason => GetResourceString("WFO0002MessageWithReason");
        /// <summary>Text "{0}" cannot be parsed. The expected text format is "{1}".</summary>
        internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat");
        /// <summary>Value of '{0}' is not valid for font size unit.</summary>
        internal static string @InvalidArgumentValueFontConverter => GetResourceString("InvalidArgumentValueFontConverter");
        /// <summary>Font '{0}' cannot be found.</summary>
        internal static string @GdiplusFontFamilyNotFound => GetResourceString("GdiplusFontFamilyNotFound");
        /// <summary>Only TrueType fonts are supported. '{0}' is not a TrueType font.</summary>
        internal static string @GdiplusNotTrueTypeFont => GetResourceString("GdiplusNotTrueTypeFont");
        /// <summary>A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method.</summary>
        internal static string @WFO1000AnalyzerDescription => GetResourceString("WFO1000AnalyzerDescription");
        /// <summary>Missing code serialization configuration for property content</summary>
        internal static string @WFO1000AnalyzerTitle => GetResourceString("WFO1000AnalyzerTitle");
        /// <summary>Property '{0}' does not configure the code serialization for its property content</summary>
        internal static string @WFO1000AnalyzerMessageFormat => GetResourceString("WFO1000AnalyzerMessageFormat");
        /// <summary>Add DesignerSerializationVisibilityAttribute to property</summary>
        internal static string @AddDesignerSerializationVisibilityCodeFixTitle => GetResourceString("AddDesignerSerializationVisibilityCodeFixTitle");
        /// <summary>Task is being passed to `InvokeAsync` without a cancellation token</summary>
        internal static string @WFO2001AnalyzerTitle => GetResourceString("WFO2001AnalyzerTitle");
        /// <summary>Avoid passing a `Func&lt;T&gt;` to `InvokeAsync` where `T` is a `Task` or `ValueTask`, unless your intention is for the delegate to simply be kicked off as an unsupervised task. Instead, use `Func&lt;CancellationToken, ValueTask&gt;` or `Func&lt;CancellationToken, ValueT ...</summary>
        internal static string @WFO2001AnalyzerDescription => GetResourceString("WFO2001AnalyzerDescription");
        /// <summary>Task is being passed to `InvokeAsync` without a cancellation token</summary>
        internal static string @WFO2001AnalyzerMessageFormat => GetResourceString("WFO2001AnalyzerMessageFormat");
        /// <summary>Type `{0}` does not implement `ITypedDataObject` interface</summary>
        internal static string @WFO1001AnalyzerMessageFormat => GetResourceString("WFO1001AnalyzerMessageFormat");
        /// <summary>`IDataObject` type does not implement `ITypedDataObject`</summary>
        internal static string @WFO1001AnalyzerTitle => GetResourceString("WFO1001AnalyzerTitle");
        /// <summary>Types should implement `ITypedDataObject` to support best practices when interacting with data. Types will not work with typed APIs in Clipboard and other data exchange scenarios if they only implement `IDataObject`.</summary>
        internal static string @WFO1001AnalyzerDescription => GetResourceString("WFO1001AnalyzerDescription");
 
    }
}