| File: src\runtime\artifacts\obj\JSImportGenerator\Release\netstandard2.0\System.SR.cs | |
| Project: src\runtime\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"); /// <summary>The '{0}' configuration is not supported by source-generated JavaScript interop.</summary> internal static string @ConfigurationNotSupportedMessage => GetResourceString("ConfigurationNotSupportedMessage"); /// <summary>Source-generated JavaScript interop will ignore any configuration that is not supported.</summary> internal static string @ConfigurationNotSupportedDescription => GetResourceString("ConfigurationNotSupportedDescription"); /// <summary>The specified value '{0}' for '{1}' is not supported by source-generated JavaScript interop.</summary> internal static string @ConfigurationNotSupportedMessageValue => GetResourceString("ConfigurationNotSupportedMessageValue"); /// <summary>The specified marshalling configuration is not supported by source-generated JavaScript interop. {0}.</summary> internal static string @ConfigurationNotSupportedMessageMarshallingInfo => GetResourceString("ConfigurationNotSupportedMessageMarshallingInfo"); /// <summary>Specified type is not supported by source-generated JavaScript interop.</summary> internal static string @TypeNotSupportedTitle => GetResourceString("TypeNotSupportedTitle"); /// <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"); /// <summary>Type is not supported by source-generated JavaScript interop.</summary> internal static string @TypeNotSupportedDescription => GetResourceString("TypeNotSupportedDescription"); /// <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"); /// <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"); /// <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"); /// <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"); /// <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"); /// <summary>Invalid 'JSImportAttribute' usage</summary> internal static string @InvalidJSImportAttributeUsageTitle => GetResourceString("InvalidJSImportAttributeUsageTitle"); /// <summary>Invalid 'JSExportAttribute' usage</summary> internal static string @InvalidJSExportAttributeUsageTitle => GetResourceString("InvalidJSExportAttributeUsageTitle"); /// <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"); /// <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"); /// <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"); /// <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"); /// <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"); /// <summary>'JSType.Discard' could be only used with void return argument.</summary> internal static string @DiscardOnlyVoid => GetResourceString("DiscardOnlyVoid"); /// <summary>'JSType.DiscardNoWait' could be only used with void returning method.</summary> internal static string @DiscardNoWaitOnlyVoid => GetResourceString("DiscardNoWaitOnlyVoid"); /// <summary>Type {0} is not supported as argument of marshaled function.</summary> internal static string @FuncArgumentNotSupported => GetResourceString("FuncArgumentNotSupported"); /// <summary>Only functions with up to 3 arguments are currently supported by source-generated JavaScript interop.</summary> internal static string @FuncTooManyArgs => GetResourceString("FuncTooManyArgs"); /// <summary>'JSType.Function' should have same number of generic arguments as the marshaled managed type.</summary> internal static string @FuncWrongArgumentCount => GetResourceString("FuncWrongArgumentCount"); /// <summary>Parameters with 'in', 'out' and 'ref' modifiers are not supported by source-generated JavaScript interop.</summary> internal static string @InOutRefNotSupported => GetResourceString("InOutRefNotSupported"); /// <summary>Marshaling 'Span' on method which returns 'Task' is not supported.</summary> internal static string @SpanAndTaskNotSupported => GetResourceString("SpanAndTaskNotSupported"); /// <summary>Type {0} is not supported by source-generated JavaScript interop.</summary> internal static string @TypeNotSupportedName => GetResourceString("TypeNotSupportedName"); /// <summary>Please annotate the argument with 'JSMarshalAsAttribute' to specify marshaling of {0}.</summary> internal static string @UseJSMarshalAsAttribute => GetResourceString("UseJSMarshalAsAttribute"); /// <summary>JSImportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</summary> internal static string @JSImportRequiresAllowUnsafeBlocksDescription => GetResourceString("JSImportRequiresAllowUnsafeBlocksDescription"); /// <summary>JSImportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary> internal static string @JSImportRequiresAllowUnsafeBlocksMessage => GetResourceString("JSImportRequiresAllowUnsafeBlocksMessage"); /// <summary>JSImportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary> internal static string @JSImportRequiresAllowUnsafeBlocksTitle => GetResourceString("JSImportRequiresAllowUnsafeBlocksTitle"); /// <summary>JSExportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</summary> internal static string @JSExportRequiresAllowUnsafeBlocksDescription => GetResourceString("JSExportRequiresAllowUnsafeBlocksDescription"); /// <summary>JSExportAttribute requires unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary> internal static string @JSExportRequiresAllowUnsafeBlocksMessage => GetResourceString("JSExportRequiresAllowUnsafeBlocksMessage"); /// <summary>JSExportAttribute requires unsafe code. For more information see https://aka.ms/dotnet-wasm-jsinterop</summary> internal static string @JSExportRequiresAllowUnsafeBlocksTitle => GetResourceString("JSExportRequiresAllowUnsafeBlocksTitle"); } }