Decompiled source of SimpleElevators v1.2.7
SimpleElevators.dll
Decompiled 2 weeks ago
The result has been truncated due to the large size, download it to view full contents!
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Runtime.Versioning; using System.Security; using System.Security.Permissions; using System.Text; using System.Text.RegularExpressions; using BepInEx; using BepInEx.Bootstrap; using BepInEx.Configuration; using HarmonyLib; using JetBrains.Annotations; using LocalizationManager; using Microsoft.CodeAnalysis; using PieceManager; using ServerSync; using SimpleElevators.Functions; using TMPro; using UnityEngine; using UnityEngine.UI; using YamlDotNet.Core; using YamlDotNet.Core.Events; using YamlDotNet.Core.Tokens; using YamlDotNet.Helpers; using YamlDotNet.Serialization; using YamlDotNet.Serialization.Converters; using YamlDotNet.Serialization.EventEmitters; using YamlDotNet.Serialization.NamingConventions; using YamlDotNet.Serialization.NodeDeserializers; using YamlDotNet.Serialization.NodeTypeResolvers; using YamlDotNet.Serialization.ObjectFactories; using YamlDotNet.Serialization.ObjectGraphTraversalStrategies; using YamlDotNet.Serialization.ObjectGraphVisitors; using YamlDotNet.Serialization.Schemas; using YamlDotNet.Serialization.TypeInspectors; using YamlDotNet.Serialization.TypeResolvers; using YamlDotNet.Serialization.Utilities; using YamlDotNet.Serialization.ValueDeserializers; [assembly: Guid("73635D7F-3C50-4CB5-A2EE-3F7477A731CC")] [assembly: ComVisible(false)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCopyright("Copyright © 2023")] [assembly: AssemblyProduct("SimpleElevators")] [assembly: AssemblyCompany("blacks7ar")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyDescription("https://valheim.thunderstore.io/package/blacks7ar/SimpleElevators/")] [assembly: AssemblyTitle("SimpleElevators")] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: CompilationRelaxations(8)] [assembly: AssemblyFileVersion("1.2.7")] [assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] [assembly: AssemblyVersion("1.2.7.0")] [module: UnverifiableCode] [module: <5794a253-d8a4-4135-ba3c-4af0eccc545a>RefSafetyRules(11)] namespace Microsoft.CodeAnalysis { [<ef723ef0-9c4b-466c-931b-2c4dd0add7b7>Embedded] [CompilerGenerated] internal sealed class <ef723ef0-9c4b-466c-931b-2c4dd0add7b7>EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [<ef723ef0-9c4b-466c-931b-2c4dd0add7b7>Embedded] [CompilerGenerated] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)] internal sealed class <fb34d01a-fd45-4427-9061-bf39c58c5d68>NullableAttribute : Attribute { public readonly byte[] NullableFlags; public <fb34d01a-fd45-4427-9061-bf39c58c5d68>NullableAttribute(byte P_0) { NullableFlags = new byte[1] { P_0 }; } public <fb34d01a-fd45-4427-9061-bf39c58c5d68>NullableAttribute(byte[] P_0) { NullableFlags = P_0; } } [<ef723ef0-9c4b-466c-931b-2c4dd0add7b7>Embedded] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)] [CompilerGenerated] internal sealed class <3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContextAttribute : Attribute { public readonly byte Flag; public <3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContextAttribute(byte P_0) { Flag = P_0; } } [<ef723ef0-9c4b-466c-931b-2c4dd0add7b7>Embedded] [CompilerGenerated] [AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)] internal sealed class <5794a253-d8a4-4135-ba3c-4af0eccc545a>RefSafetyRulesAttribute : Attribute { public readonly int Version; public <5794a253-d8a4-4135-ba3c-4af0eccc545a>RefSafetyRulesAttribute(int P_0) { Version = P_0; } } } namespace SimpleElevators { [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] [BepInPlugin("blacks7ar.SimpleElevators", "SimpleElevators", "1.2.7")] public class Plugin : BaseUnityPlugin { private const string modGUID = "blacks7ar.SimpleElevators"; public const string modName = "SimpleElevators"; public const string modAuthor = "blacks7ar"; public const string modVersion = "1.2.7"; public const string modLink = "https://valheim.thunderstore.io/package/blacks7ar/SimpleElevators/"; private static readonly Harmony _harmony = new Harmony("blacks7ar.SimpleElevators"); private static readonly ConfigSync _configSync = new ConfigSync("blacks7ar.SimpleElevators") { DisplayName = "SimpleElevators", CurrentVersion = "1.2.7", MinimumRequiredVersion = "1.2.7", ModRequired = true }; private static ConfigEntry<Toggle> _serverConfigLocked; public static ConfigEntry<Toggle> _enableTriggers; public static ConfigEntry<float> _platformSpeed; private ConfigEntry<T> config<[<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(2)] T>(string group, string name, T value, ConfigDescription description, bool synchronizedConfig = true) { //IL_002a: Unknown result type (might be due to invalid IL or missing references) //IL_0030: Expected O, but got Unknown ConfigDescription val = new ConfigDescription(description.Description + (synchronizedConfig ? " [Synced with Server]" : " [Not Synced with Server]"), description.AcceptableValues, description.Tags); ConfigEntry<T> val2 = ((BaseUnityPlugin)this).Config.Bind<T>(group, name, value, val); _configSync.AddConfigEntry<T>(val2).SynchronizedConfig = synchronizedConfig; return val2; } public void Awake() { //IL_0028: Unknown result type (might be due to invalid IL or missing references) //IL_0033: Expected O, but got Unknown //IL_005f: Unknown result type (might be due to invalid IL or missing references) //IL_006a: Expected O, but got Unknown //IL_0098: Unknown result type (might be due to invalid IL or missing references) //IL_00a3: Expected O, but got Unknown Localizer.Load(); ((BaseUnityPlugin)this).Config.SaveOnConfigSet = false; _serverConfigLocked = config("1- ServerSync", "Lock Configuration", Toggle.On, new ConfigDescription("If On, the configuration is locked and can be changed by server admins only.", (AcceptableValueBase)null, Array.Empty<object>())); _configSync.AddLockingConfigEntry<Toggle>(_serverConfigLocked); _enableTriggers = config("2- General", "Automatic Triggers", Toggle.On, new ConfigDescription("If On, platforms will move automatically when player step on it.", (AcceptableValueBase)null, Array.Empty<object>())); _platformSpeed = config("2- General", "Platform Speed", 2f, new ConfigDescription("Elevator platforms speed when moving.", (AcceptableValueBase)(object)new AcceptableValueRange<float>(1f, 5f), Array.Empty<object>())); SetupPrefabs.Init(); ((BaseUnityPlugin)this).Config.SaveOnConfigSet = true; ((BaseUnityPlugin)this).Config.Save(); Assembly executingAssembly = Assembly.GetExecutingAssembly(); _harmony.PatchAll(executingAssembly); } private void OnDestroy() { ((BaseUnityPlugin)this).Config.Save(); } } } namespace SimpleElevators.Functions { [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] public static class ElevatorSetups { public static void TwoSwitchElevator(GameObject gameObject) { Transform val = Utils.FindChild(gameObject.transform, "platform", (IterativeSearchType)0); if (!Object.op_Implicit((Object)(object)((Component)val).gameObject.GetComponent<Elevator>())) { Elevator elevator = ((Component)val).gameObject.AddComponent<Elevator>(); elevator.m_canMove = false; elevator.m_speed = Plugin._platformSpeed.Value; elevator.m_startPoint = 0; elevator.m_points = (Transform[])(object)new Transform[2] { Utils.FindChild(gameObject.transform, "point_a", (IterativeSearchType)0), Utils.FindChild(gameObject.transform, "point_b", (IterativeSearchType)0) }; ((Component)val).gameObject.AddComponent<ParentPlatform>(); ((Component)val).gameObject.AddComponent<ElevatorSwitch>(); ((Component)val).gameObject.AddComponent<TriggerPlatform>(); Transform val2 = Utils.FindChild(gameObject.transform, "switch_a", (IterativeSearchType)0); Transform obj = Utils.FindChild(gameObject.transform, "switch_b", (IterativeSearchType)0); ((Component)val2).gameObject.AddComponent<ElevatorSwitch>(); ((Component)obj).gameObject.AddComponent<ElevatorSwitch>(); } } public static void SingleSwitchElevator(GameObject gameObject) { Transform val = Utils.FindChild(gameObject.transform, "platform", (IterativeSearchType)0); if (!Object.op_Implicit((Object)(object)((Component)val).gameObject.GetComponent<Elevator>())) { Elevator elevator = ((Component)val).gameObject.AddComponent<Elevator>(); elevator.m_canMove = false; elevator.m_speed = Plugin._platformSpeed.Value; elevator.m_startPoint = 0; elevator.m_points = (Transform[])(object)new Transform[2] { Utils.FindChild(gameObject.transform, "point_a", (IterativeSearchType)0), Utils.FindChild(gameObject.transform, "point_b", (IterativeSearchType)0) }; ((Component)val).gameObject.AddComponent<ParentPlatform>(); ((Component)val).gameObject.AddComponent<ElevatorSwitch>(); ((Component)val).gameObject.AddComponent<TriggerPlatform>(); ((Component)Utils.FindChild(gameObject.transform, "switch", (IterativeSearchType)0)).gameObject.AddComponent<ElevatorSwitch>(); } } public static void TwoWayElevator(GameObject gameObject) { Transform val = Utils.FindChild(gameObject.transform, "platform", (IterativeSearchType)0); if (!Object.op_Implicit((Object)(object)((Component)val).gameObject.GetComponent<Elevator>())) { Elevator elevator = ((Component)val).gameObject.AddComponent<Elevator>(); elevator.m_canMove = false; elevator.m_speed = Plugin._platformSpeed.Value; elevator.m_startPoint = 0; elevator.m_points = (Transform[])(object)new Transform[3] { Utils.FindChild(gameObject.transform, "point_a", (IterativeSearchType)0), Utils.FindChild(gameObject.transform, "point_b", (IterativeSearchType)0), Utils.FindChild(gameObject.transform, "point_c", (IterativeSearchType)0) }; ((Component)val).gameObject.AddComponent<ParentPlatform>(); ((Component)val).gameObject.AddComponent<ElevatorSwitch>(); ((Component)val).gameObject.AddComponent<TriggerPlatform>(); Transform val2 = Utils.FindChild(gameObject.transform, "switch_a", (IterativeSearchType)0); Transform obj = Utils.FindChild(gameObject.transform, "switch_b", (IterativeSearchType)0); ((Component)val2).gameObject.AddComponent<ElevatorSwitch>(); ((Component)obj).gameObject.AddComponent<ElevatorSwitch>(); } } } [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] public class ElevatorSwitch : MonoBehaviour, Hoverable, Interactable { public Elevator elevator; public string m_name; private void Start() { m_name = ((Component)this).GetComponentInParent<Piece>().m_name; Piece componentInParent = ((Component)this).GetComponentInParent<Piece>(); elevator = ((Component)componentInParent).gameObject.GetComponentInChildren<Elevator>(); } public string GetHoverText() { return Localization.instance.Localize(m_name + "\n[<color=yellow><b>$KEY_Use</b></color>] $bse_activate"); } public string GetHoverName() { return m_name; } public bool Interact(Humanoid user, bool hold, bool alt) { if (hold) { return false; } if (elevator.m_canMove) { return true; } elevator.m_speed = Plugin._platformSpeed.Value; elevator.m_canMove = true; return true; } public bool UseItem(Humanoid user, ItemData item) { return false; } } public class Elevator : MonoBehaviour { public bool m_canMove = true; public float m_speed; public int m_startPoint; [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(1)] public Transform[] m_points; private int i; private bool _reverse; private void Start() { //IL_0013: Unknown result type (might be due to invalid IL or missing references) ((Component)this).transform.position = m_points[m_startPoint].position; i = m_startPoint; } private void Update() { //IL_0006: Unknown result type (might be due to invalid IL or missing references) //IL_0018: Unknown result type (might be due to invalid IL or missing references) //IL_00b0: Unknown result type (might be due to invalid IL or missing references) //IL_00c2: Unknown result type (might be due to invalid IL or missing references) //IL_00d3: Unknown result type (might be due to invalid IL or missing references) if (Vector3.Distance(((Component)this).transform.position, m_points[i].position) < 0.01f) { m_canMove = false; if (i == m_points.Length - 1) { _reverse = true; i--; return; } if (i == 0) { _reverse = false; i++; return; } if (_reverse) { i--; } else { i++; } } if (m_canMove) { ((Component)this).transform.position = Vector3.MoveTowards(((Component)this).transform.position, m_points[i].position, m_speed * Time.deltaTime); } } } [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] public class ParentPlatform : MonoBehaviour { private Piece m_piece; private void Awake() { m_piece = ((Component)this).GetComponentInParent<Piece>(); } private void OnCollisionEnter(Collision other) { other.transform.SetParent(((Component)this).transform); other.gameObject.GetComponent<Rigidbody>().interpolation = (RigidbodyInterpolation)0; m_piece.m_canBeRemoved = false; } private void OnCollisionExit(Collision other) { other.transform.SetParent((Transform)null); other.gameObject.GetComponent<Rigidbody>().interpolation = (RigidbodyInterpolation)1; m_piece.m_canBeRemoved = true; } } [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] public static class SetupPrefabs { private static AssetBundle _elevatorBundle; private const string _category = "SimpleElevators"; public static void Init() { _elevatorBundle = PiecePrefabManager.RegisterAssetBundle("elevatorbundle"); DiagonalPlatforms(); HorizontalPlatforms(); Elevators(); VerticalPlatforms(); Effects(); } private static void DiagonalPlatforms() { BuildPiece buildPiece = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform1x1"); buildPiece.Crafting.Set(CraftingTable.Workbench); buildPiece.Category.Set("SimpleElevators"); buildPiece.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece.RequiredItems.Add("Copper", 2, recover: true); buildPiece.RequiredItems.Add("Wood", 10, recover: true); buildPiece.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece.Prefab); BuildPiece buildPiece2 = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform2x2"); buildPiece2.Crafting.Set(CraftingTable.Workbench); buildPiece2.Category.Set("SimpleElevators"); buildPiece2.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece2.RequiredItems.Add("Copper", 3, recover: true); buildPiece2.RequiredItems.Add("Wood", 20, recover: true); buildPiece2.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece2.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece2.Prefab); BuildPiece buildPiece3 = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform4x4"); buildPiece3.Crafting.Set(CraftingTable.Workbench); buildPiece3.Category.Set("SimpleElevators"); buildPiece3.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece3.RequiredItems.Add("Copper", 4, recover: true); buildPiece3.RequiredItems.Add("Wood", 40, recover: true); buildPiece3.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece3.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece3.Prefab); BuildPiece buildPiece4 = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform_BlackMarble1x1"); buildPiece4.Crafting.Set(CraftingTable.Workbench); buildPiece4.Category.Set("SimpleElevators"); buildPiece4.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece4.RequiredItems.Add("Iron", 2, recover: true); buildPiece4.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece4.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece4.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece4.Prefab); BuildPiece buildPiece5 = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform_BlackMarble2x2"); buildPiece5.Crafting.Set(CraftingTable.Workbench); buildPiece5.Category.Set("SimpleElevators"); buildPiece5.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece5.RequiredItems.Add("Iron", 3, recover: true); buildPiece5.RequiredItems.Add("BlackMarble", 30, recover: true); buildPiece5.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece5.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece5.Prefab); BuildPiece buildPiece6 = new BuildPiece(_elevatorBundle, "BSE_DiagonalPlatform_BlackMarble4x4"); buildPiece6.Crafting.Set(CraftingTable.Workbench); buildPiece6.Category.Set("SimpleElevators"); buildPiece6.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece6.RequiredItems.Add("Iron", 4, recover: true); buildPiece6.RequiredItems.Add("BlackMarble", 40, recover: true); buildPiece6.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece6.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece6.Prefab); } private static void HorizontalPlatforms() { BuildPiece buildPiece = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform1x1"); buildPiece.Crafting.Set(CraftingTable.Workbench); buildPiece.Category.Set("SimpleElevators"); buildPiece.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece.RequiredItems.Add("Copper", 2, recover: true); buildPiece.RequiredItems.Add("Wood", 10, recover: true); buildPiece.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece.Prefab); BuildPiece buildPiece2 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform1x2"); buildPiece2.Crafting.Set(CraftingTable.Workbench); buildPiece2.Category.Set("SimpleElevators"); buildPiece2.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece2.RequiredItems.Add("Copper", 2, recover: true); buildPiece2.RequiredItems.Add("Wood", 10, recover: true); buildPiece2.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece2.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece2.Prefab); BuildPiece buildPiece3 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform1x3"); buildPiece3.Crafting.Set(CraftingTable.Workbench); buildPiece3.Category.Set("SimpleElevators"); buildPiece3.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece3.RequiredItems.Add("Copper", 2, recover: true); buildPiece3.RequiredItems.Add("Wood", 10, recover: true); buildPiece3.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece3.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece3.Prefab); BuildPiece buildPiece4 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform2x1"); buildPiece4.Crafting.Set(CraftingTable.Workbench); buildPiece4.Category.Set("SimpleElevators"); buildPiece4.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece4.RequiredItems.Add("Copper", 3, recover: true); buildPiece4.RequiredItems.Add("Wood", 20, recover: true); buildPiece4.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece4.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece4.Prefab); BuildPiece buildPiece5 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform2x2"); buildPiece5.Crafting.Set(CraftingTable.Workbench); buildPiece5.Category.Set("SimpleElevators"); buildPiece5.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece5.RequiredItems.Add("Copper", 3, recover: true); buildPiece5.RequiredItems.Add("Wood", 20, recover: true); buildPiece5.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece5.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece5.Prefab); BuildPiece buildPiece6 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform2x3"); buildPiece6.Crafting.Set(CraftingTable.Workbench); buildPiece6.Category.Set("SimpleElevators"); buildPiece6.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece6.RequiredItems.Add("Copper", 3, recover: true); buildPiece6.RequiredItems.Add("Wood", 20, recover: true); buildPiece6.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece6.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece6.Prefab); BuildPiece buildPiece7 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble1x1"); buildPiece7.Crafting.Set(CraftingTable.Workbench); buildPiece7.Category.Set("SimpleElevators"); buildPiece7.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece7.RequiredItems.Add("Iron", 2, recover: true); buildPiece7.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece7.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece7.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece7.Prefab); BuildPiece buildPiece8 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble1x2"); buildPiece8.Crafting.Set(CraftingTable.Workbench); buildPiece8.Category.Set("SimpleElevators"); buildPiece8.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece8.RequiredItems.Add("Iron", 2, recover: true); buildPiece8.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece8.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece8.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece8.Prefab); BuildPiece buildPiece9 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble1x3"); buildPiece9.Crafting.Set(CraftingTable.Workbench); buildPiece9.Category.Set("SimpleElevators"); buildPiece9.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece9.RequiredItems.Add("Iron", 2, recover: true); buildPiece9.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece9.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece9.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece9.Prefab); BuildPiece buildPiece10 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble2x1"); buildPiece10.Crafting.Set(CraftingTable.Workbench); buildPiece10.Category.Set("SimpleElevators"); buildPiece10.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece10.RequiredItems.Add("Iron", 3, recover: true); buildPiece10.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece10.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece10.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece10.Prefab); BuildPiece buildPiece11 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble2x2"); buildPiece11.Crafting.Set(CraftingTable.Workbench); buildPiece11.Category.Set("SimpleElevators"); buildPiece11.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece11.RequiredItems.Add("Iron", 3, recover: true); buildPiece11.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece11.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece11.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece11.Prefab); BuildPiece buildPiece12 = new BuildPiece(_elevatorBundle, "BSE_HorizontalPlatform_BlackMarble2x3"); buildPiece12.Crafting.Set(CraftingTable.Workbench); buildPiece12.Category.Set("SimpleElevators"); buildPiece12.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece12.RequiredItems.Add("Iron", 3, recover: true); buildPiece12.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece12.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece12.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece12.Prefab); } private static void Elevators() { BuildPiece buildPiece = new BuildPiece(_elevatorBundle, "BSE_LargeElevator"); buildPiece.Crafting.Set(CraftingTable.Workbench); buildPiece.Category.Set("SimpleElevators"); buildPiece.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece.RequiredItems.Add("Copper", 6, recover: true); buildPiece.RequiredItems.Add("Wood", 30, recover: true); buildPiece.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece.Prefab); BuildPiece buildPiece2 = new BuildPiece(_elevatorBundle, "BSE_LargeElevator2"); buildPiece2.Crafting.Set(CraftingTable.Workbench); buildPiece2.Category.Set("SimpleElevators"); buildPiece2.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece2.RequiredItems.Add("Copper", 16, recover: true); buildPiece2.RequiredItems.Add("Wood", 40, recover: true); buildPiece2.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece2.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece2.Prefab); BuildPiece buildPiece3 = new BuildPiece(_elevatorBundle, "BSE_LargeElevator2_BlackMarble"); buildPiece3.Crafting.Set(CraftingTable.Workbench); buildPiece3.Category.Set("SimpleElevators"); buildPiece3.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece3.RequiredItems.Add("Iron", 16, recover: true); buildPiece3.RequiredItems.Add("BlackMarble", 40, recover: true); buildPiece3.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece3.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece3.Prefab); BuildPiece buildPiece4 = new BuildPiece(_elevatorBundle, "BSE_LargeElevator_BlackMarble"); buildPiece4.Crafting.Set(CraftingTable.Workbench); buildPiece4.Category.Set("SimpleElevators"); buildPiece4.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece4.RequiredItems.Add("Iron", 6, recover: true); buildPiece4.RequiredItems.Add("BlackMarble", 30, recover: true); buildPiece4.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece4.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece4.Prefab); BuildPiece buildPiece5 = new BuildPiece(_elevatorBundle, "BSE_MineElevator1"); buildPiece5.Crafting.Set(CraftingTable.Workbench); buildPiece5.Category.Set("SimpleElevators"); buildPiece5.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece5.RequiredItems.Add("Copper", 2, recover: true); buildPiece5.RequiredItems.Add("Wood", 10, recover: true); buildPiece5.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece5.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece5.Prefab); BuildPiece buildPiece6 = new BuildPiece(_elevatorBundle, "BSE_MineElevator1_BlackMarble"); buildPiece6.Crafting.Set(CraftingTable.Workbench); buildPiece6.Category.Set("SimpleElevators"); buildPiece6.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece6.RequiredItems.Add("Iron", 2, recover: true); buildPiece6.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece6.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece6.Prefab); ElevatorSetups.SingleSwitchElevator(buildPiece6.Prefab); BuildPiece buildPiece7 = new BuildPiece(_elevatorBundle, "BSE_MineElevator2"); buildPiece7.Crafting.Set(CraftingTable.Workbench); buildPiece7.Category.Set("SimpleElevators"); buildPiece7.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece7.RequiredItems.Add("Copper", 4, recover: true); buildPiece7.RequiredItems.Add("Wood", 20, recover: true); buildPiece7.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece7.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece7.Prefab); BuildPiece buildPiece8 = new BuildPiece(_elevatorBundle, "BSE_MineElevator2_BlackMarble"); buildPiece8.Crafting.Set(CraftingTable.Workbench); buildPiece8.Category.Set("SimpleElevators"); buildPiece8.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece8.RequiredItems.Add("Iron", 4, recover: true); buildPiece8.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece8.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece8.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece8.Prefab); BuildPiece buildPiece9 = new BuildPiece(_elevatorBundle, "BSE_MineElevator3"); buildPiece9.Crafting.Set(CraftingTable.Workbench); buildPiece9.Category.Set("SimpleElevators"); buildPiece9.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece9.RequiredItems.Add("Copper", 6, recover: true); buildPiece9.RequiredItems.Add("Wood", 30, recover: true); buildPiece9.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece9.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece9.Prefab); BuildPiece buildPiece10 = new BuildPiece(_elevatorBundle, "BSE_MineElevator3_BlackMarble"); buildPiece10.Crafting.Set(CraftingTable.Workbench); buildPiece10.Category.Set("SimpleElevators"); buildPiece10.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece10.RequiredItems.Add("Iron", 6, recover: true); buildPiece10.RequiredItems.Add("BlackMarble", 30, recover: true); buildPiece10.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece10.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece10.Prefab); BuildPiece buildPiece11 = new BuildPiece(_elevatorBundle, "BSE_MineElevator4"); buildPiece11.Crafting.Set(CraftingTable.Workbench); buildPiece11.Category.Set("SimpleElevators"); buildPiece11.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece11.RequiredItems.Add("Copper", 8, recover: true); buildPiece11.RequiredItems.Add("Wood", 40, recover: true); buildPiece11.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece11.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece11.Prefab); BuildPiece buildPiece12 = new BuildPiece(_elevatorBundle, "BSE_MineElevator4_BlackMarble"); buildPiece12.Crafting.Set(CraftingTable.Workbench); buildPiece12.Category.Set("SimpleElevators"); buildPiece12.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece12.RequiredItems.Add("Iron", 8, recover: true); buildPiece12.RequiredItems.Add("BlackMarble", 40, recover: true); buildPiece12.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece12.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece12.Prefab); BuildPiece buildPiece13 = new BuildPiece(_elevatorBundle, "BSE_SmallElevator"); buildPiece13.Crafting.Set(CraftingTable.Workbench); buildPiece13.Category.Set("SimpleElevators"); buildPiece13.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece13.RequiredItems.Add("Copper", 2, recover: true); buildPiece13.RequiredItems.Add("Wood", 10, recover: true); buildPiece13.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece13.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece13.Prefab); BuildPiece buildPiece14 = new BuildPiece(_elevatorBundle, "BSE_SmallElevator_BlackMarble"); buildPiece14.Crafting.Set(CraftingTable.Workbench); buildPiece14.Category.Set("SimpleElevators"); buildPiece14.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece14.RequiredItems.Add("Iron", 2, recover: true); buildPiece14.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece14.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece14.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece14.Prefab); BuildPiece buildPiece15 = new BuildPiece(_elevatorBundle, "BSE_TwoWayElevator"); buildPiece15.Crafting.Set(CraftingTable.Workbench); buildPiece15.Category.Set("SimpleElevators"); buildPiece15.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece15.RequiredItems.Add("Copper", 32, recover: true); buildPiece15.RequiredItems.Add("Wood", 60, recover: true); buildPiece15.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece15.Prefab); ElevatorSetups.TwoWayElevator(buildPiece15.Prefab); BuildPiece buildPiece16 = new BuildPiece(_elevatorBundle, "BSE_TwoWayElevator_BlackMarble"); buildPiece16.Crafting.Set(CraftingTable.Workbench); buildPiece16.Category.Set("SimpleElevators"); buildPiece16.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece16.RequiredItems.Add("Iron", 32, recover: true); buildPiece16.RequiredItems.Add("BlackMarble", 60, recover: true); buildPiece16.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece16.Prefab); ElevatorSetups.TwoWayElevator(buildPiece16.Prefab); } private static void VerticalPlatforms() { BuildPiece buildPiece = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform1x1"); buildPiece.Crafting.Set(CraftingTable.Workbench); buildPiece.Category.Set("SimpleElevators"); buildPiece.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece.RequiredItems.Add("Copper", 2, recover: true); buildPiece.RequiredItems.Add("Wood", 10, recover: true); buildPiece.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece.Prefab); BuildPiece buildPiece2 = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform2x2"); buildPiece2.Crafting.Set(CraftingTable.Workbench); buildPiece2.Category.Set("SimpleElevators"); buildPiece2.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece2.RequiredItems.Add("Copper", 3, recover: true); buildPiece2.RequiredItems.Add("Wood", 20, recover: true); buildPiece2.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece2.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece2.Prefab); BuildPiece buildPiece3 = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform4x4"); buildPiece3.Crafting.Set(CraftingTable.Workbench); buildPiece3.Category.Set("SimpleElevators"); buildPiece3.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece3.RequiredItems.Add("Copper", 4, recover: true); buildPiece3.RequiredItems.Add("Wood", 40, recover: true); buildPiece3.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece3.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece3.Prefab); BuildPiece buildPiece4 = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform_BlackMarble1x1"); buildPiece4.Crafting.Set(CraftingTable.Workbench); buildPiece4.Category.Set("SimpleElevators"); buildPiece4.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece4.RequiredItems.Add("Iron", 2, recover: true); buildPiece4.RequiredItems.Add("BlackMarble", 10, recover: true); buildPiece4.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece4.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece4.Prefab); BuildPiece buildPiece5 = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform_BlackMarble2x2"); buildPiece5.Crafting.Set(CraftingTable.Workbench); buildPiece5.Category.Set("SimpleElevators"); buildPiece5.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece5.RequiredItems.Add("Iron", 3, recover: true); buildPiece5.RequiredItems.Add("BlackMarble", 20, recover: true); buildPiece5.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece5.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece5.Prefab); BuildPiece buildPiece6 = new BuildPiece(_elevatorBundle, "BSE_VerticalPlatform_BlackMarble4x4"); buildPiece6.Crafting.Set(CraftingTable.Workbench); buildPiece6.Category.Set("SimpleElevators"); buildPiece6.RequiredItems.Add("SurtlingCore", 1, recover: true); buildPiece6.RequiredItems.Add("Iron", 4, recover: true); buildPiece6.RequiredItems.Add("BlackMarble", 40, recover: true); buildPiece6.SpecialProperties = new SpecialProperties { AdminOnly = false, NoConfig = false }; ShaderReplacer.Replace(buildPiece6.Prefab); ElevatorSetups.TwoSwitchElevator(buildPiece6.Prefab); } private static void Effects() { PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_sfx_build_hammer_stone"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_sfx_build_hammer_wood"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_sfx_rock_destroyed"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_sfx_wood_destroyed"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_vfx_MarbleDestroyed"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_vfx_MarbleHit"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_vfx_Place_stone_wall_2x1"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_vfx_Place_workbench"); PiecePrefabManager.RegisterPrefab(_elevatorBundle, "bse_vfx_SawDust"); } } [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] public static class ShaderReplacer { private static readonly List<GameObject> GOToSwap; static ShaderReplacer() { //IL_000f: Unknown result type (might be due to invalid IL or missing references) //IL_0041: Unknown result type (might be due to invalid IL or missing references) //IL_004e: Expected O, but got Unknown GOToSwap = new List<GameObject>(); new Harmony("blacks7ar.utilities.ShaderReplacer").Patch((MethodBase)AccessTools.DeclaredMethod(typeof(FejdStartup), "Awake", (Type[])null, (Type[])null), (HarmonyMethod)null, new HarmonyMethod(AccessTools.DeclaredMethod(typeof(ShaderReplacer), "ReplaceShaderPatch", (Type[])null, (Type[])null)), (HarmonyMethod)null, (HarmonyMethod)null, (HarmonyMethod)null); } public static void Replace(GameObject gameObject) { GOToSwap.Add(gameObject); } [HarmonyPriority(700)] private static void ReplaceShaderPatch() { foreach (Material item in from gameObject in GOToSwap select gameObject.GetComponentsInChildren<Renderer>(true) into renderers from renderer in renderers where (Object)(object)renderer != (Object)null from material in renderer.sharedMaterials where (Object)(object)material != (Object)null select material) { Shader[] array = Resources.FindObjectsOfTypeAll<Shader>(); foreach (Shader val in array) { if (((Object)item.shader).name == ((Object)val).name) { item.shader = val; } } } } } public enum Toggle { On = 1, Off = 0 } [<3528fb39-f314-4f8c-8926-3f2a92bcfb62>NullableContext(1)] [<fb34d01a-fd45-4427-9061-bf39c58c5d68>Nullable(0)] public class TriggerPlatform : MonoBehaviour { private Elevator _platform; private void Start() { _platform = ((Component)this).GetComponent<Elevator>(); } private void OnTriggerEnter(Collider other) { if (Plugin._enableTriggers.Value == Toggle.On) { _platform.m_speed = Plugin._platformSpeed.Value; _platform.m_canMove = true; } } } } namespace Microsoft.CodeAnalysis { [CompilerGenerated] [<b89b921d-8954-4084-bd4d-1feb826a594e>Embedded] internal sealed class <b89b921d-8954-4084-bd4d-1feb826a594e>EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [CompilerGenerated] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)] [<b89b921d-8954-4084-bd4d-1feb826a594e>Embedded] internal sealed class <f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>NullableAttribute : Attribute { public readonly byte[] NullableFlags; public <f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>NullableAttribute(byte P_0) { NullableFlags = new byte[1] { P_0 }; } public <f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>NullableAttribute(byte[] P_0) { NullableFlags = P_0; } } [<b89b921d-8954-4084-bd4d-1feb826a594e>Embedded] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)] [CompilerGenerated] internal sealed class <bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContextAttribute : Attribute { public readonly byte Flag; public <bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContextAttribute(byte P_0) { Flag = P_0; } } } namespace LocalizationManager { [<f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(0)] [PublicAPI] [<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(1)] internal class Localizer { private static readonly Dictionary<string, Dictionary<string, Func<string>>> PlaceholderProcessors; private static readonly Dictionary<string, Dictionary<string, string>> loadedTexts; private static readonly ConditionalWeakTable<Localization, string> localizationLanguage; private static readonly List<WeakReference<Localization>> localizationObjects; [<f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(2)] private static BaseUnityPlugin _plugin; private static readonly List<string> fileExtensions; private static BaseUnityPlugin plugin { get { //IL_009b: Unknown result type (might be due to invalid IL or missing references) //IL_00a5: Expected O, but got Unknown if (_plugin == null) { IEnumerable<TypeInfo> source; try { source = Assembly.GetExecutingAssembly().DefinedTypes.ToList(); } catch (ReflectionTypeLoadException ex) { source = from t in ex.Types where t != null select t.GetTypeInfo(); } _plugin = (BaseUnityPlugin)Chainloader.ManagerObject.GetComponent((Type)source.First([<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(0)] (TypeInfo t) => t.IsClass && typeof(BaseUnityPlugin).IsAssignableFrom(t))); } return _plugin; } } private static void UpdatePlaceholderText(Localization localization, string key) { localizationLanguage.TryGetValue(localization, out var value); string text = loadedTexts[value][key]; if (PlaceholderProcessors.TryGetValue(key, out var value2)) { text = value2.Aggregate(text, [<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(0)] (string current, KeyValuePair<string, Func<string>> kv) => current.Replace("{" + kv.Key + "}", kv.Value())); } localization.AddWord(key, text); } public static void AddPlaceholder<T>(string key, string placeholder, ConfigEntry<T> config, [<f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(new byte[] { 2, 1, 1 })] Func<T, string> convertConfigValue = null) { if (convertConfigValue == null) { convertConfigValue = [<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(0)] [return: <f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(1)] (T val) => val.ToString(); } if (!PlaceholderProcessors.ContainsKey(key)) { PlaceholderProcessors[key] = new Dictionary<string, Func<string>>(); } config.SettingChanged += [<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(0)] (object _, EventArgs _) => { UpdatePlaceholder(); }; if (loadedTexts.ContainsKey(Localization.instance.GetSelectedLanguage())) { UpdatePlaceholder(); } void UpdatePlaceholder() { PlaceholderProcessors[key][placeholder] = () => convertConfigValue(config.Value); UpdatePlaceholderText(Localization.instance, key); } } public static void AddText(string key, string text) { List<WeakReference<Localization>> list = new List<WeakReference<Localization>>(); foreach (WeakReference<Localization> localizationObject in localizationObjects) { if (localizationObject.TryGetTarget(out var target)) { Dictionary<string, string> dictionary = loadedTexts[localizationLanguage.GetOrCreateValue(target)]; if (!target.m_translations.ContainsKey(key)) { dictionary[key] = text; target.AddWord(key, text); } } else { list.Add(localizationObject); } } foreach (WeakReference<Localization> item in list) { localizationObjects.Remove(item); } } public static void Load() { LoadLocalization(Localization.instance, Localization.instance.GetSelectedLanguage()); } private static void LoadLocalization(Localization __instance, string language) { if (!localizationLanguage.Remove(__instance)) { localizationObjects.Add(new WeakReference<Localization>(__instance)); } localizationLanguage.Add(__instance, language); Dictionary<string, string> dictionary = new Dictionary<string, string>(); foreach (string item in from f in Directory.GetFiles(Path.GetDirectoryName(Paths.PluginPath), plugin.Info.Metadata.Name + ".*", SearchOption.AllDirectories) where fileExtensions.IndexOf(Path.GetExtension(f)) >= 0 select f) { string text = Path.GetFileNameWithoutExtension(item).Split(new char[1] { '.' })[1]; if (dictionary.ContainsKey(text)) { Debug.LogWarning((object)("Duplicate key " + text + " found for " + plugin.Info.Metadata.Name + ". The duplicate file found at " + item + " will be skipped.")); } else { dictionary[text] = item; } } byte[] array = LoadTranslationFromAssembly("English"); if (array == null) { throw new Exception("Found no English localizations in mod " + plugin.Info.Metadata.Name + ". Expected an embedded resource translations/English.json or translations/English.yml."); } Dictionary<string, string> dictionary2 = new DeserializerBuilder().IgnoreFields().Build().Deserialize<Dictionary<string, string>>(Encoding.UTF8.GetString(array)); if (dictionary2 == null) { throw new Exception("Localization for mod " + plugin.Info.Metadata.Name + " failed: Localization file was empty."); } string text2 = null; if (language != "English") { if (dictionary.ContainsKey(language)) { text2 = File.ReadAllText(dictionary[language]); } else { byte[] array2 = LoadTranslationFromAssembly(language); if (array2 != null) { text2 = Encoding.UTF8.GetString(array2); } } } if (text2 == null && dictionary.ContainsKey("English")) { text2 = File.ReadAllText(dictionary["English"]); } if (text2 != null) { foreach (KeyValuePair<string, string> item2 in new DeserializerBuilder().IgnoreFields().Build().Deserialize<Dictionary<string, string>>(text2) ?? new Dictionary<string, string>()) { dictionary2[item2.Key] = item2.Value; } } loadedTexts[language] = dictionary2; foreach (KeyValuePair<string, string> item3 in dictionary2) { UpdatePlaceholderText(__instance, item3.Key); } } static Localizer() { //IL_004d: Unknown result type (might be due to invalid IL or missing references) //IL_007f: Unknown result type (might be due to invalid IL or missing references) //IL_008c: Expected O, but got Unknown PlaceholderProcessors = new Dictionary<string, Dictionary<string, Func<string>>>(); loadedTexts = new Dictionary<string, Dictionary<string, string>>(); localizationLanguage = new ConditionalWeakTable<Localization, string>(); localizationObjects = new List<WeakReference<Localization>>(); fileExtensions = new List<string> { ".json", ".yml" }; new Harmony("org.bepinex.helpers.LocalizationManager").Patch((MethodBase)AccessTools.DeclaredMethod(typeof(Localization), "LoadCSV", (Type[])null, (Type[])null), (HarmonyMethod)null, new HarmonyMethod(AccessTools.DeclaredMethod(typeof(Localizer), "LoadLocalization", (Type[])null, (Type[])null)), (HarmonyMethod)null, (HarmonyMethod)null, (HarmonyMethod)null); } [return: <f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(2)] private static byte[] LoadTranslationFromAssembly(string language) { foreach (string fileExtension in fileExtensions) { byte[] array = ReadEmbeddedFileBytes("translations." + language + fileExtension); if (array != null) { return array; } } return null; } [<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(2)] public static byte[] ReadEmbeddedFileBytes([<f6f8ff5f-fa45-43ba-9489-b740a9e7c98b>Nullable(1)] string resourceFileName, Assembly containingAssembly = null) { using MemoryStream memoryStream = new MemoryStream(); if ((object)containingAssembly == null) { containingAssembly = Assembly.GetCallingAssembly(); } string text = containingAssembly.GetManifestResourceNames().FirstOrDefault([<bb5e3e5e-5c47-485a-88ef-ea5afd7f01c7>NullableContext(0)] (string str) => str.EndsWith(resourceFileName, StringComparison.Ordinal)); if (text != null) { containingAssembly.GetManifestResourceStream(text)?.CopyTo(memoryStream); } return (memoryStream.Length == 0L) ? null : memoryStream.ToArray(); } } } namespace Microsoft.CodeAnalysis { [<f51db71f-89a1-4396-aad2-01e8ee3542c5>Embedded] [CompilerGenerated] internal sealed class <f51db71f-89a1-4396-aad2-01e8ee3542c5>EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [<f51db71f-89a1-4396-aad2-01e8ee3542c5>Embedded] [CompilerGenerated] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)] internal sealed class <6d5b564d-4616-4d94-af33-b6d14e2167cc>NullableAttribute : Attribute { public readonly byte[] NullableFlags; public <6d5b564d-4616-4d94-af33-b6d14e2167cc>NullableAttribute(byte P_0) { NullableFlags = new byte[1] { P_0 }; } public <6d5b564d-4616-4d94-af33-b6d14e2167cc>NullableAttribute(byte[] P_0) { NullableFlags = P_0; } } [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)] [<f51db71f-89a1-4396-aad2-01e8ee3542c5>Embedded] [CompilerGenerated] internal sealed class <ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContextAttribute : Attribute { public readonly byte Flag; public <ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContextAttribute(byte P_0) { Flag = P_0; } } } namespace System.Diagnostics.CodeAnalysis { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)] internal sealed class AllowNullAttribute : Attribute { } [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)] internal sealed class DisallowNullAttribute : Attribute { } [AttributeUsage(AttributeTargets.Method, Inherited = false)] internal sealed class DoesNotReturnAttribute : Attribute { } [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] internal sealed class DoesNotReturnIfAttribute : Attribute { public bool ParameterValue { get; } public DoesNotReturnIfAttribute(bool parameterValue) { ParameterValue = parameterValue; } } [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, Inherited = false)] internal sealed class MaybeNullAttribute : Attribute { } [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] internal sealed class MaybeNullWhenAttribute : Attribute { public bool ReturnValue { get; } public MaybeNullWhenAttribute(bool returnValue) { ReturnValue = returnValue; } } [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, Inherited = false)] internal sealed class NotNullAttribute : Attribute { } [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = true, Inherited = false)] [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal sealed class NotNullIfNotNullAttribute : Attribute { public string ParameterName { get; } public NotNullIfNotNullAttribute(string parameterName) { ParameterName = parameterName; } } [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] internal sealed class NotNullWhenAttribute : Attribute { public bool ReturnValue { get; } public NotNullWhenAttribute(bool returnValue) { ReturnValue = returnValue; } } } namespace System.Collections.Generic { internal static class DeconstructionExtensions { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public static void Deconstruct<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TKey, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TValue>([<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 0, 1, 1 })] this KeyValuePair<TKey, TValue> pair, out TKey key, out TValue value) { key = pair.Key; value = pair.Value; } } } namespace YamlDotNet { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] internal sealed class CultureInfoAdapter : CultureInfo { private readonly IFormatProvider provider; public CultureInfoAdapter(CultureInfo baseCulture, IFormatProvider provider) : base(baseCulture.LCID) { this.provider = provider; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(2)] public override object GetFormat(Type formatType) { return provider.GetFormat(formatType); } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] internal static class ReflectionExtensions { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] private static readonly FieldInfo RemoteStackTraceField = typeof(Exception).GetField("_remoteStackTraceString", BindingFlags.Instance | BindingFlags.NonPublic); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static Type BaseType(this Type type) { return type.BaseType; } public static bool IsValueType(this Type type) { return type.IsValueType; } public static bool IsGenericType(this Type type) { return type.IsGenericType; } public static bool IsGenericTypeDefinition(this Type type) { return type.IsGenericTypeDefinition; } public static bool IsInterface(this Type type) { return type.IsInterface; } public static bool IsEnum(this Type type) { return type.IsEnum; } public static bool IsDbNull(this object value) { return value is DBNull; } public static bool HasDefaultConstructor(this Type type) { if (!type.IsValueType) { return type.GetConstructor(BindingFlags.Instance | BindingFlags.Public, null, Type.EmptyTypes, null) != null; } return true; } public static TypeCode GetTypeCode(this Type type) { return Type.GetTypeCode(type); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static PropertyInfo GetPublicProperty(this Type type, string name) { return type.GetProperty(name); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static FieldInfo GetPublicStaticField(this Type type, string name) { return type.GetField(name, BindingFlags.Static | BindingFlags.Public); } public static IEnumerable<PropertyInfo> GetProperties(this Type type, bool includeNonPublic) { BindingFlags bindingFlags = BindingFlags.Instance | BindingFlags.Public; if (includeNonPublic) { bindingFlags |= BindingFlags.NonPublic; } if (!type.IsInterface) { return type.GetProperties(bindingFlags); } return new Type[1] { type }.Concat(type.GetInterfaces()).SelectMany([<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(0)] (Type i) => i.GetProperties(bindingFlags)); } public static IEnumerable<PropertyInfo> GetPublicProperties(this Type type) { return type.GetProperties(includeNonPublic: false); } public static IEnumerable<FieldInfo> GetPublicFields(this Type type) { return type.GetFields(BindingFlags.Instance | BindingFlags.Public); } public static IEnumerable<MethodInfo> GetPublicStaticMethods(this Type type) { return type.GetMethods(BindingFlags.Static | BindingFlags.Public); } public static MethodInfo GetPrivateStaticMethod(this Type type, string name) { return type.GetMethod(name, BindingFlags.Static | BindingFlags.NonPublic) ?? throw new MissingMethodException("Expected to find a method named '" + name + "' in '" + type.FullName + "'."); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static MethodInfo GetPublicStaticMethod(this Type type, string name, params Type[] parameterTypes) { return type.GetMethod(name, BindingFlags.Static | BindingFlags.Public, null, parameterTypes, null); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static MethodInfo GetPublicInstanceMethod(this Type type, string name) { return type.GetMethod(name, BindingFlags.Instance | BindingFlags.Public); } public static Exception Unwrap(this TargetInvocationException ex) { Exception innerException = ex.InnerException; if (innerException == null) { return ex; } if (RemoteStackTraceField != null) { RemoteStackTraceField.SetValue(innerException, innerException.StackTrace + "\r\n"); } return innerException; } public static bool IsInstanceOf(this Type type, object o) { return type.IsInstanceOfType(o); } public static Attribute[] GetAllCustomAttributes<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TAttribute>(this PropertyInfo property) { return Attribute.GetCustomAttributes(property, typeof(TAttribute)); } } internal static class PropertyInfoExtensions { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public static object ReadValue(this PropertyInfo property, object target) { return property.GetValue(target, null); } } internal static class StandardRegexOptions { public const RegexOptions Compiled = RegexOptions.Compiled; } } namespace YamlDotNet.Serialization { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal abstract class BuilderSkeleton<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TBuilder> where TBuilder : BuilderSkeleton<TBuilder> { internal INamingConvention namingConvention = NullNamingConvention.Instance; internal ITypeResolver typeResolver; internal readonly YamlAttributeOverrides overrides; internal readonly LazyComponentRegistrationList<Nothing, IYamlTypeConverter> typeConverterFactories; internal readonly LazyComponentRegistrationList<ITypeInspector, ITypeInspector> typeInspectorFactories; private bool ignoreFields; private bool includeNonPublicProperties; protected abstract TBuilder Self { get; } internal BuilderSkeleton(ITypeResolver typeResolver) { overrides = new YamlAttributeOverrides(); typeConverterFactories = new LazyComponentRegistrationList<Nothing, IYamlTypeConverter> { { typeof(YamlDotNet.Serialization.Converters.GuidConverter), (Nothing _) => new YamlDotNet.Serialization.Converters.GuidConverter(jsonCompatible: false) }, { typeof(SystemTypeConverter), (Nothing _) => new SystemTypeConverter() } }; typeInspectorFactories = new LazyComponentRegistrationList<ITypeInspector, ITypeInspector>(); this.typeResolver = typeResolver ?? throw new ArgumentNullException("typeResolver"); } internal ITypeInspector BuildTypeInspector() { ITypeInspector typeInspector = new ReadablePropertiesTypeInspector(typeResolver, includeNonPublicProperties); if (!ignoreFields) { typeInspector = new CompositeTypeInspector(new ReadableFieldsTypeInspector(typeResolver), typeInspector); } return typeInspectorFactories.BuildComponentChain(typeInspector); } public TBuilder IgnoreFields() { ignoreFields = true; return Self; } public TBuilder IncludeNonPublicProperties() { includeNonPublicProperties = true; return Self; } public TBuilder WithNamingConvention(INamingConvention namingConvention) { this.namingConvention = namingConvention ?? throw new ArgumentNullException("namingConvention"); return Self; } public TBuilder WithTypeResolver(ITypeResolver typeResolver) { this.typeResolver = typeResolver ?? throw new ArgumentNullException("typeResolver"); return Self; } public abstract TBuilder WithTagMapping(TagName tag, Type type); public TBuilder WithAttributeOverride<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TClass>(Expression<Func<TClass, object>> propertyAccessor, Attribute attribute) { overrides.Add(propertyAccessor, attribute); return Self; } public TBuilder WithAttributeOverride(Type type, string member, Attribute attribute) { overrides.Add(type, member, attribute); return Self; } public TBuilder WithTypeConverter(IYamlTypeConverter typeConverter) { return WithTypeConverter(typeConverter, delegate(IRegistrationLocationSelectionSyntax<IYamlTypeConverter> w) { w.OnTop(); }); } public TBuilder WithTypeConverter(IYamlTypeConverter typeConverter, Action<IRegistrationLocationSelectionSyntax<IYamlTypeConverter>> where) { if (typeConverter == null) { throw new ArgumentNullException("typeConverter"); } if (where == null) { throw new ArgumentNullException("where"); } where(typeConverterFactories.CreateRegistrationLocationSelector(typeConverter.GetType(), (Nothing _) => typeConverter)); return Self; } public TBuilder WithTypeConverter<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TYamlTypeConverter>(WrapperFactory<IYamlTypeConverter, IYamlTypeConverter> typeConverterFactory, Action<ITrackingRegistrationLocationSelectionSyntax<IYamlTypeConverter>> where) where TYamlTypeConverter : IYamlTypeConverter { if (typeConverterFactory == null) { throw new ArgumentNullException("typeConverterFactory"); } if (where == null) { throw new ArgumentNullException("where"); } where(typeConverterFactories.CreateTrackingRegistrationLocationSelector(typeof(TYamlTypeConverter), (IYamlTypeConverter wrapped, Nothing _) => typeConverterFactory(wrapped))); return Self; } public TBuilder WithoutTypeConverter<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TYamlTypeConverter>() where TYamlTypeConverter : IYamlTypeConverter { return WithoutTypeConverter(typeof(TYamlTypeConverter)); } public TBuilder WithoutTypeConverter(Type converterType) { if (converterType == null) { throw new ArgumentNullException("converterType"); } typeConverterFactories.Remove(converterType); return Self; } public TBuilder WithTypeInspector<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TTypeInspector>(Func<ITypeInspector, TTypeInspector> typeInspectorFactory) where TTypeInspector : ITypeInspector { return WithTypeInspector(typeInspectorFactory, delegate(IRegistrationLocationSelectionSyntax<ITypeInspector> w) { w.OnTop(); }); } public TBuilder WithTypeInspector<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TTypeInspector>(Func<ITypeInspector, TTypeInspector> typeInspectorFactory, Action<IRegistrationLocationSelectionSyntax<ITypeInspector>> where) where TTypeInspector : ITypeInspector { if (typeInspectorFactory == null) { throw new ArgumentNullException("typeInspectorFactory"); } if (where == null) { throw new ArgumentNullException("where"); } where(typeInspectorFactories.CreateRegistrationLocationSelector(typeof(TTypeInspector), (ITypeInspector inner) => typeInspectorFactory(inner))); return Self; } public TBuilder WithTypeInspector<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TTypeInspector>(WrapperFactory<ITypeInspector, ITypeInspector, TTypeInspector> typeInspectorFactory, Action<ITrackingRegistrationLocationSelectionSyntax<ITypeInspector>> where) where TTypeInspector : ITypeInspector { if (typeInspectorFactory == null) { throw new ArgumentNullException("typeInspectorFactory"); } if (where == null) { throw new ArgumentNullException("where"); } where(typeInspectorFactories.CreateTrackingRegistrationLocationSelector(typeof(TTypeInspector), (ITypeInspector wrapped, ITypeInspector inner) => typeInspectorFactory(wrapped, inner))); return Self; } public TBuilder WithoutTypeInspector<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TTypeInspector>() where TTypeInspector : ITypeInspector { return WithoutTypeInspector(typeof(TTypeInspector)); } public TBuilder WithoutTypeInspector(Type inspectorType) { if (inspectorType == null) { throw new ArgumentNullException("inspectorType"); } typeInspectorFactories.Remove(inspectorType); return Self; } protected IEnumerable<IYamlTypeConverter> BuildTypeConverters() { return typeConverterFactories.BuildComponentList(); } } internal delegate TComponent WrapperFactory<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TComponentBase, TComponent>(TComponentBase wrapped) where TComponent : TComponentBase; internal delegate TComponent WrapperFactory<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TArgument, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TComponentBase, TComponent>(TComponentBase wrapped, TArgument argument) where TComponent : TComponentBase; [Flags] internal enum DefaultValuesHandling { Preserve = 0, OmitNull = 1, OmitDefaults = 2, OmitEmptyCollections = 4 } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal sealed class Deserializer : IDeserializer { private readonly IValueDeserializer valueDeserializer; public Deserializer() : this(new DeserializerBuilder().BuildValueDeserializer()) { } private Deserializer(IValueDeserializer valueDeserializer) { this.valueDeserializer = valueDeserializer ?? throw new ArgumentNullException("valueDeserializer"); } public static Deserializer FromValueDeserializer(IValueDeserializer valueDeserializer) { return new Deserializer(valueDeserializer); } public T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(string input) { using StringReader input2 = new StringReader(input); return Deserialize<T>(input2); } public T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(TextReader input) { return Deserialize<T>(new Parser(input)); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public object Deserialize(TextReader input) { return Deserialize(input, typeof(object)); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public object Deserialize(string input, Type type) { using StringReader input2 = new StringReader(input); return Deserialize(input2, type); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public object Deserialize(TextReader input, Type type) { return Deserialize(new Parser(input), type); } public T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(IParser parser) { return (T)Deserialize(parser, typeof(T)); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public object Deserialize(IParser parser) { return Deserialize(parser, typeof(object)); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] public object Deserialize(IParser parser, Type type) { if (parser == null) { throw new ArgumentNullException("parser"); } if (type == null) { throw new ArgumentNullException("type"); } YamlDotNet.Core.Events.StreamStart @event; bool flag = parser.TryConsume<YamlDotNet.Core.Events.StreamStart>(out @event); YamlDotNet.Core.Events.DocumentStart event2; bool flag2 = parser.TryConsume<YamlDotNet.Core.Events.DocumentStart>(out event2); object result = null; if (!parser.Accept<YamlDotNet.Core.Events.DocumentEnd>(out var _) && !parser.Accept<YamlDotNet.Core.Events.StreamEnd>(out var _)) { using SerializerState serializerState = new SerializerState(); result = valueDeserializer.DeserializeValue(parser, type, serializerState, valueDeserializer); serializerState.OnDeserialization(); } if (flag2) { parser.Consume<YamlDotNet.Core.Events.DocumentEnd>(); } if (flag) { parser.Consume<YamlDotNet.Core.Events.StreamEnd>(); } return result; } } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 0, 1 })] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal sealed class DeserializerBuilder : BuilderSkeleton<DeserializerBuilder> { private Lazy<IObjectFactory> objectFactory; private readonly LazyComponentRegistrationList<Nothing, INodeDeserializer> nodeDeserializerFactories; private readonly LazyComponentRegistrationList<Nothing, INodeTypeResolver> nodeTypeResolverFactories; private readonly Dictionary<TagName, Type> tagMappings; private readonly Dictionary<Type, Type> typeMappings; private bool ignoreUnmatched; protected override DeserializerBuilder Self => this; public DeserializerBuilder() : base((ITypeResolver)new StaticTypeResolver()) { typeMappings = new Dictionary<Type, Type>(); objectFactory = new Lazy<IObjectFactory>(() => new DefaultObjectFactory(typeMappings), isThreadSafe: true); tagMappings = new Dictionary<TagName, Type> { { FailsafeSchema.Tags.Map, typeof(Dictionary<object, object>) }, { FailsafeSchema.Tags.Str, typeof(string) }, { JsonSchema.Tags.Bool, typeof(bool) }, { JsonSchema.Tags.Float, typeof(double) }, { JsonSchema.Tags.Int, typeof(int) }, { DefaultSchema.Tags.Timestamp, typeof(DateTime) } }; typeInspectorFactories.Add(typeof(CachedTypeInspector), (ITypeInspector inner) => new CachedTypeInspector(inner)); typeInspectorFactories.Add(typeof(NamingConventionTypeInspector), (ITypeInspector inner) => (!(namingConvention is NullNamingConvention)) ? new NamingConventionTypeInspector(inner, namingConvention) : inner); typeInspectorFactories.Add(typeof(YamlAttributesTypeInspector), (ITypeInspector inner) => new YamlAttributesTypeInspector(inner)); typeInspectorFactories.Add(typeof(YamlAttributeOverridesInspector), (ITypeInspector inner) => (overrides == null) ? inner : new YamlAttributeOverridesInspector(inner, overrides.Clone())); typeInspectorFactories.Add(typeof(ReadableAndWritablePropertiesTypeInspector), (ITypeInspector inner) => new ReadableAndWritablePropertiesTypeInspector(inner)); nodeDeserializerFactories = new LazyComponentRegistrationList<Nothing, INodeDeserializer> { { typeof(YamlConvertibleNodeDeserializer), (Nothing _) => new YamlConvertibleNodeDeserializer(objectFactory.Value) }, { typeof(YamlSerializableNodeDeserializer), (Nothing _) => new YamlSerializableNodeDeserializer(objectFactory.Value) }, { typeof(TypeConverterNodeDeserializer), (Nothing _) => new TypeConverterNodeDeserializer(BuildTypeConverters()) }, { typeof(NullNodeDeserializer), (Nothing _) => new NullNodeDeserializer() }, { typeof(ScalarNodeDeserializer), (Nothing _) => new ScalarNodeDeserializer() }, { typeof(ArrayNodeDeserializer), (Nothing _) => new ArrayNodeDeserializer() }, { typeof(DictionaryNodeDeserializer), (Nothing _) => new DictionaryNodeDeserializer(objectFactory.Value) }, { typeof(CollectionNodeDeserializer), (Nothing _) => new CollectionNodeDeserializer(objectFactory.Value) }, { typeof(EnumerableNodeDeserializer), (Nothing _) => new EnumerableNodeDeserializer() }, { typeof(ObjectNodeDeserializer), (Nothing _) => new ObjectNodeDeserializer(objectFactory.Value, BuildTypeInspector(), ignoreUnmatched) } }; nodeTypeResolverFactories = new LazyComponentRegistrationList<Nothing, INodeTypeResolver> { { typeof(MappingNodeTypeResolver), (Nothing _) => new MappingNodeTypeResolver(typeMappings) }, { typeof(YamlConvertibleTypeResolver), (Nothing _) => new YamlConvertibleTypeResolver() }, { typeof(YamlSerializableTypeResolver), (Nothing _) => new YamlSerializableTypeResolver() }, { typeof(TagNodeTypeResolver), (Nothing _) => new TagNodeTypeResolver(tagMappings) }, { typeof(PreventUnknownTagsNodeTypeResolver), (Nothing _) => new PreventUnknownTagsNodeTypeResolver() }, { typeof(DefaultContainersNodeTypeResolver), (Nothing _) => new DefaultContainersNodeTypeResolver() } }; } public DeserializerBuilder WithObjectFactory(IObjectFactory objectFactory) { if (objectFactory == null) { throw new ArgumentNullException("objectFactory"); } this.objectFactory = new Lazy<IObjectFactory>(() => objectFactory, isThreadSafe: true); return this; } public DeserializerBuilder WithObjectFactory(Func<Type, object> objectFactory) { if (objectFactory == null) { throw new ArgumentNullException("objectFactory"); } return WithObjectFactory(new LambdaObjectFactory(objectFactory)); } public DeserializerBuilder WithNodeDeserializer(INodeDeserializer nodeDeserializer) { return WithNodeDeserializer(nodeDeserializer, delegate(IRegistrationLocationSelectionSyntax<INodeDeserializer> w) { w.OnTop(); }); } public DeserializerBuilder WithNodeDeserializer(INodeDeserializer nodeDeserializer, Action<IRegistrationLocationSelectionSyntax<INodeDeserializer>> where) { if (nodeDeserializer == null) { throw new ArgumentNullException("nodeDeserializer"); } if (where == null) { throw new ArgumentNullException("where"); } where(nodeDeserializerFactories.CreateRegistrationLocationSelector(nodeDeserializer.GetType(), (Nothing _) => nodeDeserializer)); return this; } public DeserializerBuilder WithNodeDeserializer<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TNodeDeserializer>(WrapperFactory<INodeDeserializer, TNodeDeserializer> nodeDeserializerFactory, Action<ITrackingRegistrationLocationSelectionSyntax<INodeDeserializer>> where) where TNodeDeserializer : INodeDeserializer { if (nodeDeserializerFactory == null) { throw new ArgumentNullException("nodeDeserializerFactory"); } if (where == null) { throw new ArgumentNullException("where"); } where(nodeDeserializerFactories.CreateTrackingRegistrationLocationSelector(typeof(TNodeDeserializer), (INodeDeserializer wrapped, Nothing _) => nodeDeserializerFactory(wrapped))); return this; } public DeserializerBuilder WithoutNodeDeserializer<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TNodeDeserializer>() where TNodeDeserializer : INodeDeserializer { return WithoutNodeDeserializer(typeof(TNodeDeserializer)); } public DeserializerBuilder WithoutNodeDeserializer(Type nodeDeserializerType) { if (nodeDeserializerType == null) { throw new ArgumentNullException("nodeDeserializerType"); } nodeDeserializerFactories.Remove(nodeDeserializerType); return this; } public DeserializerBuilder WithNodeTypeResolver(INodeTypeResolver nodeTypeResolver) { return WithNodeTypeResolver(nodeTypeResolver, delegate(IRegistrationLocationSelectionSyntax<INodeTypeResolver> w) { w.OnTop(); }); } public DeserializerBuilder WithNodeTypeResolver(INodeTypeResolver nodeTypeResolver, Action<IRegistrationLocationSelectionSyntax<INodeTypeResolver>> where) { if (nodeTypeResolver == null) { throw new ArgumentNullException("nodeTypeResolver"); } if (where == null) { throw new ArgumentNullException("where"); } where(nodeTypeResolverFactories.CreateRegistrationLocationSelector(nodeTypeResolver.GetType(), (Nothing _) => nodeTypeResolver)); return this; } public DeserializerBuilder WithNodeTypeResolver<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TNodeTypeResolver>(WrapperFactory<INodeTypeResolver, TNodeTypeResolver> nodeTypeResolverFactory, Action<ITrackingRegistrationLocationSelectionSyntax<INodeTypeResolver>> where) where TNodeTypeResolver : INodeTypeResolver { if (nodeTypeResolverFactory == null) { throw new ArgumentNullException("nodeTypeResolverFactory"); } if (where == null) { throw new ArgumentNullException("where"); } where(nodeTypeResolverFactories.CreateTrackingRegistrationLocationSelector(typeof(TNodeTypeResolver), (INodeTypeResolver wrapped, Nothing _) => nodeTypeResolverFactory(wrapped))); return this; } public DeserializerBuilder WithoutNodeTypeResolver<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TNodeTypeResolver>() where TNodeTypeResolver : INodeTypeResolver { return WithoutNodeTypeResolver(typeof(TNodeTypeResolver)); } public DeserializerBuilder WithoutNodeTypeResolver(Type nodeTypeResolverType) { if (nodeTypeResolverType == null) { throw new ArgumentNullException("nodeTypeResolverType"); } nodeTypeResolverFactories.Remove(nodeTypeResolverType); return this; } public override DeserializerBuilder WithTagMapping(TagName tag, Type type) { if (tag.IsEmpty) { throw new ArgumentException("Non-specific tags cannot be maped"); } if (type == null) { throw new ArgumentNullException("type"); } if (tagMappings.TryGetValue(tag, out var value)) { throw new ArgumentException($"Type already has a registered type '{value.FullName}' for tag '{tag}'", "tag"); } tagMappings.Add(tag, type); return this; } public DeserializerBuilder WithTypeMapping<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TInterface, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] TConcrete>() where TConcrete : TInterface { Type typeFromHandle = typeof(TInterface); Type typeFromHandle2 = typeof(TConcrete); if (!typeFromHandle.IsAssignableFrom(typeFromHandle2)) { throw new InvalidOperationException("The type '" + typeFromHandle2.Name + "' does not implement interface '" + typeFromHandle.Name + "'."); } if (typeMappings.ContainsKey(typeFromHandle)) { typeMappings[typeFromHandle] = typeFromHandle2; } else { typeMappings.Add(typeFromHandle, typeFromHandle2); } return this; } public DeserializerBuilder WithoutTagMapping(TagName tag) { if (tag.IsEmpty) { throw new ArgumentException("Non-specific tags cannot be maped"); } if (!tagMappings.Remove(tag)) { throw new KeyNotFoundException($"Tag '{tag}' is not registered"); } return this; } public DeserializerBuilder IgnoreUnmatchedProperties() { ignoreUnmatched = true; return this; } public IDeserializer Build() { return Deserializer.FromValueDeserializer(BuildValueDeserializer()); } public IValueDeserializer BuildValueDeserializer() { return new AliasValueDeserializer(new NodeValueDeserializer(nodeDeserializerFactories.BuildComponentList(), nodeTypeResolverFactories.BuildComponentList())); } } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal sealed class EmissionPhaseObjectGraphVisitorArgs { private readonly IEnumerable<IObjectGraphVisitor<Nothing>> preProcessingPhaseVisitors; public IObjectGraphVisitor<IEmitter> InnerVisitor { get; private set; } public IEventEmitter EventEmitter { get; private set; } public ObjectSerializer NestedObjectSerializer { get; private set; } public IEnumerable<IYamlTypeConverter> TypeConverters { get; private set; } public EmissionPhaseObjectGraphVisitorArgs(IObjectGraphVisitor<IEmitter> innerVisitor, IEventEmitter eventEmitter, IEnumerable<IObjectGraphVisitor<Nothing>> preProcessingPhaseVisitors, IEnumerable<IYamlTypeConverter> typeConverters, ObjectSerializer nestedObjectSerializer) { InnerVisitor = innerVisitor ?? throw new ArgumentNullException("innerVisitor"); EventEmitter = eventEmitter ?? throw new ArgumentNullException("eventEmitter"); this.preProcessingPhaseVisitors = preProcessingPhaseVisitors ?? throw new ArgumentNullException("preProcessingPhaseVisitors"); TypeConverters = typeConverters ?? throw new ArgumentNullException("typeConverters"); NestedObjectSerializer = nestedObjectSerializer ?? throw new ArgumentNullException("nestedObjectSerializer"); } public T GetPreProcessingPhaseObjectGraphVisitor<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] T>() where T : IObjectGraphVisitor<Nothing> { return preProcessingPhaseVisitors.OfType<T>().Single(); } } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal abstract class EventInfo { public IObjectDescriptor Source { get; } protected EventInfo(IObjectDescriptor source) { Source = source ?? throw new ArgumentNullException("source"); } } internal class AliasEventInfo : EventInfo { public AnchorName Alias { get; } public bool NeedsExpansion { get; set; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public AliasEventInfo(IObjectDescriptor source, AnchorName alias) : base(source) { if (alias.IsEmpty) { throw new ArgumentNullException("alias"); } Alias = alias; } } internal class ObjectEventInfo : EventInfo { public AnchorName Anchor { get; set; } public TagName Tag { get; set; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] protected ObjectEventInfo(IObjectDescriptor source) : base(source) { } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] internal sealed class ScalarEventInfo : ObjectEventInfo { public string RenderedValue { get; set; } public ScalarStyle Style { get; set; } public bool IsPlainImplicit { get; set; } public bool IsQuotedImplicit { get; set; } public ScalarEventInfo(IObjectDescriptor source) : base(source) { Style = source.ScalarStyle; RenderedValue = string.Empty; } } internal sealed class MappingStartEventInfo : ObjectEventInfo { public bool IsImplicit { get; set; } public MappingStyle Style { get; set; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public MappingStartEventInfo(IObjectDescriptor source) : base(source) { } } internal sealed class MappingEndEventInfo : EventInfo { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public MappingEndEventInfo(IObjectDescriptor source) : base(source) { } } internal sealed class SequenceStartEventInfo : ObjectEventInfo { public bool IsImplicit { get; set; } public SequenceStyle Style { get; set; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public SequenceStartEventInfo(IObjectDescriptor source) : base(source) { } } internal sealed class SequenceEndEventInfo : EventInfo { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public SequenceEndEventInfo(IObjectDescriptor source) : base(source) { } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IAliasProvider { AnchorName GetAlias(object target); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IDeserializer { T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(string input); T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(TextReader input); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Deserialize(TextReader input); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Deserialize(string input, Type type); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Deserialize(TextReader input, Type type); T Deserialize<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] T>(IParser parser); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Deserialize(IParser parser); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Deserialize(IParser parser, Type type); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IEventEmitter { void Emit(AliasEventInfo eventInfo, IEmitter emitter); void Emit(ScalarEventInfo eventInfo, IEmitter emitter); void Emit(MappingStartEventInfo eventInfo, IEmitter emitter); void Emit(MappingEndEventInfo eventInfo, IEmitter emitter); void Emit(SequenceStartEventInfo eventInfo, IEmitter emitter); void Emit(SequenceEndEventInfo eventInfo, IEmitter emitter); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface INamingConvention { string Apply(string value); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface INodeDeserializer { bool Deserialize(IParser reader, Type expectedType, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 1, 1, 2 })] Func<IParser, Type, object> nestedObjectDeserializer, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] out object value); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface INodeTypeResolver { bool Resolve([<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] NodeEvent nodeEvent, ref Type currentType); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IObjectDescriptor { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object Value { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(2)] get; } Type Type { get; } Type StaticType { get; } ScalarStyle ScalarStyle { get; } } internal static class ObjectDescriptorExtensions { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public static object NonNullValue(this IObjectDescriptor objectDescriptor) { return objectDescriptor.Value ?? throw new InvalidOperationException("Attempted to use a IObjectDescriptor of type '" + objectDescriptor.Type.FullName + "' whose Value is null at a point whete it is invalid to do so. This may indicate a bug in YamlDotNet."); } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IObjectFactory { object Create(Type type); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IObjectGraphTraversalStrategy { void Traverse<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TContext>(IObjectDescriptor graph, IObjectGraphVisitor<TContext> visitor, TContext context); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IObjectGraphVisitor<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TContext> { bool Enter(IObjectDescriptor value, TContext context); bool EnterMapping(IObjectDescriptor key, IObjectDescriptor value, TContext context); bool EnterMapping(IPropertyDescriptor key, IObjectDescriptor value, TContext context); void VisitScalar(IObjectDescriptor scalar, TContext context); void VisitMappingStart(IObjectDescriptor mapping, Type keyType, Type valueType, TContext context); void VisitMappingEnd(IObjectDescriptor mapping, TContext context); void VisitSequenceStart(IObjectDescriptor sequence, Type elementType, TContext context); void VisitSequenceEnd(IObjectDescriptor sequence, TContext context); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IPropertyDescriptor { string Name { get; } bool CanWrite { get; } Type Type { get; } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] Type TypeOverride { [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(2)] get; [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(2)] set; } int Order { get; set; } ScalarStyle ScalarStyle { get; set; } T GetCustomAttribute<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] T>() where T : Attribute; IObjectDescriptor Read(object target); void Write(object target, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object value); } internal interface IRegistrationLocationSelectionSyntax<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TBaseRegistrationType> { void InsteadOf<TRegistrationType>() where TRegistrationType : TBaseRegistrationType; void Before<TRegistrationType>() where TRegistrationType : TBaseRegistrationType; void After<TRegistrationType>() where TRegistrationType : TBaseRegistrationType; void OnTop(); void OnBottom(); } internal interface ITrackingRegistrationLocationSelectionSyntax<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TBaseRegistrationType> { void InsteadOf<TRegistrationType>() where TRegistrationType : TBaseRegistrationType; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface ISerializer { void Serialize(TextWriter writer, object graph); string Serialize(object graph); void Serialize(TextWriter writer, object graph, Type type); void Serialize(IEmitter emitter, object graph); void Serialize(IEmitter emitter, object graph, Type type); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface ITypeInspector { IEnumerable<IPropertyDescriptor> GetProperties(Type type, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object container); IPropertyDescriptor GetProperty(Type type, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object container, string name, [MaybeNullWhen(true)] bool ignoreUnmatched); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface ITypeResolver { Type Resolve(Type staticType, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object actualValue); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IValueDeserializer { [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer); } internal interface IValuePromise { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 2 })] event Action<object> ValueAvailable; } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(2)] internal interface IValueSerializer { void SerializeValue([<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(1)] IEmitter emitter, object value, Type type); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IYamlConvertible { void Read(IParser parser, Type expectedType, ObjectDeserializer nestedObjectDeserializer); void Write(IEmitter emitter, ObjectSerializer nestedObjectSerializer); } [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] internal delegate object ObjectDeserializer(Type type); internal delegate void ObjectSerializer(object value, Type type = null); [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [Obsolete("Please use IYamlConvertible instead")] internal interface IYamlSerializable { void ReadYaml(IParser parser); void WriteYaml(IEmitter emitter); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] internal interface IYamlTypeConverter { bool Accepts(Type type); [return: <6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object ReadYaml(IParser parser, Type type); void WriteYaml(IEmitter emitter, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] object value, Type type); } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] internal sealed class LazyComponentRegistrationList<[<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TArgument, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(2)] TComponent> : IEnumerable<Func<TArgument, TComponent>>, IEnumerable { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] public sealed class LazyComponentRegistration { public readonly Type ComponentType; public readonly Func<TArgument, TComponent> Factory; public LazyComponentRegistration(Type componentType, Func<TArgument, TComponent> factory) { ComponentType = componentType; Factory = factory; } } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(0)] public sealed class TrackingLazyComponentRegistration { public readonly Type ComponentType; public readonly Func<TComponent, TArgument, TComponent> Factory; public TrackingLazyComponentRegistration(Type componentType, Func<TComponent, TArgument, TComponent> factory) { ComponentType = componentType; Factory = factory; } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(0)] private class RegistrationLocationSelector : IRegistrationLocationSelectionSyntax<TComponent> { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(1)] private readonly LazyComponentRegistrationList<TArgument, TComponent> registrations; [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 0, 0 })] private readonly LazyComponentRegistration newRegistration; [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public RegistrationLocationSelector(LazyComponentRegistrationList<TArgument, TComponent> registrations, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 0, 0 })] LazyComponentRegistration newRegistration) { this.registrations = registrations; this.newRegistration = newRegistration; } void IRegistrationLocationSelectionSyntax<TComponent>.InsteadOf<TRegistrationType>() { if (newRegistration.ComponentType != typeof(TRegistrationType)) { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); } int index = registrations.EnsureRegistrationExists<TRegistrationType>(); registrations.entries[index] = newRegistration; } void IRegistrationLocationSelectionSyntax<TComponent>.After<TRegistrationType>() { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); int num = registrations.EnsureRegistrationExists<TRegistrationType>(); registrations.entries.Insert(num + 1, newRegistration); } void IRegistrationLocationSelectionSyntax<TComponent>.Before<TRegistrationType>() { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); int index = registrations.EnsureRegistrationExists<TRegistrationType>(); registrations.entries.Insert(index, newRegistration); } void IRegistrationLocationSelectionSyntax<TComponent>.OnBottom() { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); registrations.entries.Add(newRegistration); } void IRegistrationLocationSelectionSyntax<TComponent>.OnTop() { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); registrations.entries.Insert(0, newRegistration); } } [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(0)] private class TrackingRegistrationLocationSelector : ITrackingRegistrationLocationSelectionSyntax<TComponent> { [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(1)] private readonly LazyComponentRegistrationList<TArgument, TComponent> registrations; [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 0, 0 })] private readonly TrackingLazyComponentRegistration newRegistration; [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] public TrackingRegistrationLocationSelector(LazyComponentRegistrationList<TArgument, TComponent> registrations, [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 0, 0 })] TrackingLazyComponentRegistration newRegistration) { this.registrations = registrations; this.newRegistration = newRegistration; } void ITrackingRegistrationLocationSelectionSyntax<TComponent>.InsteadOf<TRegistrationType>() { if (newRegistration.ComponentType != typeof(TRegistrationType)) { registrations.EnsureNoDuplicateRegistrationType(newRegistration.ComponentType); } int index = registrations.EnsureRegistrationExists<TRegistrationType>(); Func<TArgument, TComponent> innerComponentFactory = registrations.entries[index].Factory; registrations.entries[index] = new LazyComponentRegistration(newRegistration.ComponentType, [<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(1)] (TArgument arg) => newRegistration.Factory(innerComponentFactory(arg), arg)); } } [<6d5b564d-4616-4d94-af33-b6d14e2167cc>Nullable(new byte[] { 1, 1, 0, 0 })] private readonly List<LazyComponentRegistration> entries = new List<LazyComponentRegistration>(); public int Count => entries.Count; public IEnumerable<Func<TArgument, TComponent>> InReverseOrder { get { int i = entries.Count - 1; while (i >= 0) { yield return entries[i].Factory; int num = i - 1; i = num; } } } public LazyComponentRegistrationList<TArgument, TComponent> Clone() { LazyComponentRegistrationList<TArgument, TComponent> lazyComponentRegistrationList = new LazyComponentRegistrationList<TArgument, TComponent>(); foreach (LazyComponentRegistration entry in entries) { lazyComponentRegistrationList.entries.Add(entry); } return lazyComponentRegistrationList; } public void Add(Type componentType, Func<TArgument, TComponent> factory) { entries.Add(new LazyComponentRegistration(componentType, factory)); } public void Remove(Type componentType) { for (int i = 0; i < entries.Count; i++) { if (entries[i].ComponentType == componentType) { entries.RemoveAt(i); return; } } throw new KeyNotFoundException("A component registration of type '" + componentType.FullName + "' was not found."); } public IRegistrationLocationSelectionSyntax<TComponent> CreateRegistrationLocationSelector(Type componentType, Func<TArgument, TComponent> factory) { return new RegistrationLocationSelector(this, new LazyComponentRegistration(componentType, factory)); } public ITrackingRegistrationLocationSelectionSyntax<TComponent> CreateTrackingRegistrationLocationSelector(Type componentType, Func<TComponent, TArgument, TComponent> factory) { return new TrackingRegistrationLocationSelector(this, new TrackingLazyComponentRegistration(componentType, factory)); } public IEnumerator<Func<TArgument, TComponent>> GetEnumerator() { return entries.Select([<ca802f9d-02a0-43e3-a755-d5496dbbfa6e>NullableContext(0)] (LazyComponentRegistration e) => e.Factory).GetEnumerator(); } IEnumerator IEnu