Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
9
10[assembly: UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Target = "M:System.Xml.Serialization.ReflectionXmlSerializationReader.#cctor", Scope = "member", Justification = "The reason why this warns is because the two static properties call GetTypeDesc() which internally will call ImportTypeDesc() when the passed in type is not considered a primitive type. That said, for both properties here we are passing in string and XmlQualifiedName which are considered primitive, so they are trim safe.")]
11[assembly: CLSCompliant(true)]
12[assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32 | DllImportSearchPath.AssemblyDirectory)]
13[assembly: AssemblyDefaultAlias("System.Private.Xml")]
14[assembly: NeutralResourcesLanguage("en-US")]
15[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
16[assembly: AssemblyMetadata("Serviceable", "True")]
17[assembly: AssemblyMetadata("PreferInbox", "True")]
18[assembly: AssemblyMetadata("IsTrimmable", "True")]
19[assembly: AssemblyCompany("Microsoft Corporation")]
20[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
21[assembly: AssemblyDescription("Internal implementation package not meant for direct consumption. Please do not reference directly.")]
22[assembly: AssemblyFileVersion("6.0.21.52210")]
23[assembly: AssemblyInformationalVersion("6.0.0-rtm.21522.10+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
24[assembly: AssemblyProduct("Microsoft® .NET")]
25[assembly: AssemblyTitle("System.Private.Xml")]
26[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
27[assembly: TargetPlatform("Windows7.0")]
28[assembly: SupportedOSPlatform("Windows")]
29[assembly: AssemblyVersion("6.0.0.0")]
30[module: System.Runtime.CompilerServices.NullablePublicOnly(false)]
31[module: SkipLocalsInit]