| File: src\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Scripting\Release\net11.0\Microsoft.CodeAnalysis.Scripting.ScriptingResources.cs | |
| Project: src\roslyn\src\Scripting\Core\Microsoft.CodeAnalysis.Scripting.csproj (Microsoft.CodeAnalysis.Scripting) |
// <auto-generated> using System.Reflection; namespace Microsoft.CodeAnalysis.Scripting { internal static partial class ScriptingResources { 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(ScriptingResources))); 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>!<Stack overflow while evaluating object></summary> internal static string @StackOverflowWhileEvaluating => GetResourceString("StackOverflowWhileEvaluating"); /// <summary>Can't assign '{0}' to '{1}'.</summary> internal static string @CantAssignTo => GetResourceString("CantAssignTo"); /// <summary>Expected an assembly reference.</summary> internal static string @ExpectedAnAssemblyReference => GetResourceString("ExpectedAnAssemblyReference"); /// <summary>Display name or path cannot be empty.</summary> internal static string @DisplayNameOrPathCannotBe => GetResourceString("DisplayNameOrPathCannotBe"); /// <summary>Absolute path expected</summary> internal static string @AbsolutePathExpected => GetResourceString("AbsolutePathExpected"); /// <summary>The globals of type '{0}' is not assignable to '{1}'</summary> internal static string @GlobalsNotAssignable => GetResourceString("GlobalsNotAssignable"); /// <summary>Starting state was incompatible with script.</summary> internal static string @StartingStateIncompatible => GetResourceString("StartingStateIncompatible"); /// <summary>Invalid assembly name</summary> internal static string @InvalidAssemblyName => GetResourceString("InvalidAssemblyName"); /// <summary>Invalid characters in assemblyName</summary> internal static string @InvalidCharactersInAssemblyName => GetResourceString("InvalidCharactersInAssemblyName"); /// <summary>The script requires access to global variables but none were given</summary> internal static string @ScriptRequiresGlobalVariables => GetResourceString("ScriptRequiresGlobalVariables"); /// <summary>Global variables passed to a script without a global type</summary> internal static string @GlobalVariablesWithoutGlobalType => GetResourceString("GlobalVariablesWithoutGlobalType"); /// <summary>+ additional {0} error</summary> internal static string @PlusAdditionalError => GetResourceString("PlusAdditionalError"); /// <summary>+ additional {0} errors</summary> internal static string @PlusAdditionalErrors => GetResourceString("PlusAdditionalErrors"); /// <summary>at {0} : {1}</summary> internal static string @AtFileLine => GetResourceString("AtFileLine"); /// <summary>Cannot set a read-only variable</summary> internal static string @CannotSetReadOnlyVariable => GetResourceString("CannotSetReadOnlyVariable"); /// <summary>Cannot set a constant variable</summary> internal static string @CannotSetConstantVariable => GetResourceString("CannotSetConstantVariable"); /// <summary>Type "#help" for more information.</summary> internal static string @HelpPrompt => GetResourceString("HelpPrompt"); /// <summary>Keyboard shortcuts: /// Enter If the current submission appears to be complete, evaluate it. Otherwise, insert a new line. /// Escape Clear the current submission. /// UpArrow Replace the current submission with a previous submission. /// Dow ...</summary> internal static string @HelpText => GetResourceString("HelpText"); /// <summary>Assembly '{0}, Version={1}' has already been loaded from '{2}'. A different assembly with the same name and version can't be loaded: '{3}'.</summary> internal static string @AssemblyAlreadyLoaded => GetResourceString("AssemblyAlreadyLoaded"); /// <summary>Assembly '{0}' has already been loaded from '{1}'. A different assembly with the same name can't be loaded unless it's signed: '{2}'.</summary> internal static string @AssemblyAlreadyLoadedNotSigned => GetResourceString("AssemblyAlreadyLoadedNotSigned"); /// <summary>Cannot set {0} specific option {1} because the options were already configured for a different language.</summary> internal static string @CannotSetLanguageSpecificOption => GetResourceString("CannotSetLanguageSpecificOption"); } }