System.Runtime.DurableInstancing switches to referencesource with revised deps.
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 1 May 2015 06:58:16 +0000 (15:58 +0900)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 1 May 2015 06:58:16 +0000 (15:58 +0900)
This dll has been nothing but stub. The new dll just builds, unverified.

mcs/class/Makefile
mcs/class/System.Runtime.DurableInstancing/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.DurableInstancing/Makefile
mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.dll.sources

index ac61daed395b3756fdc55977417a2a82847d3e77..ce518bdd3a3eaf63958f8bfe75f554542412d9ea 100644 (file)
@@ -125,6 +125,7 @@ net_4_5_dirs := \
        System.Data.Linq                \
        System.Web.Abstractions         \
        System.Web.Routing              \
+       System.Runtime.DurableInstancing \
        System.IdentityModel            \
        System.IdentityModel.Selectors  \
        System.ServiceModel             \
@@ -141,7 +142,6 @@ net_4_5_dirs := \
        System.ServiceModel.Routing \
        System.ServiceModel.Discovery \
        System.Runtime.Caching \
-       System.Runtime.DurableInstancing \
        Microsoft.Web.Infrastructure \
        System.ServiceModel.Web \
        System.Net.Http \
index 567d257f08b4a147ee42d871ba8b8c43f71de6bb..e339eab8a260aaa8eb2b52bd7fe43ff6f7ba66bd 100644 (file)
@@ -2,7 +2,9 @@
 // AssemblyInfo.cs
 //
 // Author:
-//   Joel W. Reed (joelwreed@gmail.com)
+//   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
 //
 
 //
@@ -30,32 +32,36 @@ using System;
 using System.Reflection;
 using System.Resources;
 using System.Security;
+using System.Security.Permissions;
+using System.Diagnostics;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
-// General Information about the System.ServiceModel assembly
-
-[assembly: AssemblyVersion (Consts.FxVersion)]
-[assembly: SatelliteContractVersion (Consts.FxVersion)]
+// General Information about the System.Runtime.DurableInstancing assembly
+// v3.0 Assembly
 
 [assembly: AssemblyTitle ("System.Runtime.DurableInstancing.dll")]
 [assembly: AssemblyDescription ("System.Runtime.DurableInstancing.dll")]
-[assembly: AssemblyConfiguration ("Development version")]
-[assembly: AssemblyCompany ("MONO development team")]
-[assembly: AssemblyProduct ("MONO CLI")]
-[assembly: AssemblyCopyright ("(c) 2003 Various Authors")]
-[assembly: AssemblyTrademark ("")]
-
-[assembly: CLSCompliant (true)]
 [assembly: AssemblyDefaultAlias ("System.Runtime.DurableInstancing.dll")]
-[assembly: AssemblyInformationalVersion ("3.5.594.0")]
-[assembly: NeutralResourcesLanguage ("en-US")]
 
-[assembly: ComVisible (false)]
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
+[assembly: AssemblyVersion (Consts.FxVersion)]
+[assembly: SatelliteContractVersion (Consts.FxVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 
+[assembly: NeutralResourcesLanguage ("en-US")]
+[assembly: CLSCompliant (true)]
 [assembly: AssemblyDelaySign (true)]
 #if NET_2_1
 [assembly: AssemblyKeyFile ("../silverlight.pub")]
 #else
-[assembly: AssemblyKeyFile("../winfx.pub")]
+[assembly: AssemblyKeyFile ("../winfx.pub")]
+[assembly: AllowPartiallyTrustedCallers]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
 #endif
+
+[assembly: ComVisible (false)]
index bb0c8b4220750526557b37554f2ab4d44e3163b9..3db6eeb9c154442353bc23bbada7950be1cbbfb2 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Runtime.DurableInstancing.dll
-LIB_REFS = System System.Xml System.Runtime.Serialization System.Core System.Xml.Linq
+LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
 LIB_MCS_FLAGS =
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
index a0f79b7e1b75f61f7aacb7d0a5fdcefbef820b50..d31328ff2651723242b88776b57e31215496307b 100644 (file)
@@ -1,19 +1,53 @@
 ../../build/common/Consts.cs
 ../../build/common/Locale.cs
 ../../build/common/MonoTODOAttribute.cs
+../../build/common/SR.cs
+
+SRCore.cs
+
 Assembly/AssemblyInfo.cs
-System.Runtime.DurableInstancing/AllEnums.cs
-System.Runtime.DurableInstancing/AllExceptions.cs
-System.Runtime.DurableInstancing/InstanceHandle.cs
-System.Runtime.DurableInstancing/InstanceKey.cs
-System.Runtime.DurableInstancing/InstanceKeyView.cs
-System.Runtime.DurableInstancing/InstanceLockQueryResult.cs
-System.Runtime.DurableInstancing/InstanceOwner.cs
-System.Runtime.DurableInstancing/InstanceOwnerQueryResult.cs
-System.Runtime.DurableInstancing/InstancePersistenceCommand.cs
-System.Runtime.DurableInstancing/InstancePersistenceContext.cs
-System.Runtime.DurableInstancing/InstancePersistenceEvent.cs
-System.Runtime.DurableInstancing/InstanceStore.cs
-System.Runtime.DurableInstancing/InstanceStoreQueryResult.cs
-System.Runtime.DurableInstancing/InstanceValue.cs
-System.Runtime.DurableInstancing/InstanceView.cs
+
+../../../external/referencesource/System.Runtime.DurableInstancing/AssemblyInfo.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/DisassociateInstanceKeysExtension.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/IDurableInstancingOptions.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceCollisionException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceCompleteException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceHandleConflictException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceHandle.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceHandleReference.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKeyCollisionException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKeyCompleteException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKey.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKeyNotReadyException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKeyState.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceKeyView.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceLockedException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceLockLostException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceLockQueryResult.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceNormalEvent.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceNotReadyException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceOwner.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceOwnerException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceOwnerQueryResult.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistenceCommand.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistenceCommandException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistenceContext.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistence.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistenceEvent.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstancePersistenceException.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceState.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceStore.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceStoreQueryResult.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceValueConsistency.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceValue.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceValueOptions.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/InstanceView.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/ICancelable.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/IPersistencePipelineModule.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/PersistenceMetadataNamespace.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/PersistencePipeline.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/TransactedAsyncResult.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/TransactionHelper.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/Workflow45Namespace.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/WorkflowNamespace.cs
+../../../external/referencesource/System.Runtime.DurableInstancing/System/Runtime/WorkflowServiceNamespace.cs