<PackageReference Include="System.Reactive" Version="6.0.2" />

Strings_PlatformServices

A strongly-typed resource class, for looking up localized strings, etc.
using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; namespace System.Reactive { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [DebuggerNonUserCode] [CompilerGenerated] internal class Strings_PlatformServices { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (resourceMan == null) resourceMan = new ResourceManager("System.Reactive.Strings_PlatformServices", typeof(Strings_PlatformServices).GetTypeInfo().Assembly); return resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static string WINRT_NO_SUB1MS_TIMERS => ResourceManager.GetString("WINRT_NO_SUB1MS_TIMERS", resourceCulture); internal Strings_PlatformServices() { } } }