Skip to content

Instantly share code, notes, and snippets.

@jack-pappas
Created November 30, 2013 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jack-pappas/7720329 to your computer and use it in GitHub Desktop.
Save jack-pappas/7720329 to your computer and use it in GitHub Desktop.
Mono 3.2.5 tarball build error
System.ComponentModel.Design/ComponentDesigner.cs(189,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: ` This method has been deprecated. Use InitializeExistingComponent instead.'
System.ComponentModel.Design/DesignerActionList.cs(67,4): warning CS0162: Unreachable code detected
System.Data.Design/TypedDataSetGeneratorException.cs(50,12): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the impo rted type definition
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.Data.dll (Location of the symbol related to previous warning)
System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,32): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use Vi ewTechnology.Default.'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,10): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is nev er assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,8): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured ' is never assigned to, and will always have its default value `false'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,16): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_nam e' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,31): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_s tring' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design/DesignerActionMethodItem.cs(41,22): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action _list' is assigned but its value is never used
System.ComponentModel.Design/DesignerActionService.cs(45,55): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsC hanged' is never used
System.ComponentModel.Design/DesignerActionUIService.cs(43,56): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUI StateChange' is never used
System.Web.UI.Design/TemplatedControlDesigner.cs(236,33): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplatedControlDesigner.cs(238,16): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false'
System.Web.UI.Design/TemplatedControlDesigner.cs(239,24): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplateEditingService.cs(90,25): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used
System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,10): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expr ession' is assigned but its value is never used
System.Windows.Forms.Design/AxParameterData.cs(131,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and wi ll always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(132,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(133,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(134,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(135,18): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(136,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(137,18): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used
System.Windows.Forms.Design/ComponentTray.cs(51,21): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used
System.Windows.Forms.Design/EventHandlerService.cs(37,29): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is neve r used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,29): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,14): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorS erviceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0'
System.Windows.Forms.Design.Behavior/Glyph.cs(41,12): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null'
Compilation succeeded - 53 warning(s)
MCS [net_4_0] ICSharpCode.SharpZipLib.dll
MCS [net_4_0] Mono.Http.dll
MCS [net_4_0] Mono.Cairo.dll
MCS [net_4_0] IBM.Data.DB2.dll
MCS [net_4_0] CustomMarshalers.dll
MCS [net_4_0] OpenSystem.C.dll
MCS [net_4_0] Mono.Cecil.dll
MCS [net_4_0] Mono.Cecil.Mdb.dll
MCS [net_4_0] Mono.Debugger.Soft.dll
MCS [net_4_0] SystemWebTestShim.dll
Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.Web.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_0] Microsoft.Build.Framework.dll
MCS [net_4_0] Microsoft.Build.Utilities.v4.0.dll
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,4): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqua lityComparer instead.'
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,53): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `P lease use StringComparer instead.'
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,12): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCode Provider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead'
Compilation succeeded - 3 warning(s)
MCS [net_4_0] Microsoft.Build.Engine.dll
MCS [net_4_0] Microsoft.Build.Tasks.v4.0.dll
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBu ilder.products' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_key word' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,24): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity ' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.componen t_files' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded ' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.produc tBuilders' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.prod uct' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never ass igned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is ne ver assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isFrameworkAssembly' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isNeutralPlatform' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isStrongName' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembl yManifest.externalProxyStubs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.descri ption' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.thread ingModel' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,14): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.comClasses' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.proxyStubs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.typeLibs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,31): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemb lyReferences' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,27): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileRe ferences' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.output Messages' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.O utputMessageCollection.error_count' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.O utputMessageCollection.warning_count' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.name' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.text' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.type' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.base Interface' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numM ethods' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbI d' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUn managedCodePermission' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' i s never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDire ctory' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resource Id' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' i s never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass. name' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.v ersioned' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(63,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is n ever assigned to, and will always have its default value `null'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(68,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never ass igned to, and will always have its default value `null'
Microsoft.Build.Tasks/SGen.cs(45,10): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have it s default value `null'
Compilation succeeded - 52 warning(s)
MCS [net_4_0] System.Xml.Linq.dll
System.Xml.Linq/XDocument.cs(98,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
System.Xml.Linq/XDocument.cs(123,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
System.Xml.Linq/XElement.cs(410,13): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
Compilation succeeded - 3 warning(s)
Creating the per profile list ../../build/deps/net_4_0_System.Runtime.Serialization.dll.sources ...
MCS [net_4_0] System.Runtime.Serialization.dll
Assembly/AssemblyInfo.cs(66,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Runtime.Serialization/XsdDataContractExporter.cs(67,19): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
System.Xml/UniqueId.cs(58,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(73,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(98,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(127,5): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(168,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(184,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(207,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
Compilation succeeded - 9 warning(s)
MCS [net_4_0] System.Data.DataSetExtensions.dll
System.Data/OrderedEnumerableRowCollection.cs(40,63): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data .OrderedEnumerableRowCollection<TRow>'
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning)
System.Data/OrderedEnumerableRowCollection.cs(47,64): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data .OrderedEnumerableRowCollection<TRow>'
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning)
Compilation succeeded - 2 warning(s)
MCS [net_4_0] System.Data.Linq.dll
src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier `DbLinq.Util.BaseLock._Locks' is not CLS-compliant
Compilation succeeded - 8 warning(s)
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Creating the per profile list ../../build/deps/net_4_0_System.Web.Abstractions.dll.sources ...
MCS [net_4_0] System.Web.Abstractions.dll
Creating the per profile list ../../build/deps/net_4_0_System.Web.Routing.dll.sources ...
MCS [net_4_0] System.Web.Routing.dll
MCS [net_4_0] System.IdentityModel.dll
System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,35): warning CS0109: The member `System.IdentityModel.Tokens.SamlAuthenticationStatement.bindings' does not hide an inherited member. The new keyword is not required
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.IdentityModel.Claims/ClaimSet.cs(39,19): warning CS0649: Field `System.IdentityModel.Claims.ClaimSet.win' is never assigned to, and will always have its default value `null'
System.IdentityModel.Claims/WindowsClaimSet.cs(38,19): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.identity' is never assigned to, and wi ll always have its default value `null'
System.IdentityModel.Claims/WindowsClaimSet.cs(39,12): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,8): warning CS0649: Field `System.IdentityModel.Selectors.RsaSecurityTokenAuthenticator.RsaAu thorizationPolicy.rsa' is never assigned to, and will always have its default value `null'
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(42,37): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuth enticator.authenticators' is assigned but its value is never used
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(43,12): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuth enticator.max_clock_skew' is assigned but its value is never used
System.IdentityModel.Selectors/WindowsUserNameSecurityTokenAuthenticator.cs(38,8): warning CS0414: The private field `System.IdentityModel.Selectors.WindowsUser NameSecurityTokenAuthenticator.include_win_groups' is assigned but its value is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,21): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityTo ken.cred' is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,27): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityTo ken.imp_level' is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,10): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.svc_prin cipal_name' is never assigned to, and will always have its default value `null'
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,30): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.id' is n ever assigned to, and will always have its default value `null'
Compilation succeeded - 13 warning(s)
MCS [net_4_0] System.IdentityModel.Selectors.dll
Creating the per profile list ../../build/deps/net_4_0_System.ServiceModel.dll.sources ...
** Warning: System.ServiceModel.dll built without parts that depend on: System.ServiceModel.Activation.dll
MCS [net_4_0] System.ServiceModel.dll
../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: Cannot restore warning `CS0436' because it was disabled globally
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"'
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct'
Mono.Security.Protocol.Tls/HttpsClientStream.cs(96,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.ServiceModel.Channels/HttpTransportBindingElement.cs(316,14): warning CS0108: `System.ServiceModel.Channels.HttpTransportBindingElement.CreateTransportBi nding(System.Xml.XmlElement)' hides inherited member `System.ServiceModel.Channels.TransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)'. Use t he new keyword if hiding was intended
System.ServiceModel.Channels/TransportBindingElement.cs(96,30): (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected
System.ServiceModel.Configuration/AddressHeaderCollectionElement.cs(103,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(251,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(478,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/NetTcpBinding.cs(264,4): warning CS0162: Unreachable code detected
../System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always h ave its default value `false'
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never a ssigned to, and will always have its default value `false'
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never as signed to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElemen t.binding_element_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_elemen t_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(279,17): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, an d will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(294,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(296,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to , and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(298,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolv ed_token' is never assigned to, and will always have its default value `null'
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value
System.ServiceModel.Security.Tokens/SspiSession.cs(17,35): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to , and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,15): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assig ned to, and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,31): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0'
System.ServiceModel/NetTcpBinding.cs(46,27): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always ha ve its default value `null'
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will a lways have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null'
Compilation succeeded - 39 warning(s)
Makefile:95: ../../build/deps/System.Web.Extensions_standalone_test_net_4_0.dll.makefrag: No such file or directory
Creating ../../build/deps/System.Web.Extensions_standalone_test_net_4_0.dll.makefrag ...
MCS [net_4_0] System.Web.Extensions.dll
./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.Web.dll (Location of the symbol related to previous warning)
../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(78,16): warning CS0436: The type `System.Web.Util.MachineKeySectionUtils' conflicts with the importe d type of same name'. Ignoring the imported type definition
../System.Web/System.Web.Util/MachineKeySectionUtils.cs(43,15): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.Web.dll (Location of the symbol related to previous warning)
./System.Web.Handlers/ScriptResourceHandler.cs(137,9): warning CS0168: The variable `atime' is declared but never used
./System.Web.ClientServices.Providers/ClientFormsAuthenticationMembershipProvider.cs(46,54): warning CS0067: The event `System.Web.ClientServices.Providers.Clie ntFormsAuthenticationMembershipProvider.UserValidated' is never used
./System.Web.ClientServices.Providers/ClientSettingsProvider.cs(47,54): warning CS0067: The event `System.Web.ClientServices.Providers.ClientSettingsProvider.Se ttingsSaved' is never used
./System.Web.Script.Serialization/JsonDeserializer.cs(267,24): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.serializer' i s assigned but its value is never used
./System.Web.Script.Serialization/JsonDeserializer.cs(268,26): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.typeResolver' is assigned but its value is never used
./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,7): warning CS0414: The private field `System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is assigned but its value is never used
./System.Web.UI.WebControls/NumericPagerField.cs(49,7): warning CS0414: The private field `System.Web.UI.WebControls.NumericPagerField._fieldIndex' is assigned but its value is never used
Compilation succeeded - 9 warning(s)
MCS [net_4_0] System.Web.Extensions.Design.dll
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.Design.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
Creating the per profile list ../../build/deps/net_4_0_System.ComponentModel.DataAnnotations.dll.sources ...
MCS [net_4_0] System.ComponentModel.DataAnnotations.dll
MCS [net_4_0] System.Web.DynamicData.dll
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
Compilation succeeded - 1 warning(s)
MCS [net_4_0] dummy-System.Web.Mvc.dll
MCS [net_4_0] Mono.C5.dll
C5/Interfaces.cs(727,10): warning CS0108: `C5.IList<T>.IsFixedSize' hides inherited member `System.Collections.IList.IsFixedSize'. Use the new keyword if hiding was intended
./../../class/lib/net_4_0/mscorlib.dll (Location of the symbol related to previous warning)
C5/linkedlists/LinkedList.cs(1892,7): warning CS0162: Unreachable code detected
Compilation succeeded - 2 warning(s)
MCS [net_4_0] Mono.Management.dll
MCS [net_4_0] Mono.Options.dll
MCS [net_4_0] Mono.Simd.dll
Mono.Simd/Vector4f.cs(88,16): warning CS0660: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(88,16): warning CS0661: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4ui.cs(34,16): warning CS0660: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(34,16): warning CS0661: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(33,16): warning CS0660: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(33,16): warning CS0661: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8us.cs(34,16): warning CS0660: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(34,16): warning CS0661: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(33,16): warning CS0660: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(33,16): warning CS0661: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16b.cs(33,16): warning CS0660: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(33,16): warning CS0661: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16sb.cs(34,16): warning CS0660: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(34,16): warning CS0661: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui, Mono.Si md.ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant
Compilation succeeded - 20 warning(s)
MCS [net_4_0] Mono.Tasklets.dll
MCS [net_4_0] System.Dynamic.dll
MCS [net_4_0] Mono.CSharp.dll
MCS [net_4_0] Moonlight.Build.Tasks.dll
MCS [net_4_0] System.Net.dll
MCS [net_4_0] System.Json.dll
MCS [net_4_0] System.Numerics.dll
MCS [net_4_0] Microsoft.CSharp.dll
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/Mono.CSharp.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_0] Microsoft.Build.dll
MCS [net_4_0] System.Windows.Forms.DataVisualization.dll
System.Windows.Forms.DataVisualization.Charting/Chart.cs(67,15): warning CS0114: `System.Windows.Forms.DataVisualization.Charting.Chart.Font' hides inherited me mber `System.Windows.Forms.Control.Font'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_0/System.Windows.Forms.dll (Location of the symbol related to previous warning)
System.Windows.Forms.DataVisualization.Charting/Chart.cs(79,15): warning CS0108: `System.Windows.Forms.DataVisualization.Charting.Chart.Size' hides inherited me mber `System.Windows.Forms.Control.Size'. Use the new keyword if hiding was intended
./../../class/lib/net_4_0/System.Windows.Forms.dll (Location of the symbol related to previous warning)
System.Windows.Forms.DataVisualization.Charting/Axis.cs(98,21): warning CS0414: The private field `System.Windows.Forms.DataVisualization.Charting.Axis.ChartAre a' is assigned but its value is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(116,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPla ced' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(117,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPos itionChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(118,66): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPos itionChanging' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(119,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationSel ectionChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(120,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationTex tChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(121,49): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBar Clicked' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(122,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChang ed' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(123,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChang ing' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(124,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositio nChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(125,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositio nChanging' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(126,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.Customize' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(127,55): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLege nd' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(128,52): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.FormatNumber' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(129,47): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipTex t' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(130,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PostPaint' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(131,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PrePaint' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(132,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRang eChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(133,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRang eChanging' is never used
Compilation succeeded - 21 warning(s)
MCS [net_4_0] System.Xaml.dll
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Xaml/TypeExtensionMethods.cs(152,35): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete
System.Xaml/XamlSchemaContext.cs(243,20): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
Compilation succeeded - 3 warning(s)
MCS [net_4_0] WindowsBase.dll
System.IO.Packaging/PackageDigitalSignature.cs(94,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalA ttribute instead'
System.IO.Packaging/PackageProperties.cs(92,25): warning CS0219: The variable `rel' is assigned but its value is never used
System.IO.Packaging/ZipPackagePart.cs(58,18): warning CS0219: The variable `zps' is assigned but its value is never used
System.Security.RightsManagement/ContentGrant.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/ContentUser.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/CryptoProvider.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/LocalizedNameDescriptionPair.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/PublishLicense.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/SecureEnvironment.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/UnsignedPublishLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/UseLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.IO.Packaging/PackUriHelper.cs(33,23): warning CS0414: The private field `System.IO.Packaging.PackUriHelper.PackSchemeUri' is assigned but its value is ne ver used
System.IO.Packaging/PackageDigitalSignatureManager.cs(91,45): warning CS0067: The event `System.IO.Packaging.PackageDigitalSignatureManager.InvalidSignatureEven t' is never used
System.Windows/Freezable.cs(144,29): warning CS0067: The event `System.Windows.Freezable.Changed' is never used
System.Windows/LocalValueEnumerator.cs(36,49): warning CS0414: The private field `System.Windows.LocalValueEnumerator.properties' is assigned but its value is n ever used
System.Windows.Data/DataSourceProvider.cs(63,29): warning CS0067: The event `System.Windows.Data.DataSourceProvider.DataChanged' is never used
System.Windows.Interop/ComponentDispatcher.cs(43,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.EnterThreadModal' is never used
System.Windows.Interop/ComponentDispatcher.cs(44,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.LeaveThreadModal' is never used
System.Windows.Interop/ComponentDispatcher.cs(45,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadFilterMessage' is never used
System.Windows.Interop/ComponentDispatcher.cs(46,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadIdle' is never used
System.Windows.Interop/ComponentDispatcher.cs(47,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadPreprocessMessage' is never us ed
System.Windows.Threading/Dispatcher.cs(496,57): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledException' is never used
System.Windows.Threading/Dispatcher.cs(497,63): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledExceptionFilter' is never used
System.Windows.Threading/DispatcherOperation.cs(146,29): warning CS0067: The event `System.Windows.Threading.DispatcherOperation.Aborted' is never used
Compilation succeeded - 24 warning(s)
MCS [net_4_0] System.ServiceModel.Activation.dll
MCS [net_4_0] System.ServiceModel.dll
../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: Cannot restore warning `CS0436' because it was disabled globally
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"'
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct'
Mono.Security.Protocol.Tls/HttpsClientStream.cs(96,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.ServiceModel.Channels/HttpTransportBindingElement.cs(316,14): warning CS0108: `System.ServiceModel.Channels.HttpTransportBindingElement.CreateTransportBi nding(System.Xml.XmlElement)' hides inherited member `System.ServiceModel.Channels.TransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)'. Use t he new keyword if hiding was intended
System.ServiceModel.Channels/TransportBindingElement.cs(96,30): (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.Activation.dll (Location of the symbol related to previous warning)
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected
System.ServiceModel.Configuration/AddressHeaderCollectionElement.cs(103,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(251,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(478,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/NetTcpBinding.cs(264,4): warning CS0162: Unreachable code detected
../System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always h ave its default value `false'
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never a ssigned to, and will always have its default value `false'
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never as signed to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElemen t.binding_element_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_elemen t_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(279,17): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, an d will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(294,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(296,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to , and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(298,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolv ed_token' is never assigned to, and will always have its default value `null'
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value
System.ServiceModel.Security.Tokens/SspiSession.cs(17,35): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to , and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,15): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assig ned to, and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,31): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0'
System.ServiceModel/NetTcpBinding.cs(46,27): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always ha ve its default value `null'
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will a lways have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null'
Compilation succeeded - 39 warning(s)
MCS [net_4_0] System.ServiceModel.Routing.dll
Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_0] System.ServiceModel.Discovery.dll
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(227,43): warning CS0436: The type `System.ServiceModel.Channels.RequestChannelBase' conflicts with the imported type of same name'. Ignoring the imported type definition
System.ServiceModel.Channels/RequestChannelBase.cs(39,26): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.dll (Location of the symbol related to previous warning)
System.ServiceModel.Discovery/DiscoveryClient.cs(98,59): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.FindProgressChanged' is never used
System.ServiceModel.Discovery/DiscoveryClient.cs(99,52): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.ProxyAvailable' is never used
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(237,19): warning CS0169: The private field `System.ServiceModel.Discovery.DiscoveryRequestChannel.clien t' is never used
Compilation succeeded - 4 warning(s)
MCS [net_4_0] System.Runtime.Caching.dll
MCS [net_4_0] System.Runtime.DurableInstancing.dll
MCS [net_4_0] Mono.Parallel.dll
MCS [net_4_0] System.Reactive.Interfaces.dll
Read in 8 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Reactive.Core/Strings_Core.resx'
Writing resource file... Done.
MCS [net_4_0] System.Reactive.Core.dll
Read in 16 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Reactive.Linq/Strings_Linq.resx'
Writing resource file... Done.
MCS [net_4_0] System.Reactive.Linq.dll
../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/Latest.cs(101,21): warning CS0219: The variable `value' is assigned but its val ue is never used
Compilation succeeded - 1 warning(s)
Read in 1 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Reactive.PlatformServices/Strings_PlatformServices.resx'
Writing resource file... Done.
MCS [net_4_0] System.Reactive.PlatformServices.dll
Read in 3 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Reactive.Providers/Strings_Providers.resx'
Writing resource file... Done.
MCS [net_4_0] System.Reactive.Providers.dll
MCS [net_4_0] System.Reactive.Runtime.Remoting.dll
MCS [net_4_0] System.Reactive.Windows.Forms.dll
Read in 2 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Reactive.Windows.Threading/Strings_WindowsThreading.resx'
Writing resource file... Done.
MCS [net_4_0] System.Reactive.Windows.Threading.dll
MCS [net_4_0] System.Reactive.Experimental.dll
MCS [net_4_0] System.Reactive.Debugger.dll
MCS [net_4_0] Microsoft.Web.Infrastructure.dll
MCS [net_4_0] WebMatrix.Data.dll
Creating the per profile list ../../build/deps/net_4_0_System.ServiceModel.Web.dll.sources ...
MCS [net_4_0] System.ServiceModel.Web.dll
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.dll (Location of the symbol related to previous warning)
System.ServiceModel.Description/WebHttpBehavior.cs(43,22): warning CS0219: The variable `info' is assigned but its value is never used
System.ServiceModel.Dispatcher/WebHttpDispatchOperationSelector.cs(87,12): warning CS0219: The variable `dummy' is assigned but its value is never used
System.ServiceModel/WebHttpBinding.cs(68,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This cl ass is obsolete. Use System.Configuration.ConfigurationErrorsException'
System.ServiceModel.Configuration/WebHttpBindingCollectionElement.cs(53,42): warning CS0414: The private field `System.ServiceModel.Configuration.WebHttpBinding CollectionElement.properties' is assigned but its value is never used
System.ServiceModel.Dispatcher/JsonQueryStringConverter.cs(41,30): warning CS0414: The private field `System.ServiceModel.Dispatcher.JsonQueryStringConverter.se rializer' is assigned but its value is never used
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The private field `System.ServiceModel.Dispatcher.WebMessageFormatter.WebClientMe ssageFormatter.default_formatter' is never used
System.ServiceModel/WebHttpBinding.cs(89,8): warning CS0649: Field `System.ServiceModel.WebHttpBinding.receive_synchronously' is never assigned to, and will alw ays have its default value `false'
Compilation succeeded - 8 warning(s)
Creating the per profile list ../../build/deps/net_4_0_System.Data.Services.Client.dll.sources ...
MCS [net_4_0] System.Data.Services.Client.dll
./Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expres sions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to p rovide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,78): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressio ns.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to prov ide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions. ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Compilation succeeded - 3 warning(s)
Creating the per profile list ../../build/deps/net_4_0_System.Data.Services.dll.sources ...
MCS [net_4_0] System.Data.Services.dll
./System.Data.Services/DataServiceException.cs(67,13): warning CS0628: `System.Data.Services.DataServiceException.DataServiceException(System.Runtime.Serializat ion.SerializationInfo, System.Runtime.Serialization.StreamingContext)': new protected member declared in sealed class
Compilation succeeded - 1 warning(s)
Read in 17 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Json.Microsoft/System.Json/Properties/Resources.resx'
Writing resource file... Done.
MCS [net_4_0] System.Json.Microsoft.dll
./../../jay/jay: 6 shift/reduce conflicts.
MCS [net_4_0] monodoc.dll
../../../external/Lucene.Net/src/core/Support/FileSupport.cs(113,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(239,39): warning CS0693: Type parameter `T' has the same name as the type parameter from outer ty pe `Lucene.Net.Support.EquatableList<T>'
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(34,32): (Location of the symbol related to previous warning)
Monodoc.Ecma/EcmaUrlTokenizer.cs(12,7): warning CS0414: The private field `Monodoc.Ecma.EcmaUrlTokenizer.current_token' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(222,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.yyline' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(230,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.yycolumn' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(233,16): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.zzAtBOL' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Document/DateTools.cs(58,57): warning CS0414: The private field `Lucene.Net.Documents.DateTools.calInstance' is assigned b ut its value is never used
../../../external/Lucene.Net/src/core/Index/CharBlockPool.cs(31,16): warning CS0649: Field `Lucene.Net.Index.CharBlockPool.numBuffer' is never assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/DocFieldProcessorPerThread.cs(42,18): warning CS0649: Field `Lucene.Net.Index.DocFieldProcessorPerThread.docBoost' i s never assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/FormatPostingsDocsWriter.cs(39,17): warning CS0649: Field `Lucene.Net.Index.FormatPostingsDocsWriter.freqStart' is n ever assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/TermVectorsTermsWriter.cs(34,30): warning CS0649: Field `Lucene.Net.Index.TermVectorsTermsWriter.termVectorsWriter' is never assigned to, and will always have its default value `null'
../../../external/Lucene.Net/src/core/Messages/NLS.cs(59,40): warning CS0414: The private field `Lucene.Net.Messages.NLS.AnonymousClassPrivilegedAction.field' i s assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/DocIdSetIterator.cs(29,15): warning CS0414: The private field `Lucene.Net.Search.DocIdSetIterator.doc' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Function/CustomScoreQuery.cs(487,24): warning CS0414: The private field `Lucene.Net.Search.Function.CustomScoreQuer y.CustomScorer.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Function/ValueSourceQuery.cs(163,39): warning CS0414: The private field `Lucene.Net.Search.Function.ValueSourceQuer y.ValueSourceScorer.weight' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Spans/SpanFirstQuery.cs(45,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanFirstQuery.Anonymous ClassSpans.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Spans/SpanNotQuery.cs(47,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanNotQuery.AnonymousClas sSpans.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Store/MMapDirectory.cs(75,19): warning CS0414: The private field `Lucene.Net.Store.MMapDirectory.AnonymousClassPrivilegedE xceptionAction.buffer' is assigned but its value is never used
Compilation succeeded - 18 warning(s)
Read in 96 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.ComponentModel.Composition/src/ComponentModel/Strings.resx'
Writing resource file... Done.
MCS [net_4_0] System.ComponentModel.Composition.dll
src/ComponentModel/System/ComponentModel/Composition/MetadataViewGenerator.cs(193,23): warning CS0219: The variable `innerTryCastValue' is assigned but its valu e is never used
Compilation succeeded - 1 warning(s)
mkdir -p -- ../../class/lib/net_4_5/tmp/
MCS [net_4_5] mscorlib.dll
** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll
MCS [net_4_5] System.dll
System.Diagnostics/TraceImpl.cs(44,15): warning CS0649: Field `System.Diagnostics.TraceImplSettings.AutoFlush' is never assigned to, and will always have its de fault value `false'
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Xml.dll
MCS [net_4_5] Mono.CompilerServices.SymbolWriter.dll
MCS [net_4_5] Mono.Posix.dll
Creating the per profile list ../../build/deps/net_4_5_System.Core.dll.sources ...
MCS [net_4_5] System.Core.dll
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(159,24): warning CS0618: `Mono.Unix.Native.Syscall.getpagesize()' is obsolete: `Dropped in POSIX 1003.1-2001. U se Syscall.sysconf (SysconfName._SC_PAGESIZE).'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(513,42): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(610,68): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(625,52): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.Pipes/PipeStream.cs(135,15): warning CS0618: `System.IO.FileStream.FileStream(System.IntPtr, System.IO.FileAccess, bool, int, bool)' is obsolete: `Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) instead'
System.IO.Pipes/PipeUnix.cs(208,37): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.Pipes/PipeUnix.cs(274,36): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(440,26): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileAccess' is assigned but its value is never used
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(441,10): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.name' is assigned but i ts value is never used
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(442,8): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileCapacity' is assigne d but its value is never used
Compilation succeeded - 10 warning(s)
MCS [net_4_5] Mono.Security.dll
./Mono.Security.Protocol.Ntlm/Type3Message.cs(275,29): warning CS0618: `Mono.Security.Protocol.Ntlm.ChallengeResponse' is obsolete: `Use of this API is highly d iscouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,13): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.Ge tName()' is obsolete: `Use the Subject property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,32): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.Ge tIssuerName()' is obsolete: `Use the Issuer property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,14): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.Ge tName()' is obsolete: `Use the Subject property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,33): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.Ge tIssuerName()' is obsolete: `Use the Issuer property.'
Compilation succeeded - 5 warning(s)
** Warning: System.dll built without parts that depend on: System.Configuration.dll
MCS [net_4_5] System.dll
System.Configuration/SettingValueElement.cs(42,17): warning CS0169: The private field `System.Configuration.SettingValueElement.original' is never used
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Security.dll
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,4): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,27): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete
Compilation succeeded - 2 warning(s)
MCS [net_4_5] System.Configuration.dll
MCS [net_4_5] System.dll
MCS [net_4_5] I18N.dll
Manager.cs(55,63): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Pl ease use Hashtable(IEqualityComparer) instead'
Compilation succeeded - 2 warning(s)
MCS [net_4_5] I18N.West.dll
MCS [net_4_5] I18N.MidEast.dll
MCS [net_4_5] I18N.Other.dll
MCS [net_4_5] I18N.Rare.dll
MCS [net_4_5] I18N.CJK.dll
MCS [net_4_5] resgen.exe
MCS [net_4_5] System.Drawing.dll
System.Drawing.Printing/PrintingServices.cs(117,27): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.Name' is never assigned to, and will always h ave its default value `null'
System.Drawing.Printing/PrintingServices.cs(123,16): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.IsDefault' is never assigned to, and will alw ays have its default value `false'
System.Drawing.Printing/PageSettings.cs(57,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginX' is never assigned to, and will always ha ve its default value `0'
System.Drawing.Printing/PageSettings.cs(58,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginY' is never assigned to, and will always ha ve its default value `0'
System.Drawing.Printing/PageSettings.cs(59,14): warning CS0649: Field `System.Drawing.Printing.PageSettings.printableArea' is never assigned to, and will always have its default value
Compilation succeeded - 5 warning(s)
MCS [net_4_5] System.Transactions.dll
System.Transactions/CommittableTransaction.cs(61,8): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `System.Transactions.CommittableTransaction' to get value comparison
System.Transactions/Transaction.cs(53,8): warning CS0414: The private field `System.Transactions.Transaction.tag' is assigned but its value is never used
System.Transactions/TransactionManager.cs(85,4): warning CS0067: The event `System.Transactions.TransactionManager.DistributedTransactionStarted' is never used
Compilation succeeded - 3 warning(s)
MCS [net_4_5] System.EnterpriseServices.dll
System.EnterpriseServices/RegistrationErrorInfo.cs(40,10): warning CS0649: Field `System.EnterpriseServices.RegistrationErrorInfo.errorString' is never assigned to, and will always have its default value `null'
System.EnterpriseServices/RegistrationException.cs(40,27): warning CS0649: Field `System.EnterpriseServices.RegistrationException.errorInfo' is never assigned t o, and will always have its default value `null'
Compilation succeeded - 2 warning(s)
MCS [net_4_5] Mono.Data.Tds.dll
MCS [net_4_5] System.Data.dll
Mono.Data.SqlExpressions/Parser.cs(74,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally
Mono.Data.SqlExpressions/Parser.cs(296,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally
System.Data/DataTable.cs(2608,15): warning CS0219: The variable `htRowErrors' is assigned but its value is never used
System.Data.Common/DbConnection.cs(56,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.Common/DbProviderFactoriesConfigurationHandler.cs(118,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(strin g, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException'
System.Data.OleDb/OleDbConnection.cs(80,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribu te instead of RecommendedAsConfigurableAttribute'
System.Data.Odbc/OdbcConnection.cs(98,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.SqlClient/SqlConnection.cs(142,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttr ibute instead of RecommendedAsConfigurableAttribute'
System.Data.SqlClient/SqlConnection.cs(1126,16): warning CS0108: `System.Data.SqlClient.SqlConnection.MetaDataCollections' hides inherited member `System.Data.C ommon.DbConnection.MetaDataCollections'. Use the new keyword if hiding was intended
System.Data.Common/DbConnection.cs(247,25): (Location of the symbol related to previous warning)
System.Data/XmlSchemaDataImporter.cs(293,6): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use X mlSchemaSet.Compile() instead.'
System.Data/XmlSchemaDataImporter.cs(341,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
System.Data/XmlSchemaDataImporter.cs(829,11): warning CS0219: The variable `ordinal' is assigned but its value is never used
System.Data/DataRelation.cs(55,19): warning CS0414: The private field `System.Data.DataRelation.dataSet' is assigned but its value is never used
System.Data/XmlDataInferenceLoader.cs(173,15): warning CS0414: The private field `System.Data.XmlDataInferenceLoader.mode' is assigned but its value is never us ed
System.Data.OleDb/OleDbConnection.cs(352,45): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used
System.Data.OleDb/OleDbDataReader.cs(47,24): warning CS0414: The private field `System.Data.OleDb.OleDbDataReader.command' is assigned but its value is never us ed
System.Data.SqlClient/SqlCommand.cs(1022,47): warning CS0067: The event `System.Data.SqlClient.SqlCommand.StatementCompleted' is never used
System.Data.SqlClient/SqlConnection.cs(102,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.connectionReset' is assigned but its value is never used
System.Data.SqlClient/SqlConnection.cs(1738,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.userInstance' is assigned but its value i s never used
System.Data.SqlClient/SqlConnection.cs(950,19): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.SqlMonitorSocket.server' is assigned but its value is never used
System.Data.SqlClient/SqlDependency.cs(66,37): warning CS0067: The event `System.Data.SqlClient.SqlDependency.OnChange' is never used
System.Data.SqlClient/SqlParameterCollection.cs(60,14): warning CS0414: The private field `System.Data.SqlClient.SqlParameterCollection.command' is assigned but its value is never used
System.Data.SqlClient/SqlBulkCopy.cs(63,26): warning CS0414: The private field `System.Data.SqlClient.SqlBulkCopy.externalTransaction' is assigned but its value is never used
Compilation succeeded - 23 warning(s)
MCS [net_4_5] Accessibility.dll
MCS [net_4_5] Mono.WebBrowser.dll
Mono.WebBrowser/Manager.cs(46,21): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Runtime.Serialization.Formatters.Soap.dll
MCS [net_4_5] System.Windows.Forms.dll
System.Windows.Forms/XplatUIX11.cs(2803,11): warning CS0472: The result of comparing value type `System.IntPtr' with null is always `true'
System.Windows.Forms/Cursor.cs(93,17): warning CS0649: Field `System.Windows.Forms.Cursor.size' is never assigned to, and will always have its default value
System.Windows.Forms/MdiWindowManager.cs(49,17): warning CS0649: Field `System.Windows.Forms.MdiWindowManager.icon_clicked' is never assigned to, and will alway s have its default value
Compilation succeeded - 3 warning(s)
MCS [net_4_5] Mono.Data.Sqlite.dll
Creating the per profile list ../../build/deps/net_4_5_System.Web.ApplicationServices.dll.sources ...
MCS [net_4_5] System.Web.ApplicationServices.dll
Makefile:452: ../../build/deps/System.Web_standalone_test_net_4_5.dll.makefrag: No such file or directory
Makefile:453: ../../build/deps/net_4_5_standalone-runner-support.dll.makefrag: No such file or directory
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Creating ../../build/deps/net_4_5_standalone-runner-support.dll.makefrag ...
Creating ../../build/deps/System.Web_standalone_test_net_4_5.dll.makefrag ...
Creating the per profile list ../../build/deps/net_4_5_System.Web.dll.sources ...
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
** Warning: System.Web.dll built without parts that depend on: System.Web.Services.dll Mono.Web.dll
MCS [net_4_5] System.Web.dll
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning)
System.Web/HttpApplication.cs(223,39): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile
System.Web/HttpApplication.cs(833,30): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile
System.Web.Configuration_2.0/LruCache.cs(43,8): warning CS0169: The private field `System.Web.Configuration.LruCache<TKey,TValue>.size_overriden' is never used
Compilation succeeded - 9 warning(s)
MCS [net_4_5] Mono.Web.dll
MCS [net_4_5] System.Web.Services.dll
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(176,50): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(strin g)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(515,10): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationE xception(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException'
System.Web.Services.Protocols/HttpSimpleClientProtocol.cs(169,40): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete
System.Web.Services.Protocols/LogicalMethodInfo.cs(356,34): warning CS0162: Unreachable code detected
System.Web.Services.Protocols/MimeFormatter.cs(89,47): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete
System.Web.Services.Protocols/MimeFormatter.cs(116,47): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete
System.Web.Services.Protocols/SoapDocumentationHandler.cs(236,40): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICo deGenerator is obsolete'
System.Web.Services.Protocols/SoapHttpClientProtocol.cs(246,6): warning CS0728: Possibly incorrect assignment to `s' which is the argument to a using or lock st atement
System.Web.Services.Protocols/WebClientProtocol.cs(115,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use Settings BindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Web.Services.Protocols/WebClientProtocol.cs(123,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use Settings BindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Web.Services.Protocols/WebClientProtocol.cs(131,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use Settings BindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Web.Services.Protocols/WebServiceHandlerFactory.cs(105,11): warning CS0219: The variable `fp' is assigned but its value is never used
System.Web.Services.Description/HttpSimpleProtocolImporter.cs(47,15): warning CS0414: The private field `System.Web.Services.Description.HttpSimpleProtocolImpor ter.httpBinding' is assigned but its value is never used
System.Web.Services.Description/ServiceDescriptionCollection.cs(39,30): warning CS0414: The private field `System.Web.Services.Description.ServiceDescriptionCol lection.importer' is assigned but its value is never used
System.Web.Services.Protocols/SoapDocumentationHandler.cs(53,20): warning CS0414: The private field `System.Web.Services.Protocols.SoapDocumentationHandler._typ eStubInfo' is assigned but its value is never used
System.Web.Services.Protocols/WebServiceHandler.cs(43,15): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler._context' is assig ned but its value is never used
System.Web.Services.Protocols/WebServiceHandler.cs(44,20): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler.session' is assign ed but its value is never used
Compilation succeeded - 17 warning(s)
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
MCS [net_4_5] System.Web.dll
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Configuration.dll (Location of the symbol related to previous warning)
System.Web.Mail/MailAttachment.cs(60,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definitio n
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.ApplicationServices.dll (Location of the symbol related to previous warning)
System.Web/HttpApplication.cs(223,39): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile
System.Web/HttpApplication.cs(833,30): warning CS0420: `System.Web.HttpApplication.modcoll': A volatile field references will not be treated as volatile
System.Web.Configuration_2.0/LruCache.cs(43,8): warning CS0169: The private field `System.Web.Configuration.LruCache<TKey,TValue>.size_overriden' is never used
Compilation succeeded - 9 warning(s)
MCS [net_4_5] System.Runtime.Remoting.dll
System.Runtime.Remoting.Channels/ChannelCore.cs(60,19): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(65,42): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars a nd GetInvalidFileNameChars methods.'
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(75,28): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(81,17): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,28): warning CS0618: `System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is obsolete: `Use Configure(String,Boolean)'
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,22): warning CS0618: `System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(Sy stem.Runtime.Remoting.Channels.IChannel)' is obsolete: `Use RegisterChannel(IChannel,Boolean)'
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,35): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(145,34): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instea d'
System.Runtime.Remoting.MetadataServices/MetaData.cs(67,30): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompi ler is obsolete'
System.Runtime.Remoting.MetadataServices/MetaData.cs(81,30): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompi ler is obsolete'
System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,12): warning CS0414: The private field `System.Runtime.Remoting.Channels.BinaryServerFormatterS ink.protocol' is assigned but its value is never used
System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs(43,24): warning CS0414: The private field `System.Runtime.Remoting.Channels.Ipc.Unix.IpcServerChan nel._path' is assigned but its value is never used
Compilation succeeded - 12 warning(s)
MCS [net_4_5] System.Configuration.Install.dll
System.Configuration.Install/Installer.cs(40,18): warning CS0649: Field `System.Configuration.Install.Installer.helptext' is never assigned to, and will always have its default value `null'
System.Configuration.Install/InstallException.cs(39,21): warning CS0414: The private field `System.Configuration.Install.InstallException.innerException' is ass igned but its value is never used
System.Configuration.Install/InstallContext.cs(37,10): warning CS0414: The private field `System.Configuration.Install.InstallContext.log_file' is assigned but its value is never used
Compilation succeeded - 3 warning(s)
MCS [net_4_5] System.Management.dll
System.Management/ManagementBaseObject.cs(175,15): warning CS0108: `System.Management.ManagementBaseObject.Dispose()' hides inherited member `System.ComponentMo del.Component.Dispose()'. Use the new keyword if hiding was intended
./../../class/lib/net_4_5/System.dll (Location of the symbol related to previous warning)
System.Management/ManagementObject.cs(390,15): warning CS0108: `System.Management.ManagementObject.Dispose()' hides inherited member `System.Management.Manageme ntBaseObject.Dispose()'. Use the new keyword if hiding was intended
System.Management/ManagementBaseObject.cs(175,15): (Location of the symbol related to previous warning)
System.Management/ManagementEventWatcher.cs(85,41): warning CS0067: The event `System.Management.ManagementEventWatcher.EventArrived' is never used
System.Management/ManagementEventWatcher.cs(86,36): warning CS0067: The event `System.Management.ManagementEventWatcher.Stopped' is never used
System.Management/ManagementOperationObserver.cs(45,38): warning CS0067: The event `System.Management.ManagementOperationObserver.Completed' is never used
System.Management/ManagementOperationObserver.cs(46,38): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectPut' is never used
System.Management/ManagementOperationObserver.cs(47,40): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectReady' is never used
System.Management/ManagementOperationObserver.cs(48,37): warning CS0067: The event `System.Management.ManagementOperationObserver.Progress' is never used
Compilation succeeded - 8 warning(s)
MCS [net_4_5] System.Data.OracleClient.dll
MCS [net_4_5] Microsoft.VisualC.dll
MCS [net_4_5] cscompmgd.dll
** Warning: System.Web.dll built without parts that depend on: System.Drawing.Design.dll
MCS [net_4_5] System.Design.dll
System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,50): warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' conflicts with the importe d type of same name'. Ignoring the imported type definition
System.Data.Design/TypedDataSetGenerator.cs(48,22): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/ConnectionStringEditor.cs(50,25): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescrip torContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/ConnectionStringEditor.cs(56,40): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDesc riptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current memb er override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/TemplatedControlDesigner.cs(224,15): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended
System.Web.UI.Design/ControlDesigner.cs(274,15): (Location of the symbol related to previous warning)
System.Web.UI.Design/TemplatedControlDesigner.cs(236,11): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is support ed in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.'
System.Web.UI.Design.WebControls/PanelDesigner.cs(33,31): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesi gner instead'
System.Web.UI.Design.WebControls/PanelDesigner.cs(45,27): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesi gner.OnBehaviorAttached()'
System.Web.UI.Design/ReadWriteControlDesigner.cs(37,38): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/TableDesigner.cs(45,26): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' override s obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.Ge tPersistInnerHtml()'
System.Web.UI.Design/ControlDesigner.cs(171,25): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,25): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtm l(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRe gionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
System.Web.UI.Design/ControlDesigner.cs(73,25): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides inherite d member `System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'. Use the new keyword if hiding was intended
System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,17): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides inherite d member `System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. Use the new keyword if hiding was intended
System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,17): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,24): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlReq uiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.We b.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete'
System.Web.UI.Design/ControlDesigner.cs(230,23): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,31): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateConta inerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attri bute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)'
System.Web.UI.Design/TemplatedControlDesigner.cs(107,30): (Location of the symbol related to previous warning)
System.Windows.Forms.Design/AxImporter.cs(75,10): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete
System.Windows.Forms.Design/AxImporter.cs(90,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(96,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(106,46): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete
System.Windows.Forms.Design/AxImporter.cs(168,36): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(170,32): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/ControlDesigner.cs(100,24): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDes igner.OnSetComponentDefaults()'
System.ComponentModel.Design/ComponentDesigner.cs(287,23): (Location of the symbol related to previous warning)
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,53): warning CS0108: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCo llection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword if hiding was intended
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.ComponentModel.Design/ComponentDesigner.cs(182,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.'
System.ComponentModel.Design/ComponentDesigner.cs(189,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: ` This method has been deprecated. Use InitializeExistingComponent instead.'
System.ComponentModel.Design/DesignerActionList.cs(67,4): warning CS0162: Unreachable code detected
System.Data.Design/TypedDataSetGeneratorException.cs(50,12): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the impo rted type definition
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,32): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use Vi ewTechnology.Default.'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,10): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is nev er assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,8): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured ' is never assigned to, and will always have its default value `false'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,16): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_nam e' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,31): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_s tring' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design/DesignerActionMethodItem.cs(41,22): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action _list' is assigned but its value is never used
System.ComponentModel.Design/DesignerActionService.cs(45,55): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsC hanged' is never used
System.ComponentModel.Design/DesignerActionUIService.cs(43,56): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUI StateChange' is never used
System.Web.UI.Design/TemplatedControlDesigner.cs(236,33): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplatedControlDesigner.cs(238,16): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false'
System.Web.UI.Design/TemplatedControlDesigner.cs(239,24): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplateEditingService.cs(90,25): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used
System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,10): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expr ession' is assigned but its value is never used
System.Windows.Forms.Design/AxParameterData.cs(131,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and wi ll always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(132,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(133,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(134,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(135,18): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(136,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(137,18): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used
System.Windows.Forms.Design/ComponentTray.cs(51,21): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used
System.Windows.Forms.Design/EventHandlerService.cs(37,29): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is neve r used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,29): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,14): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorS erviceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0'
System.Windows.Forms.Design.Behavior/Glyph.cs(41,12): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null'
Compilation succeeded - 53 warning(s)
MCS [net_4_5] PEAPI.dll
MCS [net_4_5] Npgsql.dll
MCS [net_4_5] Commons.Xml.Relaxng.dll
Commons.Xml.Relaxng/RelaxngPattern.cs(83,19): warning CS0219: The variable `g' is assigned but its value is never used
Commons.Xml.Relaxng/RelaxngValidatingReader.cs(566,17): warning CS0184: The given expression is never of the provided (`Commons.Xml.Relaxng.Derivative.RdpElemen t') type
Commons.Xml.Relaxng/RelaxngValidatingReader.cs(567,5): warning CS0162: Unreachable code detected
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,59): warning CS0612: `System.Xml.Schema.XmlSchemaElement.ElementType' is obsolete
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(194,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,4): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() me thod using appropriate XmlReaderSettings instead.'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,32): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() m ethod using appropriate XmlReaderSettings instead.'
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(898,16): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete
Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,8): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler, System.Xml.XmlResolver) ' is obsolete: `Use XmlSchemaSet.Compile() instead.'
/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/RncParser.jay(70,14): warning CS0649: Field `Commons.Xml.Relaxng.Rnc. RncParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0'
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(750,8): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractBinary.expanded' is never assigned to, an d will always have its default value `false'
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1399,8): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent.isExpanded' is never assig ned to, and will always have its default value `false'
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,25): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assign ed but its value is never used
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,25): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assig ned but its value is never used
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,23): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its value is never used
Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,8): warning CS0169: The private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is never used
Commons.Xml.Nvdl/NvdlSimplified.cs(549,15): warning CS0649: Field `Commons.Xml.Nvdl.SimpleValidate.resolver' is never assigned to, and will always have its defa ult value `null'
Compilation succeeded - 18 warning(s)
MCS [net_4_5] Novell.Directory.Ldap.dll
MCS [net_4_5] Mono.Security.Win32.dll
MCS [net_4_5] System.DirectoryServices.dll
System.DirectoryServices/DirectoryEntries.cs(168,25): warning CS0168: The variable `e' is declared but never used
System.DirectoryServices/DirectoryEntries.cs(266,16): warning CS0219: The variable `nextEntry' is assigned but its value is never used
System.DirectoryServices/DirectoryEntry.cs(489,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindable Attribute instead of RecommendedAsConfigurableAttribute'
System.DirectoryServices/DirectoryEntry.cs(578,79): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
System.DirectoryServices/DirectoryEntry.cs(597,79): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
System.DirectoryServices/DirectoryEntry.cs(777,16): warning CS0219: The variable `nextEntry' is assigned but its value is never used
System.DirectoryServices/DirectorySearcher.cs(168,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBinda bleAttribute instead of RecommendedAsConfigurableAttribute'
System.DirectoryServices/DirectorySearcher.cs(315,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBinda bleAttribute instead of RecommendedAsConfigurableAttribute'
Compilation succeeded - 8 warning(s)
MCS [net_4_5] System.DirectoryServices.Protocols.dll
MCS [net_4_5] RabbitMQ.Client.Apigen.exe
* Loading spec from 'amqp0-9.stripped.xml'
* Parsing spec
* Generating code into 'net_4_5-api-0-9.cs'
* Loading spec from 'amqp0-8.stripped.xml'
* Parsing spec
* Generating code into 'net_4_5-api-0-8.cs'
* Loading spec from 'qpid-amqp.0-8.stripped.xml'
* Parsing spec
* Generating code into 'net_4_5-api-qpid-0-8.cs'
Creating the per profile list ../../../../build/deps/net_4_5_RabbitMQ.Client.dll.sources ...
MCS [net_4_5] RabbitMQ.Client.dll
MCS [net_4_5] Mono.Messaging.dll
MCS [net_4_5] System.Messaging.dll
System.Messaging/MessageQueuePermissionEntryCollection.cs(38,34): warning CS0414: The private field `System.Messaging.MessageQueuePermissionEntryCollection.owne r' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
MCS [net_4_5] Mono.Messaging.RabbitMQ.dll
MCS [net_4_5] System.ServiceProcess.dll
System.ServiceProcess/ServiceBase.cs(54,8): warning CS0649: Field `System.ServiceProcess.ServiceBase.hasStarted' is never assigned to, and will always have its default value `false'
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Drawing.Design.dll
MCS [net_4_5] System.Design.dll
System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,50): warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' conflicts with the importe d type of same name'. Ignoring the imported type definition
System.Data.Design/TypedDataSetGenerator.cs(48,22): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/ConnectionStringEditor.cs(50,25): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescrip torContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/ConnectionStringEditor.cs(56,40): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDesc riptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current memb er override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_5/System.Drawing.dll (Location of the symbol related to previous warning)
System.Web.UI.Design/TemplatedControlDesigner.cs(224,15): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended
System.Web.UI.Design/ControlDesigner.cs(274,15): (Location of the symbol related to previous warning)
System.Web.UI.Design/TemplatedControlDesigner.cs(236,11): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is support ed in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.'
System.Web.UI.Design.WebControls/PanelDesigner.cs(33,31): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesi gner instead'
System.Web.UI.Design.WebControls/PanelDesigner.cs(45,27): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesi gner.OnBehaviorAttached()'
System.Web.UI.Design/ReadWriteControlDesigner.cs(37,38): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/TableDesigner.cs(45,26): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' override s obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.Ge tPersistInnerHtml()'
System.Web.UI.Design/ControlDesigner.cs(171,25): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,25): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtm l(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRe gionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
System.Web.UI.Design/ControlDesigner.cs(73,25): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides inherite d member `System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'. Use the new keyword if hiding was intended
System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,17): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,17): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides inherite d member `System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. Use the new keyword if hiding was intended
System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,17): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,24): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlReq uiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.We b.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete'
System.Web.UI.Design/ControlDesigner.cs(230,23): (Location of the symbol related to previous warning)
System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,31): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateConta inerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attri bute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)'
System.Web.UI.Design/TemplatedControlDesigner.cs(107,30): (Location of the symbol related to previous warning)
System.Windows.Forms.Design/AxImporter.cs(75,10): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete
System.Windows.Forms.Design/AxImporter.cs(90,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(96,42): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(106,46): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete
System.Windows.Forms.Design/AxImporter.cs(168,36): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/AxImporter.cs(170,32): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete
System.Windows.Forms.Design/ControlDesigner.cs(100,24): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDes igner.OnSetComponentDefaults()'
System.ComponentModel.Design/ComponentDesigner.cs(287,23): (Location of the symbol related to previous warning)
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,53): warning CS0108: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCo llection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword if hiding was intended
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.ComponentModel.Design/ComponentDesigner.cs(182,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.'
System.ComponentModel.Design/ComponentDesigner.cs(189,4): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: ` This method has been deprecated. Use InitializeExistingComponent instead.'
System.ComponentModel.Design/DesignerActionList.cs(67,4): warning CS0162: Unreachable code detected
System.Data.Design/TypedDataSetGeneratorException.cs(50,12): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the impo rted type definition
../../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Data.dll (Location of the symbol related to previous warning)
System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,32): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use Vi ewTechnology.Default.'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,10): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is nev er assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,8): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured ' is never assigned to, and will always have its default value `false'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,16): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_nam e' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,31): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_s tring' is never assigned to, and will always have its default value `null'
System.ComponentModel.Design/DesignerActionMethodItem.cs(41,22): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action _list' is assigned but its value is never used
System.ComponentModel.Design/DesignerActionService.cs(45,55): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsC hanged' is never used
System.ComponentModel.Design/DesignerActionUIService.cs(43,56): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUI StateChange' is never used
System.Web.UI.Design/TemplatedControlDesigner.cs(236,33): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplatedControlDesigner.cs(238,16): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false'
System.Web.UI.Design/TemplatedControlDesigner.cs(239,24): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never as signed to, and will always have its default value `null'
System.Web.UI.Design/TemplateEditingService.cs(90,25): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used
System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,10): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expr ession' is assigned but its value is never used
System.Windows.Forms.Design/AxParameterData.cs(131,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and wi ll always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(132,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(133,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(134,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false'
System.Windows.Forms.Design/AxParameterData.cs(135,18): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(136,16): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null'
System.Windows.Forms.Design/AxParameterData.cs(137,18): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used
System.Windows.Forms.Design/ComponentTray.cs(51,21): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used
System.Windows.Forms.Design/EventHandlerService.cs(37,29): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is ne ver used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,45): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is neve r used
System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,29): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,14): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorS erviceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0'
System.Windows.Forms.Design.Behavior/Glyph.cs(41,12): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null'
Compilation succeeded - 53 warning(s)
MCS [net_4_5] ICSharpCode.SharpZipLib.dll
MCS [net_4_5] Mono.Http.dll
MCS [net_4_5] Mono.Cairo.dll
MCS [net_4_5] IBM.Data.DB2.dll
MCS [net_4_5] CustomMarshalers.dll
MCS [net_4_5] OpenSystem.C.dll
MCS [net_4_5] Mono.Cecil.dll
MCS [net_4_5] Mono.Cecil.Mdb.dll
MCS [net_4_5] Mono.Debugger.Soft.dll
MCS [net_4_5] SystemWebTestShim.dll
Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_5] Microsoft.Build.Framework.dll
MCS [net_4_5] Microsoft.Build.Utilities.v4.0.dll
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,4): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqua lityComparer instead.'
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,53): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `P lease use StringComparer instead.'
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,12): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCode Provider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead'
Compilation succeeded - 3 warning(s)
MCS [net_4_5] Microsoft.Build.Engine.dll
MCS [net_4_5] Microsoft.Build.Tasks.v4.0.dll
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBu ilder.products' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_key word' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,24): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity ' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.componen t_files' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded ' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.produc tBuilders' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,11): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.prod uct' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never ass igned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,19): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is ne ver assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isFrameworkAssembly' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isNeutralPlatform' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembly Identity.isStrongName' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Assembl yManifest.externalProxyStubs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.descri ption' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.thread ingModel' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,14): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.comClasses' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,15): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.proxyStubs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,13): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileRefere nce.typeLibs' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,31): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemb lyReferences' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,27): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileRe ferences' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,28): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.output Messages' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.O utputMessageCollection.error_count' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.O utputMessageCollection.warning_count' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.name' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,12): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.text' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,21): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMess age.type' is never assigned to, and will always have its default value `0'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.base Interface' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name ' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numM ethods' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbI d' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,9): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUn managedCodePermission' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' i s never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDire ctory' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resource Id' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' i s never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,10): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass. name' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,8): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.v ersioned' is never assigned to, and will always have its default value `false'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(63,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is n ever assigned to, and will always have its default value `null'
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(68,15): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never ass igned to, and will always have its default value `null'
Microsoft.Build.Tasks/SGen.cs(45,10): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have it s default value `null'
Compilation succeeded - 52 warning(s)
MCS [net_4_5] System.Xml.Linq.dll
System.Xml.Linq/XDocument.cs(98,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
System.Xml.Linq/XDocument.cs(123,6): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
System.Xml.Linq/XElement.cs(410,13): warning CS0618: `System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use DtdProcessing property instead'
Compilation succeeded - 3 warning(s)
Creating the per profile list ../../build/deps/net_4_5_System.Runtime.Serialization.dll.sources ...
MCS [net_4_5] System.Runtime.Serialization.dll
Assembly/AssemblyInfo.cs(66,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Runtime.Serialization/XsdDataContractExporter.cs(67,19): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
System.Xml/UniqueId.cs(58,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(73,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(98,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(127,5): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(168,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(184,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
System.Xml/UniqueId.cs(207,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalAttribute instead'
Compilation succeeded - 9 warning(s)
MCS [net_4_5] System.Data.DataSetExtensions.dll
System.Data/OrderedEnumerableRowCollection.cs(40,63): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data .OrderedEnumerableRowCollection<TRow>'
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning)
System.Data/OrderedEnumerableRowCollection.cs(47,64): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data .OrderedEnumerableRowCollection<TRow>'
System.Data/OrderedEnumerableRowCollection.cs(37,53): (Location of the symbol related to previous warning)
Compilation succeeded - 2 warning(s)
MCS [net_4_5] System.Data.Linq.dll
src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant
src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier `DbLinq.Util.BaseLock._Locks' is not CLS-compliant
Compilation succeeded - 8 warning(s)
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Makefile:473: warning: overriding recipe for target `clean-local'
../../build/library.make:192: warning: ignoring old recipe for target `clean-local'
Creating the per profile list ../../build/deps/net_4_5_System.Web.Abstractions.dll.sources ...
MCS [net_4_5] System.Web.Abstractions.dll
Creating the per profile list ../../build/deps/net_4_5_System.Web.Routing.dll.sources ...
MCS [net_4_5] System.Web.Routing.dll
MCS [net_4_5] System.IdentityModel.dll
System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,35): warning CS0109: The member `System.IdentityModel.Tokens.SamlAuthenticationStatement.bindings' does not hide an inherited member. The new keyword is not required
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.IdentityModel.Claims/ClaimSet.cs(39,19): warning CS0649: Field `System.IdentityModel.Claims.ClaimSet.win' is never assigned to, and will always have its default value `null'
System.IdentityModel.Claims/WindowsClaimSet.cs(38,19): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.identity' is never assigned to, and wi ll always have its default value `null'
System.IdentityModel.Claims/WindowsClaimSet.cs(39,12): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,8): warning CS0649: Field `System.IdentityModel.Selectors.RsaSecurityTokenAuthenticator.RsaAu thorizationPolicy.rsa' is never assigned to, and will always have its default value `null'
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(42,37): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuth enticator.authenticators' is assigned but its value is never used
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(43,12): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuth enticator.max_clock_skew' is assigned but its value is never used
System.IdentityModel.Selectors/WindowsUserNameSecurityTokenAuthenticator.cs(38,8): warning CS0414: The private field `System.IdentityModel.Selectors.WindowsUser NameSecurityTokenAuthenticator.include_win_groups' is assigned but its value is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,21): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityTo ken.cred' is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,27): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityTo ken.imp_level' is never used
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,10): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.svc_prin cipal_name' is never assigned to, and will always have its default value `null'
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,30): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.id' is n ever assigned to, and will always have its default value `null'
Compilation succeeded - 13 warning(s)
MCS [net_4_5] System.IdentityModel.Selectors.dll
Creating the per profile list ../../build/deps/net_4_5_System.ServiceModel.dll.sources ...
** Warning: System.ServiceModel.dll built without parts that depend on: System.ServiceModel.Activation.dll
MCS [net_4_5] System.ServiceModel.dll
../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: Cannot restore warning `CS0436' because it was disabled globally
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"'
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct'
Mono.Security.Protocol.Tls/HttpsClientStream.cs(96,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.ServiceModel.Channels/HttpTransportBindingElement.cs(316,14): warning CS0108: `System.ServiceModel.Channels.HttpTransportBindingElement.CreateTransportBi nding(System.Xml.XmlElement)' hides inherited member `System.ServiceModel.Channels.TransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)'. Use t he new keyword if hiding was intended
System.ServiceModel.Channels/TransportBindingElement.cs(96,30): (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected
System.ServiceModel.Configuration/AddressHeaderCollectionElement.cs(103,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(251,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(478,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/NetTcpBinding.cs(264,4): warning CS0162: Unreachable code detected
../System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always h ave its default value `false'
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never a ssigned to, and will always have its default value `false'
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never as signed to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElemen t.binding_element_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_elemen t_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(279,17): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, an d will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(294,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(296,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to , and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(298,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolv ed_token' is never assigned to, and will always have its default value `null'
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value
System.ServiceModel.Security.Tokens/SspiSession.cs(17,35): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to , and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,15): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assig ned to, and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,31): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0'
System.ServiceModel/NetTcpBinding.cs(46,27): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always ha ve its default value `null'
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will a lways have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null'
Compilation succeeded - 39 warning(s)
Makefile:95: ../../build/deps/System.Web.Extensions_standalone_test_net_4_5.dll.makefrag: No such file or directory
Creating ../../build/deps/System.Web.Extensions_standalone_test_net_4_5.dll.makefrag ...
MCS [net_4_5] System.Web.Extensions.dll
./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning)
../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(78,16): warning CS0436: The type `System.Web.Util.MachineKeySectionUtils' conflicts with the importe d type of same name'. Ignoring the imported type definition
../System.Web/System.Web.Util/MachineKeySectionUtils.cs(43,15): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Web.dll (Location of the symbol related to previous warning)
./System.Web.Handlers/ScriptResourceHandler.cs(137,9): warning CS0168: The variable `atime' is declared but never used
./System.Web.ClientServices.Providers/ClientFormsAuthenticationMembershipProvider.cs(46,54): warning CS0067: The event `System.Web.ClientServices.Providers.Clie ntFormsAuthenticationMembershipProvider.UserValidated' is never used
./System.Web.ClientServices.Providers/ClientSettingsProvider.cs(47,54): warning CS0067: The event `System.Web.ClientServices.Providers.ClientSettingsProvider.Se ttingsSaved' is never used
./System.Web.Script.Serialization/JsonDeserializer.cs(267,24): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.serializer' i s assigned but its value is never used
./System.Web.Script.Serialization/JsonDeserializer.cs(268,26): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.typeResolver' is assigned but its value is never used
./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,7): warning CS0414: The private field `System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is assigned but its value is never used
./System.Web.UI.WebControls/NumericPagerField.cs(49,7): warning CS0414: The private field `System.Web.UI.WebControls.NumericPagerField._fieldIndex' is assigned but its value is never used
Compilation succeeded - 9 warning(s)
MCS [net_4_5] System.Web.Extensions.Design.dll
Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Design.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
Creating the per profile list ../../build/deps/net_4_5_System.ComponentModel.DataAnnotations.dll.sources ...
MCS [net_4_5] System.ComponentModel.DataAnnotations.dll
MCS [net_4_5] System.Web.DynamicData.dll
Assembly/AssemblyInfo.cs(64,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
Compilation succeeded - 1 warning(s)
MCS [net_4_5] dummy-System.Web.Mvc.dll
MCS [net_4_5] Mono.C5.dll
C5/Interfaces.cs(727,10): warning CS0108: `C5.IList<T>.IsFixedSize' hides inherited member `System.Collections.IList.IsFixedSize'. Use the new keyword if hiding was intended
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
C5/linkedlists/LinkedList.cs(1892,7): warning CS0162: Unreachable code detected
Compilation succeeded - 2 warning(s)
MCS [net_4_5] Mono.Management.dll
MCS [net_4_5] Mono.Options.dll
MCS [net_4_5] Mono.Simd.dll
Mono.Simd/Vector4f.cs(88,16): warning CS0660: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(88,16): warning CS0661: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4ui.cs(34,16): warning CS0660: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(34,16): warning CS0661: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(33,16): warning CS0660: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(33,16): warning CS0661: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8us.cs(34,16): warning CS0660: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(34,16): warning CS0661: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(33,16): warning CS0660: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(33,16): warning CS0661: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16b.cs(33,16): warning CS0660: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(33,16): warning CS0661: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16sb.cs(34,16): warning CS0660: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(34,16): warning CS0661: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui, Mono.Si md.ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant
Compilation succeeded - 20 warning(s)
MCS [net_4_5] Mono.Tasklets.dll
MCS [net_4_5] System.Dynamic.dll
MCS [net_4_5] Mono.CSharp.dll
MCS [net_4_5] Moonlight.Build.Tasks.dll
MCS [net_4_5] System.Net.dll
MCS [net_4_5] System.Json.dll
MCS [net_4_5] System.Numerics.dll
MCS [net_4_5] Microsoft.CSharp.dll
Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/Mono.CSharp.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_5] Microsoft.Build.dll
MCS [net_4_5] System.Windows.Forms.DataVisualization.dll
System.Windows.Forms.DataVisualization.Charting/Chart.cs(67,15): warning CS0114: `System.Windows.Forms.DataVisualization.Charting.Chart.Font' hides inherited me mber `System.Windows.Forms.Control.Font'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
./../../class/lib/net_4_5/System.Windows.Forms.dll (Location of the symbol related to previous warning)
System.Windows.Forms.DataVisualization.Charting/Chart.cs(79,15): warning CS0108: `System.Windows.Forms.DataVisualization.Charting.Chart.Size' hides inherited me mber `System.Windows.Forms.Control.Size'. Use the new keyword if hiding was intended
./../../class/lib/net_4_5/System.Windows.Forms.dll (Location of the symbol related to previous warning)
System.Windows.Forms.DataVisualization.Charting/Axis.cs(98,21): warning CS0414: The private field `System.Windows.Forms.DataVisualization.Charting.Axis.ChartAre a' is assigned but its value is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(116,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPla ced' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(117,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPos itionChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(118,66): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPos itionChanging' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(119,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationSel ectionChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(120,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationTex tChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(121,49): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBar Clicked' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(122,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChang ed' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(123,44): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChang ing' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(124,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositio nChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(125,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositio nChanging' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(126,29): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.Customize' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(127,55): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLege nd' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(128,52): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.FormatNumber' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(129,47): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipTex t' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(130,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PostPaint' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(131,50): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.PrePaint' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(132,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRang eChanged' is never used
System.Windows.Forms.DataVisualization.Charting/Chart.cs(133,46): warning CS0067: The event `System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRang eChanging' is never used
Compilation succeeded - 21 warning(s)
MCS [net_4_5] System.Xaml.dll
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Xaml/TypeExtensionMethods.cs(152,35): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete
System.Xaml/XamlSchemaContext.cs(243,20): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
Compilation succeeded - 3 warning(s)
MCS [net_4_5] WindowsBase.dll
System.IO.Packaging/PackageDigitalSignature.cs(94,4): warning CS0618: `System.Security.SecurityTreatAsSafeAttribute' is obsolete: `Use the SecuritySafeCriticalA ttribute instead'
System.IO.Packaging/PackageProperties.cs(92,25): warning CS0219: The variable `rel' is assigned but its value is never used
System.IO.Packaging/ZipPackagePart.cs(58,18): warning CS0219: The variable `zps' is assigned but its value is never used
System.Security.RightsManagement/ContentGrant.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/ContentUser.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/CryptoProvider.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/LocalizedNameDescriptionPair.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/PublishLicense.cs(31,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/SecureEnvironment.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/UnsignedPublishLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.Security.RightsManagement/UseLicense.cs(32,43): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
System.IO.Packaging/PackUriHelper.cs(33,23): warning CS0414: The private field `System.IO.Packaging.PackUriHelper.PackSchemeUri' is assigned but its value is ne ver used
System.IO.Packaging/PackageDigitalSignatureManager.cs(91,45): warning CS0067: The event `System.IO.Packaging.PackageDigitalSignatureManager.InvalidSignatureEven t' is never used
System.Windows/Freezable.cs(144,29): warning CS0067: The event `System.Windows.Freezable.Changed' is never used
System.Windows/LocalValueEnumerator.cs(36,49): warning CS0414: The private field `System.Windows.LocalValueEnumerator.properties' is assigned but its value is n ever used
System.Windows.Data/DataSourceProvider.cs(63,29): warning CS0067: The event `System.Windows.Data.DataSourceProvider.DataChanged' is never used
System.Windows.Interop/ComponentDispatcher.cs(43,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.EnterThreadModal' is never used
System.Windows.Interop/ComponentDispatcher.cs(44,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.LeaveThreadModal' is never used
System.Windows.Interop/ComponentDispatcher.cs(45,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadFilterMessage' is never used
System.Windows.Interop/ComponentDispatcher.cs(46,36): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadIdle' is never used
System.Windows.Interop/ComponentDispatcher.cs(47,49): warning CS0067: The event `System.Windows.Interop.ComponentDispatcher.ThreadPreprocessMessage' is never us ed
System.Windows.Threading/Dispatcher.cs(496,57): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledException' is never used
System.Windows.Threading/Dispatcher.cs(497,63): warning CS0067: The event `System.Windows.Threading.Dispatcher.UnhandledExceptionFilter' is never used
System.Windows.Threading/DispatcherOperation.cs(146,29): warning CS0067: The event `System.Windows.Threading.DispatcherOperation.Aborted' is never used
Compilation succeeded - 24 warning(s)
MCS [net_4_5] System.ServiceModel.Activation.dll
MCS [net_4_5] System.ServiceModel.dll
../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: Cannot restore warning `CS0436' because it was disabled globally
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"'
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct'
Mono.Security.Protocol.Tls/HttpsClientStream.cs(96,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.ServiceModel.Channels/HttpTransportBindingElement.cs(316,14): warning CS0108: `System.ServiceModel.Channels.HttpTransportBindingElement.CreateTransportBi nding(System.Xml.XmlElement)' hides inherited member `System.ServiceModel.Channels.TransportBindingElement.CreateTransportBinding(System.Xml.XmlElement)'. Use t he new keyword if hiding was intended
System.ServiceModel.Channels/TransportBindingElement.cs(96,30): (Location of the symbol related to previous warning)
Assembly/AssemblyInfo.cs(63,52): warning CS0612: `System.Security.SecurityCriticalScope' is obsolete
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.ServiceModel.Activation.dll (Location of the symbol related to previous warning)
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected
System.ServiceModel.Configuration/AddressHeaderCollectionElement.cs(103,4): warning CS0162: Unreachable code detected
System.ServiceModel/ClientBase.cs(251,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(478,23): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable `ex' is declared but never used
System.ServiceModel/NetTcpBinding.cs(264,4): warning CS0162: Unreachable code detected
../System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always h ave its default value `false'
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null'
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never a ssigned to, and will always have its default value `false'
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never as signed to, and will always have its default value `null'
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigne d to, and will always have its default value `0'
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElemen t.binding_element_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_elemen t_type' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(279,17): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, an d will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(294,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(296,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to , and will always have its default value `null'
System.ServiceModel.Description/WSTrustSTSContract.cs(298,17): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned t o, and will always have its default value `null'
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolv ed_token' is never assigned to, and will always have its default value `null'
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value
System.ServiceModel.Security.Tokens/SspiSession.cs(17,35): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to , and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,15): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assig ned to, and will always have its default value `0'
System.ServiceModel.Security.Tokens/SspiSession.cs(159,31): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0'
System.ServiceModel/NetTcpBinding.cs(46,27): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always ha ve its default value `null'
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will a lways have its default value `null'
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null'
Compilation succeeded - 39 warning(s)
MCS [net_4_5] System.ServiceModel.Routing.dll
Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.ServiceModel.Discovery.dll
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(227,43): warning CS0436: The type `System.ServiceModel.Channels.RequestChannelBase' conflicts with the imported type of same name'. Ignoring the imported type definition
System.ServiceModel.Channels/RequestChannelBase.cs(39,26): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning)
System.ServiceModel.Discovery/DiscoveryClient.cs(98,59): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.FindProgressChanged' is never used
System.ServiceModel.Discovery/DiscoveryClient.cs(99,52): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.ProxyAvailable' is never used
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(237,19): warning CS0169: The private field `System.ServiceModel.Discovery.DiscoveryRequestChannel.clien t' is never used
Compilation succeeded - 4 warning(s)
MCS [net_4_5] System.Runtime.Caching.dll
MCS [net_4_5] System.Runtime.DurableInstancing.dll
MCS [net_4_5] Mono.Parallel.dll
MCS [net_4_5] System.Reactive.Interfaces.dll
MCS [net_4_5] System.Reactive.Core.dll
MCS [net_4_5] System.Reactive.Linq.dll
../../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/Latest.cs(101,21): warning CS0219: The variable `value' is assigned but its val ue is never used
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Reactive.PlatformServices.dll
MCS [net_4_5] System.Reactive.Providers.dll
MCS [net_4_5] System.Reactive.Runtime.Remoting.dll
MCS [net_4_5] System.Reactive.Windows.Forms.dll
MCS [net_4_5] System.Reactive.Windows.Threading.dll
MCS [net_4_5] System.Reactive.Experimental.dll
MCS [net_4_5] System.Reactive.Debugger.dll
MCS [net_4_5] Microsoft.Web.Infrastructure.dll
MCS [net_4_5] WebMatrix.Data.dll
Creating the per profile list ../../build/deps/net_4_5_System.ServiceModel.Web.dll.sources ...
MCS [net_4_5] System.ServiceModel.Web.dll
Assembly/AssemblyInfo.cs(39,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.ServiceModel.dll (Location of the symbol related to previous warning)
System.ServiceModel.Description/WebHttpBehavior.cs(43,22): warning CS0219: The variable `info' is assigned but its value is never used
System.ServiceModel.Dispatcher/WebHttpDispatchOperationSelector.cs(87,12): warning CS0219: The variable `dummy' is assigned but its value is never used
System.ServiceModel/WebHttpBinding.cs(68,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This cl ass is obsolete. Use System.Configuration.ConfigurationErrorsException'
System.ServiceModel.Configuration/WebHttpBindingCollectionElement.cs(53,42): warning CS0414: The private field `System.ServiceModel.Configuration.WebHttpBinding CollectionElement.properties' is assigned but its value is never used
System.ServiceModel.Dispatcher/JsonQueryStringConverter.cs(41,30): warning CS0414: The private field `System.ServiceModel.Dispatcher.JsonQueryStringConverter.se rializer' is assigned but its value is never used
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The private field `System.ServiceModel.Dispatcher.WebMessageFormatter.WebClientMe ssageFormatter.default_formatter' is never used
System.ServiceModel/WebHttpBinding.cs(89,8): warning CS0649: Field `System.ServiceModel.WebHttpBinding.receive_synchronously' is never assigned to, and will alw ays have its default value `false'
Compilation succeeded - 8 warning(s)
Creating the per profile list ../../build/deps/net_4_5_System.Data.Services.Client.dll.sources ...
MCS [net_4_5] System.Data.Services.Client.dll
./Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expres sions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to p rovide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,78): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressio ns.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to prov ide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions. ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Compilation succeeded - 3 warning(s)
Creating the per profile list ../../build/deps/net_4_5_System.Data.Services.dll.sources ...
MCS [net_4_5] System.Data.Services.dll
./System.Data.Services/DataServiceException.cs(67,13): warning CS0628: `System.Data.Services.DataServiceException.DataServiceException(System.Runtime.Serializat ion.SerializationInfo, System.Runtime.Serialization.StreamingContext)': new protected member declared in sealed class
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.Json.Microsoft.dll
MCS [net_4_5] monodoc.dll
../../../external/Lucene.Net/src/core/Support/FileSupport.cs(113,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(239,39): warning CS0693: Type parameter `T' has the same name as the type parameter from outer ty pe `Lucene.Net.Support.EquatableList<T>'
../../../external/Lucene.Net/src/core/Support/EquatableList.cs(34,32): (Location of the symbol related to previous warning)
Monodoc.Ecma/EcmaUrlTokenizer.cs(12,7): warning CS0414: The private field `Monodoc.Ecma.EcmaUrlTokenizer.current_token' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(222,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.yyline' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(230,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.yycolumn' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(233,16): warning CS0414: The private field `Lucene.Net.Analysis.Standard.Standa rdTokenizerImpl.zzAtBOL' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Document/DateTools.cs(58,57): warning CS0414: The private field `Lucene.Net.Documents.DateTools.calInstance' is assigned b ut its value is never used
../../../external/Lucene.Net/src/core/Index/CharBlockPool.cs(31,16): warning CS0649: Field `Lucene.Net.Index.CharBlockPool.numBuffer' is never assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/DocFieldProcessorPerThread.cs(42,18): warning CS0649: Field `Lucene.Net.Index.DocFieldProcessorPerThread.docBoost' i s never assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/FormatPostingsDocsWriter.cs(39,17): warning CS0649: Field `Lucene.Net.Index.FormatPostingsDocsWriter.freqStart' is n ever assigned to, and will always have its default value `0'
../../../external/Lucene.Net/src/core/Index/TermVectorsTermsWriter.cs(34,30): warning CS0649: Field `Lucene.Net.Index.TermVectorsTermsWriter.termVectorsWriter' is never assigned to, and will always have its default value `null'
../../../external/Lucene.Net/src/core/Messages/NLS.cs(59,40): warning CS0414: The private field `Lucene.Net.Messages.NLS.AnonymousClassPrivilegedAction.field' i s assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/DocIdSetIterator.cs(29,15): warning CS0414: The private field `Lucene.Net.Search.DocIdSetIterator.doc' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Function/CustomScoreQuery.cs(487,24): warning CS0414: The private field `Lucene.Net.Search.Function.CustomScoreQuer y.CustomScorer.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Function/ValueSourceQuery.cs(163,39): warning CS0414: The private field `Lucene.Net.Search.Function.ValueSourceQuer y.ValueSourceScorer.weight' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Spans/SpanFirstQuery.cs(45,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanFirstQuery.Anonymous ClassSpans.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Search/Spans/SpanNotQuery.cs(47,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanNotQuery.AnonymousClas sSpans.reader' is assigned but its value is never used
../../../external/Lucene.Net/src/core/Store/MMapDirectory.cs(75,19): warning CS0414: The private field `Lucene.Net.Store.MMapDirectory.AnonymousClassPrivilegedE xceptionAction.buffer' is assigned but its value is never used
Compilation succeeded - 18 warning(s)
MCS [net_4_5] System.Threading.Tasks.Dataflow.dll
System.Threading.Tasks.Dataflow/BatchBlock.cs(59,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.D ataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/BatchedJoinBlock.cs(64,40): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Data flow.DataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.cs(65,40): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Da taflow.DataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/BroadcastBlock.cs(49,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Datafl ow.DataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/BufferBlock.cs(44,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow. DataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/JoinBlock.cs(54,34): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow.Da taflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/JoinBlock`3.cs(56,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Dataflow. DataflowBlockOptions)' is obsolete: `Use ctor'
System.Threading.Tasks.Dataflow/WriteOnceBlock.cs(50,39): warning CS0618: `System.Threading.Tasks.Dataflow.CompletionHelper.GetNew(System.Threading.Tasks.Datafl ow.DataflowBlockOptions)' is obsolete: `Use ctor'
Compilation succeeded - 8 warning(s)
Read in 109 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Strings.resx'
Writing resource file... Done.
MCS [net_4_5] System.ComponentModel.Composition.dll
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionaryDebuggerProxy.cs(17,26): warning CS0436: The type `System.Collections.ObjectModel.ReadOnlyDi ctionary<TKey,TValue>' conflicts with the imported type of same name'. Ignoring the imported type definition
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionary.cs(16,35): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionaryDebuggerProxy.cs(19,48): warning CS0436: The type `System.Collections.ObjectModel.ReadOnlyDi ctionary<TKey,TValue>' conflicts with the imported type of same name'. Ignoring the imported type definition
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionary.cs(16,35): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
src/ComponentModel/System/ComponentModel/Composition/MetadataServices.cs(22,29): warning CS0436: The type `System.Collections.ObjectModel.ReadOnlyDictionary<TKe y,TValue>' conflicts with the imported type of same name'. Ignoring the imported type definition
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionary.cs(16,35): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
src/ComponentModel/System/ComponentModel/Composition/MetadataServices.cs(27,24): warning CS0436: The type `System.Collections.ObjectModel.ReadOnlyDictionary<TKe y,TValue>' conflicts with the imported type of same name'. Ignoring the imported type definition
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionary.cs(16,35): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
src/ComponentModel/System/ComponentModel/Composition/MetadataServices.cs(13,80): warning CS0436: The type `System.Collections.ObjectModel.ReadOnlyDictionary<TKe y,TValue>' conflicts with the imported type of same name'. Ignoring the imported type definition
src/ComponentModel/Microsoft/Internal/Collections/ReadOnlyDictionary.cs(16,35): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/mscorlib.dll (Location of the symbol related to previous warning)
Compilation succeeded - 5 warning(s)
MCS [net_4_5] System.Net.Http.dll
MCS [net_4_5] System.Net.Http.WebRequest.dll
Assembly/AssemblyInfo.cs(43,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
../../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_5/System.Net.Http.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
Read in 87 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.Razor/Resources/RazorResources.resx'
Writing resource file... Done.
Read in 8 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.Razor.dll
Read in 8 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file... Done.
Read in 5 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.WebPages.Deployment.dll
Read in 53 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx'
Writing resource file... Done.
Read in 8 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.WebPages.dll
Read in 2 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.WebPages.Razor/Resources/RazorWebResources.resx'
Writing resource file... Done.
Read in 8 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.WebPages.Razor.dll
Read in 106 resources from '/usr/ports/lang/mono/work/mono-3.2.5/mcs/class/System.Web.Mvc3/Mvc/Resources/MvcResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.Mvc.dll
Read in 7 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file... Done.
Read in 55 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Net.Http.Formatting.dll
../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/JsonContractResolver.cs(95,59): warning CS0108: `System.Net.Http.Formatting.JsonContr actResolver.PrivateMemberContractResolver.Instance' hides inherited member `Newtonsoft.Json.Serialization.DefaultContractResolver.Instance'. Use the new keyword if hiding was intended
../../../external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/DefaultContractResolver.cs(94,39): (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
Read in 7 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file... Done.
Read in 120 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.Http.dll
../../../external/aspnetwebstack/src/System.Web.Http/Controllers/ReflectedHttpActionDescriptor.cs(356,38): warning CS1717: Assignment made to same variable; did you mean to assign something else?
Compilation succeeded - 1 warning(s)
Read in 7 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file... Done.
Read in 33 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.Http.SelfHost.dll
Read in 7 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file... Done.
Read in 5 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx'
Writing resource file... Done.
MCS [net_4_5] System.Web.Http.WebHost.dll
Read in 1692 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/entityframework/src/EntityFramework/Properties/Resources.resx'
Writing resource file... Done.
Read in 30 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/entityframework/src/EntityFramework/Properties/Resources.Migrate.resx'
Writing resource file... Done.
Read in 17 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/entityframework/src/EntityFramework/Properties/Resources.PowerShell.resx'
Writing resource file... Done.
MCS [net_4_5] EntityFramework.dll
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(67,37): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Metadata.Edm.EdmItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(68,39): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Metadata.Edm.StoreItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(69,48): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Mapping.StorageMappingItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(70,40): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Metadata.Edm.ObjectItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(98,37): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Metadata.Edm.EdmItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(99,39): warning CS3001: Argument type `System.Func<System.Data.Enti ty.Core.Metadata.Edm.StoreItemCollection>' is not CLS-compliant
../../../external/entityframework/src/EntityFramework/Core/Metadata/Edm/MetadataWorkspace.cs(100,48): warning CS3001: Argument type `System.Func<System.Data.Ent ity.Core.Mapping.StorageMappingItemCollection>' is not CLS-compliant
Compilation succeeded - 7 warning(s)
Read in 44 resources from '/usr/ports/lang/mono/work/mono-3.2.5/external/entityframework/src/EntityFramework.SqlServer/Properties/Resources.SqlServer.resx'
Writing resource file... Done.
MCS [net_4_5] EntityFramework.SqlServer.dll
MCS [net_4_5] Mono.CodeContracts.dll
Mono.CodeContracts.Static.ControlFlow.Blocks/EnsuresBlock.cs(177,39): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
Compilation succeeded - 1 warning(s)
MCS [net_4_5] System.IO.Compression.dll
MCS [net_4_5] System.IO.Compression.FileSystem.dll
MCS [net_4_5] System.Windows.dll
MCS [net_4_5] System.Xml.Serialization.dll
cd: System.Collections.Concurrent: No such file or directory
gmake[7]: *** [all-recursive] Error 1
gmake[6]: *** [all-recursive] Error 1
gmake[5]: *** [all-recursive] Error 1
gmake[4]: *** [profile-do--net_4_5--all] Error 2
gmake[3]: *** [profiles-do--all] Error 2
gmake[2]: *** [all-local] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-3.2.5/runtime'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-3.2.5'
gmake: *** [all] Error 2
*** [do-build] Error code 1
Stop in /usr/ports/lang/mono.
root@jack-bsd:/usr/ports/lang/mono #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment