Index: src/Common/DelftTools.Shell.Core/Workflow/CompositeActivity.cs =================================================================== diff -u -r426da1b8715bb37b1bc570b71ed86e84438f24cf -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Shell.Core/Workflow/CompositeActivity.cs (.../CompositeActivity.cs) (revision 426da1b8715bb37b1bc570b71ed86e84438f24cf) +++ src/Common/DelftTools.Shell.Core/Workflow/CompositeActivity.cs (.../CompositeActivity.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections.Generic; namespace DelftTools.Shell.Core.Workflow Index: src/Common/DelftTools.Utils/Aop/EntityAttribute.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Aop/EntityAttribute.cs (.../EntityAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Utils/Aop/EntityAttribute.cs (.../EntityAttribute.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -5,6 +5,7 @@ using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using PostSharp.Aspects; Index: src/Common/DelftTools.Utils/Aop/Markers/AggregationAttribute.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Aop/Markers/AggregationAttribute.cs (.../AggregationAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Utils/Aop/Markers/AggregationAttribute.cs (.../AggregationAttribute.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,6 +1,6 @@ using System; -namespace DelftTools.Utils.Aop +namespace DelftTools.Utils.Aop.Markers { /// /// Identifies relation as an aggregation association (used by). By default properties and fields are considered compositions (owned by). Index: src/Common/DelftTools.Utils/Aop/Markers/NoNotifyCollectionChangeAttribute.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Aop/Markers/NoNotifyCollectionChangeAttribute.cs (.../NoNotifyCollectionChangeAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Utils/Aop/Markers/NoNotifyCollectionChangeAttribute.cs (.../NoNotifyCollectionChangeAttribute.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,7 +1,7 @@ using System; using PostSharp.Extensibility; -namespace DelftTools.Utils.Aop +namespace DelftTools.Utils.Aop.Markers { /// /// Apply this attribute to properties you do not want to be intercepted Index: src/Common/DelftTools.Utils/Aop/Markers/NoNotifyPropertyChangeAttribute.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Aop/Markers/NoNotifyPropertyChangeAttribute.cs (.../NoNotifyPropertyChangeAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Utils/Aop/Markers/NoNotifyPropertyChangeAttribute.cs (.../NoNotifyPropertyChangeAttribute.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,7 +1,7 @@ using System; using PostSharp.Extensibility; -namespace DelftTools.Utils.Aop +namespace DelftTools.Utils.Aop.Markers { /// /// Apply this attribute to properties you do not want to be intercepted Index: src/Common/DelftTools.Utils/Reflection/AutoCloner.cs =================================================================== diff -u -r6841bba6c26b33a79af6b0bbcf1556631c688970 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Reflection/AutoCloner.cs (.../AutoCloner.cs) (revision 6841bba6c26b33a79af6b0bbcf1556631c688970) +++ src/Common/DelftTools.Utils/Reflection/AutoCloner.cs (.../AutoCloner.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -8,6 +8,7 @@ using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; Index: src/Common/DelftTools.Utils/Reflection/TypeUtils.cs =================================================================== diff -u -r55748a3add7607a81a8116d2d249787df907dab5 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/DelftTools.Utils/Reflection/TypeUtils.cs (.../TypeUtils.cs) (revision 55748a3add7607a81a8116d2d249787df907dab5) +++ src/Common/DelftTools.Utils/Reflection/TypeUtils.cs (.../TypeUtils.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -6,6 +6,7 @@ using System.Linq.Expressions; using System.Reflection; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using log4net; Index: src/Common/SharpMap.Api/Layers/ILabelLayer.cs =================================================================== diff -u -r8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap.Api/Layers/ILabelLayer.cs (.../ILabelLayer.cs) (revision 8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2) +++ src/Common/SharpMap.Api/Layers/ILabelLayer.cs (.../ILabelLayer.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,4 +1,5 @@ using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using SharpMap.Api.Delegates; namespace SharpMap.Api.Layers Index: src/Common/SharpMap/Layers/GroupLayer.cs =================================================================== diff -u -rcbba848ecb8dc1dd4edf148beac44e7f7220fc08 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Layers/GroupLayer.cs (.../GroupLayer.cs) (revision cbba848ecb8dc1dd4edf148beac44e7f7220fc08) +++ src/Common/SharpMap/Layers/GroupLayer.cs (.../GroupLayer.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -21,6 +21,7 @@ using System.Drawing; using System.Linq; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using GeoAPI.Geometries; Index: src/Common/SharpMap/Layers/LabelLayer.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Layers/LabelLayer.cs (.../LabelLayer.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap/Layers/LabelLayer.cs (.../LabelLayer.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -22,6 +22,7 @@ using System.Drawing.Text; using System.Linq; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using GeoAPI.CoordinateSystems.Transformations; using GeoAPI.Extensions.Feature; using GeoAPI.Geometries; Index: src/Common/SharpMap/Layers/Layer.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Layers/Layer.cs (.../Layer.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap/Layers/Layer.cs (.../Layer.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -23,6 +23,7 @@ using System.Drawing.Imaging; using System.Linq; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Diagnostics; using GeoAPI.CoordinateSystems; using GeoAPI.CoordinateSystems.Transformations; Index: src/Common/SharpMap/Map/Map.cs =================================================================== diff -u -rcbba848ecb8dc1dd4edf148beac44e7f7220fc08 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Map/Map.cs (.../Map.cs) (revision cbba848ecb8dc1dd4edf148beac44e7f7220fc08) +++ src/Common/SharpMap/Map/Map.cs (.../Map.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -24,6 +24,7 @@ using System.Linq; using DelftTools.Utils; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using DelftTools.Utils.Diagnostics; Index: src/Common/SharpMap/Rendering/Thematics/Theme.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Rendering/Thematics/Theme.cs (.../Theme.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap/Rendering/Thematics/Theme.cs (.../Theme.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -2,6 +2,7 @@ using System.Collections; using System.Drawing; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections.Generic; using GeoAPI.Extensions.Feature; using SharpMap.Api; Index: src/Common/SharpMap/Styles/VectorStyle.cs =================================================================== diff -u -r62c75436c74dbde90ced25bf9bd4b70f9ae3c44f -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/Common/SharpMap/Styles/VectorStyle.cs (.../VectorStyle.cs) (revision 62c75436c74dbde90ced25bf9bd4b70f9ae3c44f) +++ src/Common/SharpMap/Styles/VectorStyle.cs (.../VectorStyle.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -19,6 +19,7 @@ using System.Drawing; using System.Drawing.Drawing2D; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using GeoAPI.Geometries; using SharpMap.Styles.Shapes; Index: src/DeltaShell/DeltaShell.Gui/CustomSettingsProvider.cs =================================================================== diff -u -r4c09f28891546d714fa6a15d36b70d8a6b9a4aa7 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/DeltaShell/DeltaShell.Gui/CustomSettingsProvider.cs (.../CustomSettingsProvider.cs) (revision 4c09f28891546d714fa6a15d36b70d8a6b9a4aa7) +++ src/DeltaShell/DeltaShell.Gui/CustomSettingsProvider.cs (.../CustomSettingsProvider.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -11,166 +11,169 @@ //snatched from http://www.codeproject.com/KB/vb/CustomSettingsProvider.aspx -public class PortableSettingsProvider : SettingsProvider +namespace DeltaShell.Gui { - //XML Root Node - private const string SETTINGSROOT = "Settings"; - private static readonly ILog log = LogManager.GetLogger(typeof(PortableSettingsProvider)); + public class PortableSettingsProvider : SettingsProvider + { + //XML Root Node + private const string SETTINGSROOT = "Settings"; + private static readonly ILog log = LogManager.GetLogger(typeof(PortableSettingsProvider)); - private XmlDocument m_SettingsXML = null; + private XmlDocument m_SettingsXML = null; - public override string ApplicationName - { - get + public override string ApplicationName { - if (Application.ProductName.Trim().Length > 0) + get { - return Application.ProductName; - } + if (Application.ProductName.Trim().Length > 0) + { + return Application.ProductName; + } - var fi = new FileInfo(Application.ExecutablePath); - return fi.Name.Substring(0, fi.Name.Length - fi.Extension.Length); + var fi = new FileInfo(Application.ExecutablePath); + return fi.Name.Substring(0, fi.Name.Length - fi.Extension.Length); + } + //Do nothing + set {} } - //Do nothing - set {} - } - public static string SettingsFileName { get; set; } + public static string SettingsFileName { get; set; } - public override void Initialize(string name, NameValueCollection col) - { - base.Initialize(ApplicationName, col); - } - - public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection propvals) - { - //Iterate through the settings to be stored - //Only dirty settings are included in propvals, and only ones relevant to this provider - foreach (SettingsPropertyValue propval in propvals) + public override void Initialize(string name, NameValueCollection col) { - SetValue(propval); + base.Initialize(ApplicationName, col); } - try + public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection propvals) { - SettingsXML.Save(SettingsFileName); + //Iterate through the settings to be stored + //Only dirty settings are included in propvals, and only ones relevant to this provider + foreach (SettingsPropertyValue propval in propvals) + { + SetValue(propval); + } + + try + { + SettingsXML.Save(SettingsFileName); + } + catch + { + log.ErrorFormat(Resources.PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to__0_, SettingsFileName); + } } - catch + + public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection props) { - log.ErrorFormat(Resources.PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to__0_, SettingsFileName); - } - } + //Create new collection of values + var values = new SettingsPropertyValueCollection(); - public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection props) - { - //Create new collection of values - var values = new SettingsPropertyValueCollection(); + //Iterate through the settings to be retrieved - //Iterate through the settings to be retrieved - - foreach (SettingsProperty setting in props) - { - var value = new SettingsPropertyValue(setting) + foreach (SettingsProperty setting in props) { - IsDirty = false, - SerializedValue = GetValue(setting) - }; - values.Add(value); + var value = new SettingsPropertyValue(setting) + { + IsDirty = false, + SerializedValue = GetValue(setting) + }; + values.Add(value); + } + return values; } - return values; - } - private XmlDocument SettingsXML - { - get + private XmlDocument SettingsXML { - //If we dont hold an xml document, try opening one. - //If it doesnt exist then create a new one ready. - if (m_SettingsXML == null) + get { - m_SettingsXML = new XmlDocument(); - var filePath = SettingsFileName; - if (File.Exists(filePath)) + //If we dont hold an xml document, try opening one. + //If it doesnt exist then create a new one ready. + if (m_SettingsXML == null) { - try + m_SettingsXML = new XmlDocument(); + var filePath = SettingsFileName; + if (File.Exists(filePath)) { - m_SettingsXML.Load(filePath); + try + { + m_SettingsXML.Load(filePath); + } + catch (Exception) + { + //Create new document + CreateNewSettingsXml(); + } } - catch (Exception) + else { - //Create new document CreateNewSettingsXml(); } } - else - { - CreateNewSettingsXml(); - } - } - return m_SettingsXML; + return m_SettingsXML; + } } - } - private void CreateNewSettingsXml() - { - XmlDeclaration dec = m_SettingsXML.CreateXmlDeclaration("1.0", "utf-8", string.Empty); - m_SettingsXML.AppendChild(dec); + private void CreateNewSettingsXml() + { + XmlDeclaration dec = m_SettingsXML.CreateXmlDeclaration("1.0", "utf-8", string.Empty); + m_SettingsXML.AppendChild(dec); - XmlNode nodeRoot; + XmlNode nodeRoot; - nodeRoot = m_SettingsXML.CreateNode(XmlNodeType.Element, SETTINGSROOT, ""); - m_SettingsXML.AppendChild(nodeRoot); - } + nodeRoot = m_SettingsXML.CreateNode(XmlNodeType.Element, SETTINGSROOT, ""); + m_SettingsXML.AppendChild(nodeRoot); + } - private string GetValue(SettingsProperty setting) - { - ThrowIfRoaming(setting); - var selectSingleNode = SettingsXML.SelectSingleNode("Settings/" + setting.Name); - if (selectSingleNode != null) + private string GetValue(SettingsProperty setting) { - return selectSingleNode.InnerText; + ThrowIfRoaming(setting); + var selectSingleNode = SettingsXML.SelectSingleNode("Settings/" + setting.Name); + if (selectSingleNode != null) + { + return selectSingleNode.InnerText; + } + return (setting.DefaultValue != null) ? setting.DefaultValue.ToString() : ""; } - return (setting.DefaultValue != null) ? setting.DefaultValue.ToString() : ""; - } - private void SetValue(SettingsPropertyValue propVal) - { - ThrowIfRoaming(propVal.Property); + private void SetValue(SettingsPropertyValue propVal) + { + ThrowIfRoaming(propVal.Property); - XmlElement SettingNode; + XmlElement SettingNode; - try - { - SettingNode = (XmlElement) SettingsXML.SelectSingleNode(SETTINGSROOT + "/" + propVal.Name); - } - catch (Exception) - { - SettingNode = null; - } + try + { + SettingNode = (XmlElement) SettingsXML.SelectSingleNode(SETTINGSROOT + "/" + propVal.Name); + } + catch (Exception) + { + SettingNode = null; + } - //Check to see if the node exists, if so then set its new value - if ((SettingNode != null)) - { - SettingNode.InnerText = propVal.SerializedValue.ToString(); + //Check to see if the node exists, if so then set its new value + if ((SettingNode != null)) + { + SettingNode.InnerText = propVal.SerializedValue.ToString(); + } + else + { + //Store the value as an element of the Settings Root Node + SettingNode = SettingsXML.CreateElement(propVal.Name); + SettingNode.InnerText = propVal.SerializedValue.ToString(); + SettingsXML.SelectSingleNode(SETTINGSROOT).AppendChild(SettingNode); + } } - else - { - //Store the value as an element of the Settings Root Node - SettingNode = SettingsXML.CreateElement(propVal.Name); - SettingNode.InnerText = propVal.SerializedValue.ToString(); - SettingsXML.SelectSingleNode(SETTINGSROOT).AppendChild(SettingNode); - } - } - private static void ThrowIfRoaming(SettingsProperty prop) - { - //maybe we should treat everything as roaming and simlpy not throw here? - - //Determine if the setting is marked as Roaming - if ((from DictionaryEntry d in prop.Attributes select (Attribute) d.Value).OfType().Any()) + private static void ThrowIfRoaming(SettingsProperty prop) { - throw new NotImplementedException(String.Format(Resources.PortableSettingsProvider_ThrowIfRoaming_Setting__0__is_roaming__This_is_not_supported, prop.Name)); + //maybe we should treat everything as roaming and simlpy not throw here? + + //Determine if the setting is marked as Roaming + if ((from DictionaryEntry d in prop.Attributes select (Attribute) d.Value).OfType().Any()) + { + throw new NotImplementedException(String.Format(Resources.PortableSettingsProvider_ThrowIfRoaming_Setting__0__is_roaming__This_is_not_supported, prop.Name)); + } } } } \ No newline at end of file Index: src/DeltaShell/DeltaShell.Plugins.SharpMapGis/BackGroundMapLayer.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- src/DeltaShell/DeltaShell.Plugins.SharpMapGis/BackGroundMapLayer.cs (.../BackGroundMapLayer.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Plugins.SharpMapGis/BackGroundMapLayer.cs (.../BackGroundMapLayer.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,6 +1,7 @@ using System.Collections.Generic; using System.Linq; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using DeltaShell.Plugins.SharpMapGis.Properties; Index: test/Common/DelftTools.Tests/Controls/Swf/TreeViewControls/TreeViewNodePresenterBaseTest.cs =================================================================== diff -u -r46ab0b25a731e846d3d29267fd2f515ad2439535 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- test/Common/DelftTools.Tests/Controls/Swf/TreeViewControls/TreeViewNodePresenterBaseTest.cs (.../TreeViewNodePresenterBaseTest.cs) (revision 46ab0b25a731e846d3d29267fd2f515ad2439535) +++ test/Common/DelftTools.Tests/Controls/Swf/TreeViewControls/TreeViewNodePresenterBaseTest.cs (.../TreeViewNodePresenterBaseTest.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -5,6 +5,7 @@ using DelftTools.Controls.Swf.TreeViewControls; using DelftTools.TestUtils; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using NUnit.Framework; Index: test/Common/DelftTools.Tests/Controls/Swf/UndoRedoTestClasses/Parent.cs =================================================================== diff -u -rdbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- test/Common/DelftTools.Tests/Controls/Swf/UndoRedoTestClasses/Parent.cs (.../Parent.cs) (revision dbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4) +++ test/Common/DelftTools.Tests/Controls/Swf/UndoRedoTestClasses/Parent.cs (.../Parent.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,4 +1,5 @@ using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections.Generic; using DelftTools.Utils.Editing; Index: test/Common/DelftTools.Utils.Tests/Aop/EntityAttributeTest.cs =================================================================== diff -u -rc49cbdadd43f43f6bb0363d2d38c00f98d2792a6 -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- test/Common/DelftTools.Utils.Tests/Aop/EntityAttributeTest.cs (.../EntityAttributeTest.cs) (revision c49cbdadd43f43f6bb0363d2d38c00f98d2792a6) +++ test/Common/DelftTools.Utils.Tests/Aop/EntityAttributeTest.cs (.../EntityAttributeTest.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -4,6 +4,7 @@ using System.Threading.Tasks; using DelftTools.TestUtils; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Collections; using DelftTools.Utils.Collections.Generic; using NUnit.Framework; Index: test/Common/DelftTools.Utils.Tests/Reflection/AutoClonerTest.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r046989902e6c0c0f6f8cc821aaf097c377d7dccb --- test/Common/DelftTools.Utils.Tests/Reflection/AutoClonerTest.cs (.../AutoClonerTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/Common/DelftTools.Utils.Tests/Reflection/AutoClonerTest.cs (.../AutoClonerTest.cs) (revision 046989902e6c0c0f6f8cc821aaf097c377d7dccb) @@ -1,6 +1,7 @@ using System.Collections.Generic; using System.Linq; using DelftTools.Utils.Aop; +using DelftTools.Utils.Aop.Markers; using DelftTools.Utils.Reflection; using NUnit.Framework;