File: artifacts\obj\JSImportGenerator\Debug\netstandard2.0\System.SR.cs
Project: src\src\libraries\System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj (Microsoft.Interop.JavaScript.JSImportGenerator)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.Microsoft.Interop.JavaScript.JSImportGenerator
{
    internal static class SR { }
}
namespace System
{
    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(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR)));
 
        /// <summary>Specified configuration is not supported by source-generated JavaScript interop.</summary>
        internal static string @ConfigurationNotSupportedTitle => GetResourceString("ConfigurationNotSupportedTitle", @"Specified configuration is not supported by source-generated JavaScript interop.");
        /// <summary>The '{0}' configuration is not supported by source-generated JavaScript interop.</summary>
        internal static string @ConfigurationNotSupportedMessage => GetResourceString("ConfigurationNotSupportedMessage", @"The '{0}' configuration is not supported by source-generated JavaScript interop.");
        /// <summary>Source-generated JavaScript interop will ignore any configuration that is not supported.</summary>
        internal static string @ConfigurationNotSupportedDescription => GetResourceString("ConfigurationNotSupportedDescription", @"Source-generated JavaScript interop will ignore any configuration that is not supported.");
        /// <summary>The specified value '{0}' for '{1}' is not supported by source-generated JavaScript interop.</summary>
        internal static string @ConfigurationNotSupportedMessageValue => GetResourceString("ConfigurationNotSupportedMessageValue", @"The specified value '{0}' for '{1}' is not supported by source-generated JavaScript interop.");
        /// <summary>The specified marshalling configuration is not supported by source-generated JavaScript interop. {0}.</summary>
        internal static string @ConfigurationNotSupportedMessageMarshallingInfo => GetResourceString("ConfigurationNotSupportedMessageMarshallingInfo", @"The specified marshalling configuration is not supported by source-generated JavaScript interop. {0}.");
        /// <summary>Specified type is not supported by source-generated JavaScript interop.</summary>
        internal static string @TypeNotSupportedTitle => GetResourceString("TypeNotSupportedTitle", @"Specified type is not supported by source-generated JavaScript interop.");
        /// <summary>{0} The generated source will not handle marshalling of the return value of method '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @TypeNotSupportedMessageReturnWithDetails => GetResourceString("TypeNotSupportedMessageReturnWithDetails", @"{0} The generated source will not handle marshalling of the return value of method '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>Type is not supported by source-generated JavaScript interop.</summary>
        internal static string @TypeNotSupportedDescription => GetResourceString("TypeNotSupportedDescription", @"Type is not supported by source-generated JavaScript interop.");
        /// <summary>The type '{0}' is not supported by source-generated JavaScript interop. The generated source will not handle marshalling of parameter '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @TypeNotSupportedMessageParameter => GetResourceString("TypeNotSupportedMessageParameter", @"The type '{0}' is not supported by source-generated JavaScript interop. The generated source will not handle marshalling of parameter '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>The type '{0}' is not supported by source-generated JavaScript interop. The generated source will not handle marshalling of the return value of method '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @TypeNotSupportedMessageReturn => GetResourceString("TypeNotSupportedMessageReturn", @"The type '{0}' is not supported by source-generated JavaScript interop. The generated source will not handle marshalling of the return value of method '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>{0} The generated source will not handle marshalling of parameter '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @TypeNotSupportedMessageParameterWithDetails => GetResourceString("TypeNotSupportedMessageParameterWithDetails", @"{0} The generated source will not handle marshalling of parameter '{1}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>The specified '{0}' configuration for the return value of method '{1}' is not supported by source-generated JavaScript interop. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @ConfigurationNotSupportedMessageReturn => GetResourceString("ConfigurationNotSupportedMessageReturn", @"The specified '{0}' configuration for the return value of method '{1}' is not supported by source-generated JavaScript interop. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>The specified '{0}' configuration for parameter '{1}' is not supported by source-generated JavaScript interop. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @ConfigurationNotSupportedMessageParameter => GetResourceString("ConfigurationNotSupportedMessageParameter", @"The specified '{0}' configuration for parameter '{1}' is not supported by source-generated JavaScript interop. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>Invalid 'JSImportAttribute' usage</summary>
        internal static string @InvalidJSImportAttributeUsageTitle => GetResourceString("InvalidJSImportAttributeUsageTitle", @"Invalid 'JSImportAttribute' usage");
        /// <summary>Invalid 'JSExportAttribute' usage</summary>
        internal static string @InvalidJSExportAttributeUsageTitle => GetResourceString("InvalidJSExportAttributeUsageTitle", @"Invalid 'JSExportAttribute' usage");
        /// <summary>Method '{0}' should be 'static', 'partial', and non-generic when marked with 'JSImportAttribute'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @InvalidJSImportAttributedMethodSignatureMessage => GetResourceString("InvalidJSImportAttributedMethodSignatureMessage", @"Method '{0}' should be 'static', 'partial', and non-generic when marked with 'JSImportAttribute'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>Method '{0}' should be 'static', non-partial and non-generic when marked with 'JSExportAttribute'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @InvalidJSExportAttributedMethodSignatureMessage => GetResourceString("InvalidJSExportAttributedMethodSignatureMessage", @"Method '{0}' should be 'static', non-partial and non-generic when marked with 'JSExportAttribute'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>Methods marked with 'JSImportAttribute' should be 'static', 'partial', and non-generic. JavaScript interop source generation will ignore methods that are non-'static', non-'partial', or generic.</summary>
        internal static string @InvalidJSImportAttributedMethodDescription => GetResourceString("InvalidJSImportAttributedMethodDescription", @"Methods marked with 'JSImportAttribute' should be 'static', 'partial', and non-generic. JavaScript interop source generation will ignore methods that are non-'static', non-'partial', or generic.");
        /// <summary>Methods marked with 'JSImportAttribute' should be 'static', non-partial, and non-generic. JavaScript interop source generation will ignore methods that are non-'static', 'partial', or generic.</summary>
        internal static string @InvalidJSExportAttributedMethodDescription => GetResourceString("InvalidJSExportAttributedMethodDescription", @"Methods marked with 'JSImportAttribute' should be 'static', non-partial, and non-generic. JavaScript interop source generation will ignore methods that are non-'static', 'partial', or generic.");
        /// <summary>Method '{0}' is contained in a type '{1}' that is not marked 'partial'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @InvalidAttributedMethodContainingTypeMissingModifiersMessage => GetResourceString("InvalidAttributedMethodContainingTypeMissingModifiersMessage", @"Method '{0}' is contained in a type '{1}' that is not marked 'partial'. JavaScript interop source generation will ignore method '{0}'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>'JSType.Discard' could be only used with void return argument.</summary>
        internal static string @DiscardOnlyVoid => GetResourceString("DiscardOnlyVoid", @"'JSType.Discard' could be only used with void return argument.");
        /// <summary>'JSType.DiscardNoWait' could be only used with void returning method.</summary>
        internal static string @DiscardNoWaitOnlyVoid => GetResourceString("DiscardNoWaitOnlyVoid", @"'JSType.DiscardNoWait' could be only used with void returning method.");
        /// <summary>Type {0} is not supported as argument of marshaled function.</summary>
        internal static string @FuncArgumentNotSupported => GetResourceString("FuncArgumentNotSupported", @"Type {0} is not supported as argument of marshaled function.");
        /// <summary>Only functions with up to 3 arguments are currently supported by source-generated JavaScript interop.</summary>
        internal static string @FuncTooManyArgs => GetResourceString("FuncTooManyArgs", @"Only functions with up to 3 arguments are currently supported by source-generated JavaScript interop.");
        /// <summary>'JSType.Function' should have same number of generic arguments as the marshaled managed type.</summary>
        internal static string @FuncWrongArgumentCount => GetResourceString("FuncWrongArgumentCount", @"'JSType.Function' should have same number of generic arguments as the marshaled managed type.");
        /// <summary>Parameters with 'in', 'out' and 'ref' modifiers are not supported by source-generated JavaScript interop.</summary>
        internal static string @InOutRefNotSupported => GetResourceString("InOutRefNotSupported", @"Parameters with 'in', 'out' and 'ref' modifiers are not supported by source-generated JavaScript interop.");
        /// <summary>Marshaling 'Span' on method which returns 'Task' is not supported.</summary>
        internal static string @SpanAndTaskNotSupported => GetResourceString("SpanAndTaskNotSupported", @"Marshaling 'Span' on method which returns 'Task' is not supported.");
        /// <summary>Type {0} is not supported by source-generated JavaScript interop.</summary>
        internal static string @TypeNotSupportedName => GetResourceString("TypeNotSupportedName", @"Type {0} is not supported by source-generated JavaScript interop.");
        /// <summary>Please annotate the argument with 'JSMarshalAsAttribute' to specify marshaling of {0}.</summary>
        internal static string @UseJSMarshalAsAttribute => GetResourceString("UseJSMarshalAsAttribute", @"Please annotate the argument with 'JSMarshalAsAttribute' to specify marshaling of {0}.");
        /// <summary>JSImportAttribute requires unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</summary>
        internal static string @JSImportRequiresAllowUnsafeBlocksDescription => GetResourceString("JSImportRequiresAllowUnsafeBlocksDescription", @"JSImportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.");
        /// <summary>JSImportAttribute requires unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @JSImportRequiresAllowUnsafeBlocksMessage => GetResourceString("JSImportRequiresAllowUnsafeBlocksMessage", @"JSImportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>JSImportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @JSImportRequiresAllowUnsafeBlocksTitle => GetResourceString("JSImportRequiresAllowUnsafeBlocksTitle", @"JSImportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>JSExportAttribute requires unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</summary>
        internal static string @JSExportRequiresAllowUnsafeBlocksDescription => GetResourceString("JSExportRequiresAllowUnsafeBlocksDescription", @"JSExportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.");
        /// <summary>JSExportAttribute requires unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @JSExportRequiresAllowUnsafeBlocksMessage => GetResourceString("JSExportRequiresAllowUnsafeBlocksMessage", @"JSExportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'. For more information see https://aka.ms/dotnet-wasm-jsinterop");
        /// <summary>JSExportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary>
        internal static string @JSExportRequiresAllowUnsafeBlocksTitle => GetResourceString("JSExportRequiresAllowUnsafeBlocksTitle", @"JSExportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop");
 
    }
}