changeset 107:572886951353

Working tests under StatLight
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 16:09:28 +0100
parents 62477c2e8837
children b728c44d9c61
files SilverlightValidation/Libs/Castle.Core.dll SilverlightValidation/Libs/FakeItEasy.dll SilverlightValidation/Libs/FakeItEasy.xml SilverlightValidation/Libs/FluentAssertions.Silverlight.dll SilverlightValidation/Libs/FluentAssertions.Silverlight.pdb SilverlightValidation/Libs/FluentAssertions.Silverlight.xml SilverlightValidation/Libs/FluentAssertions.dll SilverlightValidation/Libs/FluentAssertions.pdb SilverlightValidation/Libs/FluentAssertions.xml SilverlightValidation/Libs/Moq.Silverlight.dll SilverlightValidation/Libs/Moq.Silverlight.pdb SilverlightValidation/Libs/Moq.Silverlight.xml SilverlightValidation/Libs/Moq.dll SilverlightValidation/Libs/nunit.framework.dll SilverlightValidation/SilverlightTest1/App.xaml SilverlightValidation/SilverlightTest1/App.xaml.cs SilverlightValidation/SilverlightTest1/Properties/AppManifest.xml SilverlightValidation/SilverlightTest1/Properties/AssemblyInfo.cs SilverlightValidation/SilverlightTest1/SilverlightTest1.csproj SilverlightValidation/SilverlightTest1/Tests.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/Fakes/UserModelValidatorFake.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/Properties/AssemblyInfo.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/SilverlightValidation.Tests.csproj SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/UserListViewModelFixture.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/UserViewModelFixture.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/ViewModelBaseFixture.cs SilverlightValidation/SilverlightValidation.Tests.NUnit/packages.config SilverlightValidation/SilverlightValidation.Tests/App.xaml SilverlightValidation/SilverlightValidation.Tests/App.xaml.cs SilverlightValidation/SilverlightValidation.Tests/Properties/AppManifest.xml SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserListViewModelFixture.cs SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserViewModelFixture.cs SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseFixture.cs SilverlightValidation/SilverlightValidation.Tests/packages.config SilverlightValidation/SilverlightValidation.sln
diffstat 37 files changed, 12249 insertions(+), 6663 deletions(-) [+]
line wrap: on
line diff
Binary file SilverlightValidation/Libs/Castle.Core.dll has changed
Binary file SilverlightValidation/Libs/FakeItEasy.dll has changed
--- a/SilverlightValidation/Libs/FakeItEasy.xml	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/Libs/FakeItEasy.xml	Sun May 06 16:09:28 2012 +0100
@@ -134,6 +134,238 @@
             <param name="objB">The obj B.</param>
             <returns>True if the objects are the same reference.</returns>
         </member>
+        <member name="T:FakeItEasy.ArgumentCollection">
+            <summary>
+              A collection of method arguments.
+            </summary>
+        </member>
+        <member name="F:FakeItEasy.ArgumentCollection.arguments">
+            <summary>
+              The arguments this collection contains.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.ArgumentCollection.#ctor(System.Object[],System.Collections.Generic.IEnumerable{System.String})">
+            <summary>
+              Initializes a new instance of the <see cref="T:FakeItEasy.ArgumentCollection"/> class.
+            </summary>
+            <param name="arguments">The arguments.</param>
+            <param name="argumentNames">The argument names.</param>
+        </member>
+        <member name="M:FakeItEasy.ArgumentCollection.#ctor(System.Object[],System.Reflection.MethodInfo)">
+            <summary>
+              Initializes a new instance of the <see cref="T:FakeItEasy.ArgumentCollection"/> class.
+            </summary>
+            <param name="arguments">The arguments.</param>
+            <param name="method">The method.</param>
+        </member>
+        <member name="M:FakeItEasy.ArgumentCollection.GetEnumerator">
+            <summary>
+              Returns an enumerator that iterates through the collection or arguments.
+            </summary>
+            <returns>
+              A <see cref = "T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
+            </returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentCollection.Get``1(System.Int32)">
+            <summary>
+              Gets the argument at the specified index.
+            </summary>
+            <typeparam name = "T">The type of the argument to get.</typeparam>
+            <param name = "index">The index of the argument.</param>
+            <returns>The argument at the specified index.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentCollection.Get``1(System.String)">
+            <summary>
+              Gets the argument with the specified name.
+            </summary>
+            <typeparam name = "T">The type of the argument to get.</typeparam>
+            <param name = "argumentName">The name of the argument.</param>
+            <returns>The argument with the specified name.</returns>
+        </member>
+        <member name="P:FakeItEasy.ArgumentCollection.Empty">
+            <summary>
+              Gets an empty ArgumentList.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.ArgumentCollection.Count">
+            <summary>
+              Gets the number of arguments in the list.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.ArgumentCollection.ArgumentNames">
+            <summary>
+              Gets the names of the arguments in the list.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.ArgumentCollection.Item(System.Int32)">
+            <summary>
+              Gets the argument at the specified index.
+            </summary>
+            <param name = "argumentIndex">The index of the argument to get.</param>
+            <returns>The argument at the specified index.</returns>
+        </member>
+        <member name="T:FakeItEasy.ArgumentConstraintExtensions">
+            <summary>
+            Provides validation extension to the Argumentscope{T} class.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsNull``1(FakeItEasy.IArgumentConstraintManager{``0})">
+            <summary>
+            Constrains an argument so that it must be null (Nothing in VB).
+            </summary>
+            <typeparam name="T">The type of the argument.</typeparam>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Contains(FakeItEasy.IArgumentConstraintManager{System.String},System.String)">
+            <summary>
+            Constrains the string argument to contain the specified text.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The string the argument string should contain.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Contains``1(FakeItEasy.IArgumentConstraintManager{``0},System.Object)">
+            <summary>
+            Constrains the sequence so that it must contain the specified value.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The value the collection should contain.</param>
+            <typeparam name="T">The type of sequence.</typeparam>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.StartsWith(FakeItEasy.IArgumentConstraintManager{System.String},System.String)">
+            <summary>
+            Constrains the string so that it must start with the specified value.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The value the string should start with.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsNullOrEmpty(FakeItEasy.IArgumentConstraintManager{System.String})">
+            <summary>
+            Constrains the string so that it must be null or empty.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsGreaterThan``1(FakeItEasy.IArgumentConstraintManager{``0},``0)">
+            <summary>
+            Constrains argument value so that it must be greater than the specified value.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The value the string should start with.</param>
+            <typeparam name="T">The type of argument to constrain.</typeparam>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsSameSequenceAs``1(FakeItEasy.IArgumentConstraintManager{``0},System.Collections.IEnumerable)">
+            <summary>
+            The tested argument collection should contain the same elements as the
+            as the specified collection.
+            </summary>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The sequence to test against.</param>
+            <typeparam name="T">The type of argument to constrain.</typeparam>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsEmpty``1(FakeItEasy.IArgumentConstraintManager{``0})">
+            <summary>
+            Tests that the IEnumerable contains no items.
+            </summary>
+            <typeparam name="T">The type of argument.</typeparam>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsEqualTo``1(FakeItEasy.IArgumentConstraintManager{``0},``0)">
+            <summary>
+            Tests that the passed in argument is equal to the specified value.
+            </summary>
+            <typeparam name="T">The type of the argument.</typeparam>
+            <param name="manager">The constraint manager to match the constraint.</param>
+            <param name="value">The value to compare to.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsInstanceOf``1(FakeItEasy.IArgumentConstraintManager{``0},System.Type)">
+            <summary>
+            Constrains the argument to be of the specified type.
+            </summary>
+            <typeparam name="T">The type of argument in the method signature.</typeparam>
+            <param name="manager">The constraint manager.</param>
+            <param name="type">The type to constrain the argument with.</param>
+            <returns>A dummy value.</returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.String)">
+            <summary>
+            Constrains the argument with a predicate.
+            </summary>
+            <param name="scope">
+            The constraint manager.
+            </param>
+            <param name="predicate">
+            The predicate that should constrain the argument.
+            </param>
+            <param name="description">
+            A human readable description of the constraint.
+            </param>
+            <typeparam name="T">
+            The type of argument in the method signature.
+            </typeparam>
+            <returns>
+            A dummy argument value.
+            </returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.String,System.Object[])">
+            <summary>
+            Constrains the argument with a predicate.
+            </summary>
+            <param name="manager">
+            The constraint manager.
+            </param>
+            <param name="predicate">
+            The predicate that should constrain the argument.
+            </param>
+            <param name="descriptionFormat">
+            A human readable description of the constraint format string.
+            </param>
+            <param name="args">
+            Arguments for the format string.
+            </param>
+            <typeparam name="T">
+            The type of argument in the method signature.
+            </typeparam>
+            <returns>
+            A dummy argument value.
+            </returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Constrains the argument with a predicate.
+            </summary>
+            <param name="scope">
+            The constraint manager.
+            </param>
+            <param name="predicate">
+            The predicate that should constrain the argument.
+            </param>
+            <typeparam name="T">
+            The type of argument in the method signature.
+            </typeparam>
+            <returns>
+            A dummy argument value.
+            </returns>
+        </member>
+        <member name="M:FakeItEasy.ArgumentConstraintExtensions.NullCheckedMatches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.Action{FakeItEasy.IOutputWriter})">
+            <summary>
+            Constrains the argument to be not null (Nothing in VB) and to match
+            the specified predicate.
+            </summary>
+            <typeparam name="T">The type of the argument to constrain.</typeparam>
+            <param name="manager">The constraint manager.</param>
+            <param name="predicate">The predicate that constrains non null values.</param>
+            <param name="descriptionWriter">An action that writes a description of the constraint
+            to the output.</param>
+            <returns>A dummy argument value.</returns>
+        </member>
         <member name="T:FakeItEasy.ArgumentValueFormatter`1">
             <summary>
             Provides string formatting for arguments of type T when written in 
@@ -193,6 +425,53 @@
             </summary>
             <value></value>
         </member>
+        <member name="T:FakeItEasy.CommonExtensions">
+            <summary>
+            Provides extension methods for the common uses.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.CommonExtensions.FormatInvariant(System.String,System.Object[])">
+            <summary>
+            Replaces the format item in a specified System.String with the text equivalent
+            of the value of a corresponding System.Object instance in a specified array using
+            invariant culture as <see cref="T:System.IFormatProvider"/>.
+            </summary>
+            <param name="format">A composite format string.</param>
+            <param name="arguments">An <see cref="T:System.Object"/> array containing zero or more objects to format.</param>
+            <returns>The formatted string.</returns>
+        </member>
+        <member name="M:FakeItEasy.CommonExtensions.Zip``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
+            <summary>
+            Gets an enumerable of tuples where the first value of each tuple is a value
+            from the first collection and the second value of each tuple is the value at the same postion
+            from the second collection.
+            </summary>
+            <typeparam name="TFirst">The type of values in the first collection.</typeparam>
+            <typeparam name="TSecond">The type of values in the second collection.</typeparam>
+            <param name="firstCollection">The first of the collections to combine.</param>
+            <param name="secondCollection">The second of the collections to combine.</param>
+            <returns>An enumerable of tuples.</returns>
+        </member>
+        <member name="M:FakeItEasy.CommonExtensions.ToCollectionString``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String},System.String)">
+            <summary>
+            Joins the collection to a string.
+            </summary>
+            <typeparam name="T">The type of items in the collection.</typeparam>
+            <param name="items">The items to join.</param>
+            <param name="separator">Separator to insert between each item.</param>
+            <param name="stringConverter">A function that converts from an item to a string value.</param>
+            <returns>A string representation of the collection.</returns>
+        </member>
+        <member name="M:FakeItEasy.CommonExtensions.FirstFromEachKey``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
+            <summary>
+            Gets a dictionary containing the first element from the sequence that has a key specified by the key selector.
+            </summary>
+            <typeparam name="T">The type of items in the sequence.</typeparam>
+            <typeparam name="TKey">The type of the key.</typeparam>
+            <param name="sequence">The sequence.</param>
+            <param name="keySelector">The key selector.</param>
+            <returns>A dictionary.</returns>
+        </member>
         <member name="T:FakeItEasy.Configuration.BuildableCallRule">
             <summary>
             Provides the base for rules that can be built using the FakeConfiguration.
@@ -285,19 +564,36 @@
             </summary>
             <value></value>
         </member>
-        <!-- Badly formed XML comment ignored for member "T:FakeItEasy.Configuration.IAnyCallConfigurationWithReturnTypeSpecified`1" -->
-        <member name="T:FakeItEasy.Configuration.IReturnValueArgumentValidationConfiguration`1">
-            <summary>
-            Configures a call that returns a value and allows the use to
-            specify validations for arguments.
-            </summary>
-            <typeparam name="TMember">The type of the member.</typeparam>
-        </member>
-        <member name="T:FakeItEasy.Configuration.IReturnValueConfiguration`1">
-            <summary>
-            Configures a call that returns a value.
-            </summary>
-            <typeparam name="TMember">The type of the member.</typeparam>
+        <member name="T:FakeItEasy.Configuration.IAnyCallConfigurationWithNoReturnTypeSpecified">
+            <summary>
+            Configuration for any call to a faked object.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Configuration.IWhereConfiguration`1">
+            <summary>
+            Provides a way to configure predicates for when a call should be applied.
+            </summary>
+            <typeparam name="T">The type of fake object that is going to be configured..</typeparam>
+        </member>
+        <member name="M:FakeItEasy.Configuration.IWhereConfiguration`1.Where(System.Func{FakeItEasy.Core.IFakeObjectCall,System.Boolean},System.Action{FakeItEasy.IOutputWriter})">
+            <summary>
+            Applies a predicate to constrain which calls will be considered for interception.
+            </summary>
+            <param name="predicate">A predicate for a fake object call.</param>
+            <param name="descriptionWriter">An action that writes a description of the predicate
+            to the output.</param>
+            <returns>The configuration object.</returns>
+        </member>
+        <member name="T:FakeItEasy.Configuration.IVoidArgumentValidationConfiguration">
+            <summary>
+            Provides configuration methods for methods that does not have a return value and
+            allows the use to specify validations for arguments.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Configuration.IVoidConfiguration">
+            <summary>
+            Provides configuration methods for methods that does not have a return value.
+            </summary>
         </member>
         <member name="T:FakeItEasy.Configuration.IExceptionThrowerConfiguration">
             <summary>
@@ -363,6 +659,33 @@
             <param name="action">The action to invoke.</param>
             <returns>A configuration object.</returns>
         </member>
+        <member name="T:FakeItEasy.Configuration.ICallBaseConfiguration">
+            <summary>
+            Configuration that lets you specify that a fake object call should call it's base method.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Configuration.ICallBaseConfiguration.CallsBaseMethod">
+            <summary>
+            When the configured method or methods are called the call
+            will be delegated to the base method of the faked method.
+            </summary>
+            <returns>A configuration object.</returns>
+            <exception cref="T:System.InvalidOperationException">The fake object is of an abstract type or an interface
+            and no base method exists.</exception>
+        </member>
+        <member name="T:FakeItEasy.Configuration.IOutAndRefParametersConfiguration">
+            <summary>
+            Lets the developer configure output values of out and ref parameters.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Configuration.IOutAndRefParametersConfiguration.AssignsOutAndRefParameters(System.Object[])">
+            <summary>
+            Specifies output values for out and ref parameters. Specify the values in the order
+            the ref and out parameters has in the configured call, any non out and ref parameters are ignored.
+            </summary>
+            <param name="values">The values.</param>
+            <returns>A configuration object.</returns>
+        </member>
         <member name="T:FakeItEasy.Configuration.IAssertConfiguration">
             <summary>
             Allows the developer to assert on a call that's configured.
@@ -378,27 +701,10 @@
             <exception cref="T:FakeItEasy.ExpectationException">The call has not been called a number of times
             that passes the repeat constraint.</exception>
         </member>
-        <member name="T:FakeItEasy.Configuration.ICallBaseConfiguration">
-            <summary>
-            Configuration that lets you specify that a fake object call should call it's base method.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Configuration.ICallBaseConfiguration.CallsBaseMethod">
-            <summary>
-            When the configured method or methods are called the call
-            will be delegated to the base method of the faked method.
-            </summary>
-            <returns>A configuration object.</returns>
-            <exception cref="T:System.InvalidOperationException">The fake object is of an abstract type or an interface
-            and no base method exists.</exception>
-        </member>
-        <member name="M:FakeItEasy.Configuration.IReturnValueConfiguration`1.ReturnsLazily(System.Func{FakeItEasy.Core.IFakeObjectCall,`0})">
-            <summary>
-            Specifies a function used to produce a return value when the configured call is made.
-            The function will be called each time this call is made and can return different values
-            each time.
-            </summary>
-            <param name="valueProducer">A function that produces the return value.</param>
+        <member name="M:FakeItEasy.Configuration.IVoidConfiguration.DoesNothing">
+            <summary>
+            Configures the specified call to do nothing when called.
+            </summary>
             <returns>A configuration object.</returns>
         </member>
         <member name="T:FakeItEasy.Configuration.IArgumentValidationConfiguration`1">
@@ -414,83 +720,6 @@
             <param name="argumentsPredicate">The argument predicate.</param>
             <returns>A configuration object.</returns>
         </member>
-        <member name="T:FakeItEasy.Configuration.IWhereConfiguration`1">
-            <summary>
-            Provides a way to configure predicates for when a call should be applied.
-            </summary>
-            <typeparam name="T">The type of fake object that is going to be configured..</typeparam>
-        </member>
-        <member name="M:FakeItEasy.Configuration.IWhereConfiguration`1.Where(System.Func{FakeItEasy.Core.IFakeObjectCall,System.Boolean},System.Action{FakeItEasy.IOutputWriter})">
-            <summary>
-            Applies a predicate to constrain which calls will be considered for interception.
-            </summary>
-            <param name="predicate">A predicate for a fake object call.</param>
-            <param name="descriptionWriter">An action that writes a description of the predicate
-            to the output.</param>
-            <returns>The configuration object.</returns>
-        </member>
-        <member name="T:FakeItEasy.Core.ApplicationDirectoryAssembliesTypeCatalogue">
-            <summary>
-            Access all types in all assemblies in the same directory as the FakeItEasy dll.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Core.ITypeCatalogue">
-            <summary>
-            Provides a set of types that are available.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Core.ITypeCatalogue.GetAvailableTypes">
-            <summary>
-            Gets a collection of available types.
-            </summary>
-            <returns>The available types.</returns>
-        </member>
-        <member name="M:FakeItEasy.Core.ApplicationDirectoryAssembliesTypeCatalogue.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Core.ApplicationDirectoryAssembliesTypeCatalogue"/> class.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Core.ApplicationDirectoryAssembliesTypeCatalogue.GetAvailableTypes">
-            <summary>
-            Gets a collection of available types.
-            </summary>
-            <returns>The available types.</returns>
-        </member>
-        <member name="T:FakeItEasy.Configuration.IAnyCallConfigurationWithNoReturnTypeSpecified">
-            <summary>
-            Configuration for any call to a faked object.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Configuration.IVoidArgumentValidationConfiguration">
-            <summary>
-            Provides configuration methods for methods that does not have a return value and
-            allows the use to specify validations for arguments.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Configuration.IVoidConfiguration">
-            <summary>
-            Provides configuration methods for methods that does not have a return value.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Configuration.IOutAndRefParametersConfiguration">
-            <summary>
-            Lets the developer configure output values of out and ref parameters.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Configuration.IOutAndRefParametersConfiguration.AssignsOutAndRefParameters(System.Object[])">
-            <summary>
-            Specifies output values for out and ref parameters. Specify the values in the order
-            the ref and out parameters has in the configured call, any non out and ref parameters are ignored.
-            </summary>
-            <param name="values">The values.</param>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="M:FakeItEasy.Configuration.IVoidConfiguration.DoesNothing">
-            <summary>
-            Configures the specified call to do nothing when called.
-            </summary>
-            <returns>A configuration object.</returns>
-        </member>
         <member name="M:FakeItEasy.Configuration.IAnyCallConfigurationWithNoReturnTypeSpecified.WithReturnType``1">
             <summary>
             Matches calls that has the return type specified in the generic type parameter.
@@ -561,19 +790,6 @@
             <param name="message">The message.</param>
             <param name="innerException">The inner exception.</param>
         </member>
-        <member name="M:FakeItEasy.Configuration.FakeConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Configuration.FakeConfigurationException"/> class.
-            </summary>
-            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
-            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
-            <exception cref="T:System.ArgumentNullException">
-            The <paramref name="info"/> parameter is null.
-            </exception>
-            <exception cref="T:System.Runtime.Serialization.SerializationException">
-            The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
-            </exception>
-        </member>
         <member name="T:FakeItEasy.Configuration.IFakeConfigurationManager">
             <summary>
             Handles the configuration of fake object given an expression specifying
@@ -602,6 +818,29 @@
             interfaces.
             </summary>
         </member>
+        <!-- Badly formed XML comment ignored for member "T:FakeItEasy.Configuration.IAnyCallConfigurationWithReturnTypeSpecified`1" -->
+        <member name="T:FakeItEasy.Configuration.IReturnValueArgumentValidationConfiguration`1">
+            <summary>
+            Configures a call that returns a value and allows the use to
+            specify validations for arguments.
+            </summary>
+            <typeparam name="TMember">The type of the member.</typeparam>
+        </member>
+        <member name="T:FakeItEasy.Configuration.IReturnValueConfiguration`1">
+            <summary>
+            Configures a call that returns a value.
+            </summary>
+            <typeparam name="TMember">The type of the member.</typeparam>
+        </member>
+        <member name="M:FakeItEasy.Configuration.IReturnValueConfiguration`1.ReturnsLazily(System.Func{FakeItEasy.Core.IFakeObjectCall,`0})">
+            <summary>
+            Specifies a function used to produce a return value when the configured call is made.
+            The function will be called each time this call is made and can return different values
+            each time.
+            </summary>
+            <param name="valueProducer">A function that produces the return value.</param>
+            <returns>A configuration object.</returns>
+        </member>
         <member name="T:FakeItEasy.Configuration.IRecordingConfiguration">
             <summary>
             Configurations for when a configured call is recorded.
@@ -695,6 +934,21 @@
             <param name="fakeObjectCall">The call to match.</param>
             <returns>True if the call matches the predicate.</returns>
         </member>
+        <member name="T:FakeItEasy.Configure">
+            <summary>
+            Provides configuration of faked objects.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Configure.Fake``1(``0)">
+            <summary>
+            Gets a configuration for the specified faked object.
+            </summary>
+            <typeparam name="TFake">The type of the fake.</typeparam>
+            <param name="fakedObject">The faked object to configure.</param>
+            <returns>A configuration object.</returns>
+            <exception cref="T:System.ArgumentException">The specified object is not a faked object.</exception>
+            <exception cref="T:System.ArgumentNullException">The fakedObject parameter was null.</exception>
+        </member>
         <member name="T:FakeItEasy.Core.ArgumentInfo">
             <summary>
             Represents an argument and a dummy value to use for that argument.
@@ -1019,19 +1273,6 @@
             <param name="message">The message.</param>
             <param name="innerException">The inner exception.</param>
         </member>
-        <member name="M:FakeItEasy.Core.FakeCreationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Core.FakeCreationException"/> class.
-            </summary>
-            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
-            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
-            <exception cref="T:System.ArgumentNullException">
-            The <paramref name="info"/> parameter is null.
-            </exception>
-            <exception cref="T:System.Runtime.Serialization.SerializationException">
-            The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
-            </exception>
-        </member>
         <member name="T:FakeItEasy.Core.FakeManager">
             <summary>
             The central point in the API for proxied fake objects handles interception
@@ -1205,6 +1446,32 @@
             <param name="fakeManager">The fake object.</param>
             <param name="rule">The rule to add.</param>
         </member>
+        <member name="T:FakeItEasy.Core.ICompletedFakeObjectCall">
+            <summary>
+            Represents a completed call to a fake object.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Core.ICompletedFakeObjectCall.ReturnValue">
+            <summary>
+            The value set to be returned from the call.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Core.IEventRaiserArguments">
+            <summary>
+            Used by the event raising rule of fake objects to get the event arguments used in
+            a call to Raise.With.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Core.IEventRaiserArguments.Sender">
+            <summary>
+            The sender of the event.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Core.IEventRaiserArguments.EventArguments">
+            <summary>
+            The event arguments of the event.
+            </summary>
+        </member>
         <member name="T:FakeItEasy.Core.IInterceptionListener">
             <summary>
             Represents a listener for fake object calls, can be plugged into a
@@ -1229,105 +1496,6 @@
             <param name="ruleThatWasApplied">The rule that was applied to the call.</param>
             <param name="call">The intercepted call.</param>
         </member>
-        <member name="T:FakeItEasy.Creation.IProxyGenerator">
-            <summary>
-            An interface to be implemented by classes that can generate proxies for FakeItEasy.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Creation.IProxyGenerator.GenerateProxy(System.Type,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Object})">
-            <summary>
-            Generates a proxy of the specifed type and returns a result object containing information
-            about the success of the generation and the proxy if it was generated.
-            </summary>
-            <param name="typeOfProxy">The type of proxy to generate.</param>
-            <param name="additionalInterfacesToImplement">Interfaces to be implemented by the proxy.</param>
-            <param name="argumentsForConstructor">Arguments to pass to the constructor of the type in <paramref name="typeOfProxy" />.</param>
-            <returns>A result containging the generated proxy.</returns>
-        </member>
-        <member name="M:FakeItEasy.Creation.IProxyGenerator.MethodCanBeInterceptedOnInstance(System.Reflection.MethodInfo,System.Object,System.String@)">
-            <summary>
-            Gets a value indicating if the specified member can be intercepted by the proxy generator.
-            </summary>
-            <param name="method">The member to test.</param>
-            <param name="callTarget">The instance the method will be called on.</param>
-            <param name="failReason">The reason the method can not be intercepted.</param>
-            <returns>True if the member can be intercepted.</returns>
-        </member>
-        <member name="T:FakeItEasy.Creation.ICallInterceptedEventRaiser">
-            <summary>
-            An object that raises an event every time a call to a proxy has been intercepted.
-            </summary>
-        </member>
-        <member name="E:FakeItEasy.Creation.ICallInterceptedEventRaiser.CallWasIntercepted">
-            <summary>
-            Raised when a call is intercepted.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Core.ICompletedFakeObjectCall">
-            <summary>
-            Represents a completed call to a fake object.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Core.ICompletedFakeObjectCall.ReturnValue">
-            <summary>
-            The value set to be returned from the call.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.IOutputWriter">
-            <summary>
-            Represents a text writer that writes to the output.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IOutputWriter.Write(System.String)">
-            <summary>
-            Writes the specified value to the output.
-            </summary>
-            <param name="value">The value to write.</param>
-            <returns>The writer for method chaining.</returns>
-        </member>
-        <member name="M:FakeItEasy.IOutputWriter.WriteArgumentValue(System.Object)">
-            <summary>
-            Formats the specified argument value as a string and writes
-            it to the output.
-            </summary>
-            <param name="value">The value to write.</param>
-            <returns>The writer for method chainging.</returns>
-        </member>
-        <member name="M:FakeItEasy.IOutputWriter.Indent">
-            <summary>
-            Indents the writer.
-            </summary>
-            <returns>A disposable that will unindent the writer when disposed.</returns>
-        </member>
-        <member name="T:FakeItEasy.Core.IEventRaiserArguments">
-            <summary>
-            Used by the event raising rule of fake objects to get the event arguments used in
-            a call to Raise.With.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Core.IEventRaiserArguments.Sender">
-            <summary>
-            The sender of the event.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Core.IEventRaiserArguments.EventArguments">
-            <summary>
-            The event arguments of the event.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Core.TypeCatalogueInstanceProvider">
-            <summary>
-            Providesinstances from type catalogues.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Core.TypeCatalogueInstanceProvider.InstantiateAllOfType``1">
-            <summary>
-            Gets an instance per type in the catalogue that is a descendant
-            of the specified type.
-            </summary>
-            <typeparam name="T">The type of instances to get.</typeparam>
-            <returns>A sequence of instances of the specified type.</returns>
-        </member>
         <member name="T:FakeItEasy.Core.MethodInfoManager">
             <summary>
             Handles comparisons of MethodInfos.
@@ -1417,6 +1585,40 @@
             </summary>
             <value></value>
         </member>
+        <member name="T:FakeItEasy.Creation.IProxyGenerator">
+            <summary>
+            An interface to be implemented by classes that can generate proxies for FakeItEasy.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Creation.IProxyGenerator.GenerateProxy(System.Type,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Object})">
+            <summary>
+            Generates a proxy of the specifed type and returns a result object containing information
+            about the success of the generation and the proxy if it was generated.
+            </summary>
+            <param name="typeOfProxy">The type of proxy to generate.</param>
+            <param name="additionalInterfacesToImplement">Interfaces to be implemented by the proxy.</param>
+            <param name="argumentsForConstructor">Arguments to pass to the constructor of the type in <paramref name="typeOfProxy" />.</param>
+            <returns>A result containging the generated proxy.</returns>
+        </member>
+        <member name="M:FakeItEasy.Creation.IProxyGenerator.MethodCanBeInterceptedOnInstance(System.Reflection.MethodInfo,System.Object,System.String@)">
+            <summary>
+            Gets a value indicating if the specified member can be intercepted by the proxy generator.
+            </summary>
+            <param name="method">The member to test.</param>
+            <param name="callTarget">The instance the method will be called on.</param>
+            <param name="failReason">The reason the method can not be intercepted.</param>
+            <returns>True if the member can be intercepted.</returns>
+        </member>
+        <member name="T:FakeItEasy.Creation.ICallInterceptedEventRaiser">
+            <summary>
+            An object that raises an event every time a call to a proxy has been intercepted.
+            </summary>
+        </member>
+        <member name="E:FakeItEasy.Creation.ICallInterceptedEventRaiser.CallWasIntercepted">
+            <summary>
+            Raised when a call is intercepted.
+            </summary>
+        </member>
         <member name="T:FakeItEasy.Creation.CastleDynamicProxy.CastleInvocationCallAdapter">
             <summary>
             An adapter that adapts an <see cref="T:Castle.DynamicProxy.IInvocation"/> to a <see cref="T:FakeItEasy.Core.IFakeObjectCall"/>.
@@ -1760,288 +1962,31 @@
             Gets the reason for failure when the generation was not successful.
             </summary>
         </member>
-        <member name="T:FakeItEasy.Expressions.ICallExpressionParser">
-            <summary>
-            Represents a class that can parse a lambda expression
-            that represents a method or property call.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ICallExpressionParser.Parse(System.Linq.Expressions.LambdaExpression)">
-            <summary>
-            Parses the specified expression.
-            </summary>
-            <param name="callExpression">The expression to parse.</param>
-            <returns>The parsed expression.</returns>
-        </member>
-        <member name="T:FakeItEasy.Expressions.ExpressionCallMatcher">
-            <summary>
-            Handles the matching of fake object calls to expressions.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.#ctor(System.Linq.Expressions.LambdaExpression,FakeItEasy.Expressions.ExpressionArgumentConstraintFactory,FakeItEasy.Core.MethodInfoManager,FakeItEasy.Expressions.ICallExpressionParser)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Expressions.ExpressionCallMatcher"/> class.
-            </summary>
-            <param name="callSpecification">The call specification.</param>
-            <param name="constraintFactory">The constraint factory.</param>
-            <param name="callExpressionParser">A parser to use to parse call expressions.</param>
-            <param name="methodInfoManager">The method infor manager to use.</param>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.Matches(FakeItEasy.Core.IFakeObjectCall)">
-            <summary>
-            Matcheses the specified call against the expression.
-            </summary>
-            <param name="call">The call to match.</param>
-            <returns>True if the call is matched by the expression.</returns>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.ToString">
-            <summary>
-            Gets a description of the call.
-            </summary>
-            <returns>Description of the call.</returns>
-        </member>
-        <member name="P:FakeItEasy.Expressions.ExpressionCallMatcher.DescriptionOfMatchingCall">
-            <summary>
-            Gets a human readable description of calls that will be matched by this
-            matcher.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Expressions.ExpressionCallRule">
-            <summary>
-            An implementation of the <see cref="T:FakeItEasy.Core.IFakeObjectCallRule"/> interface that uses
-            expressions for evaluating if the rule is applicable to a specific call.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionCallRule.#ctor(FakeItEasy.Expressions.ExpressionCallMatcher)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Expressions.ExpressionCallRule"/> class.
-            </summary>
-            <param name="expressionMatcher">The expression matcher to use.</param>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionCallRule.ToString">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="T:FakeItEasy.Expressions.ExpressionCallRule.Factory">
-            <summary>
-            Handles the instantiation of ExpressionCallRule instance.
-            </summary>
-            <param name="callSpecification">An expression specifying the call.</param>
-            <returns>A rule instance.</returns>
-        </member>
-        <member name="T:FakeItEasy.Expressions.ExpressionParser">
-            <summary>
-            Manages breaking call specification expression into their various parts.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Expressions.IExpressionParser">
-            <summary>
-            Manages breaking call specification expression into their various parts.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Expressions.IExpressionParser.GetFakeManagerCallIsMadeOn(System.Linq.Expressions.LambdaExpression)">
-            <summary>
-            Gets the fake object an expression is called on.
-            </summary>
-            <param name="fakeObjectCall">The call expression.</param>
-            <returns>The FakeManager instance that manages the faked object the call is made on.</returns>
-            <exception cref="T:System.ArgumentNullException">The fakeObjectCall is null.</exception>
-            <exception cref="T:System.ArgumentException">The specified expression is not an expression where a call is made to a faked object.</exception>
-        </member>
-        <member name="M:FakeItEasy.Expressions.ExpressionParser.GetFakeManagerCallIsMadeOn(System.Linq.Expressions.LambdaExpression)">
-            <summary>
-            Gets the fake object an expression is called on.
-            </summary>
-            <param name="fakeObjectCall">The call expression.</param>
-            <returns>A FakeObject.</returns>
-            <exception cref="T:System.ArgumentNullException">The fakeObjectCall is null.</exception>
-            <exception cref="T:System.ArgumentException">The specified expression is not an expression where a call is made to a faked object.</exception>
-        </member>
-        <member name="T:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax">
-            <summary>
-            Provides extension methods for configuring and asserting on faked objects
-            without going through the static methods of the Fake-class.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.CallsTo``2(``0,System.Linq.Expressions.Expression{System.Func{``0,``1}})">
-            <summary>
-            Configures the behavior of the fake object when a call that matches the specified
-            call happens.
-            </summary>
-            <typeparam name="TMember">The type of the return value of the member.</typeparam>
-            <param name="callSpecification">An expression that specifies the calls to configure.</param>
-            <param name="fakedObject">The faked object to configure.</param>
-            <typeparam name="TFake">The type of fake object to configure.</typeparam>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.CallsTo``1(``0,System.Linq.Expressions.Expression{System.Action{``0}})">
-            <summary>
-            Configures the behavior of the fake object when a call that matches the specified
-            call happens.
-            </summary>
-            <param name="fakedObject">The faked object to configure.</param>
-            <typeparam name="TFake">The type of fake object to configure.</typeparam>
-            <param name="callSpecification">An expression that specifies the calls to configure.</param>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.AnyCall``1(``0)">
-            <summary>
-            Configures the behavior of the fake object when a call is made to any method on the
-            object.
-            </summary>
-            <typeparam name="TFake">The type of the fake.</typeparam>
-            <param name="fakedObject">The faked object.</param>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="T:FakeItEasy.ExtensionSyntax.Syntax">
-            <summary>
-            Provides an extension method for configuring fake objects.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.ExtensionSyntax.Syntax.Configure``1(``0)">
-            <summary>
-            Gets an object that provides a fluent interface syntax for configuring
-            the fake object.
-            </summary>
-            <typeparam name="TFake">The type of the fake object.</typeparam>
-            <param name="fakedObject">The fake object to configure.</param>
-            <returns>A configuration object.</returns>
-            <exception cref="T:System.ArgumentNullException">The fakedObject was null.</exception>
-            <exception cref="T:System.ArgumentException">The object passed in is not a faked object.</exception>
-        </member>
-        <member name="T:FakeItEasy.FakeAttribute">
-            <summary>
-            Used to tag fields and properties that will be initialized through the
-            Fake.Initialize-method.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.IoC.DictionaryContainer">
-            <summary>
-            A simple implementation of an IoC container.
-            </summary>
-        </member>
-        <member name="F:FakeItEasy.IoC.DictionaryContainer.registeredServices">
-            <summary>
-            The dictionary that stores the registered services.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IoC.DictionaryContainer.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.IoC.DictionaryContainer"/> class.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IoC.DictionaryContainer.Resolve(System.Type)">
-            <summary>
-            Resolves an instance of the specified component type.
-            </summary>
-            <param name="componentType">Type of the component.</param>
-            <returns>An instance of the component type.</returns>
-        </member>
-        <member name="M:FakeItEasy.IoC.DictionaryContainer.Register``1(System.Func{FakeItEasy.IoC.DictionaryContainer,``0})">
-            <summary>
-            Registers the specified resolver.
-            </summary>
-            <typeparam name="T">The type of component to register.</typeparam>
-            <param name="resolver">The resolver.</param>
-        </member>
-        <member name="M:FakeItEasy.IoC.DictionaryContainer.RegisterSingleton``1(System.Func{FakeItEasy.IoC.DictionaryContainer,``0})">
-            <summary>
-            Registers the specified resolver as a singleton.
-            </summary>
-            <typeparam name="T">The type of component to register.</typeparam>
-            <param name="resolver">The resolver.</param>
-        </member>
-        <member name="T:FakeItEasy.IRepeatSpecification">
-            <summary>
-            Provides properties and methods to specify repeat.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IRepeatSpecification.Times(System.Int32)">
-            <summary>
-            Specifies the number of times as repeat.
-            </summary>
-            <param name="numberOfTimes">The number of times expected.</param>
-            <returns>A Repeated instance.</returns>
-        </member>
-        <member name="P:FakeItEasy.IRepeatSpecification.Once">
-            <summary>
-            Specifies once as the repeat.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.IRepeatSpecification.Twice">
-            <summary>
-            Specifies twice as the repeat.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Logger.Debug(System.Func{System.String})">
-            <summary>
-            Writes the specified message to the logger.
-            </summary>
-            <param name="message">The message to write.</param>
-        </member>
-        <member name="T:FakeItEasy.OrderedAssertion">
-            <summary>
-            Provides functionality for making ordered assertions on fakes.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.OrderedAssertion.OrderedAssertions(System.Collections.Generic.IEnumerable{FakeItEasy.Core.ICompletedFakeObjectCall})">
-            <summary>
-            Creates a scope that changes the behavior on asserts so that all asserts within
-            the scope must be to calls in the specified collection of calls. Calls must have happened
-            in the order that the asserts are specified or the asserts will fail.
-            </summary>
-            <param name="calls">The calls to assert among.</param>
-            <returns>A disposable used to close the scope.</returns>
-        </member>
-        <member name="T:FakeItEasy.FakeConfigurator`1">
-            <summary>
-            Provides the base implementation for the IFakeConfigurator-interface.
-            </summary>
-            <typeparam name="T">The type of fakes the configurator can configure.</typeparam>
-        </member>
-        <member name="T:FakeItEasy.IFakeConfigurator">
-            <summary>
-            Provides configurations for fake objects of a specific type.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IFakeConfigurator.ConfigureFake(System.Object)">
-            <summary>
-            Applies the configuration for the specified fake object.
-            </summary>
-            <param name="fakeObject">The fake object to configure.</param>
-        </member>
-        <member name="P:FakeItEasy.IFakeConfigurator.ForType">
-            <summary>
-            The type the instance provides configuration for.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.FakeConfigurator`1.ConfigureFake(`0)">
-            <summary>
-            Configures the fake.
-            </summary>
-            <param name="fakeObject">The fake object.</param>
-        </member>
-        <member name="M:FakeItEasy.FakeConfigurator`1.FakeItEasy#IFakeConfigurator#ConfigureFake(System.Object)">
-            <summary>
-            Applies the configuration for the specified fake object.
-            </summary>
-            <param name="fakeObject">The fake object to configure.</param>
-        </member>
-        <member name="M:FakeItEasy.FakeConfigurator`1.AssertThatFakeIsOfCorrectType(System.Object)">
-            <summary>
-            Asserts the type of the that fake is of correct.
-            </summary>
-            <param name="fakeObject">The fake object.</param>
-        </member>
-        <member name="P:FakeItEasy.FakeConfigurator`1.ForType">
-            <summary>
-            The type the instance provides configuration for.
-            </summary>
-            <value></value>
+        <member name="T:FakeItEasy.IOutputWriter">
+            <summary>
+            Represents a text writer that writes to the output.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IOutputWriter.Write(System.String)">
+            <summary>
+            Writes the specified value to the output.
+            </summary>
+            <param name="value">The value to write.</param>
+            <returns>The writer for method chaining.</returns>
+        </member>
+        <member name="M:FakeItEasy.IOutputWriter.WriteArgumentValue(System.Object)">
+            <summary>
+            Formats the specified argument value as a string and writes
+            it to the output.
+            </summary>
+            <param name="value">The value to write.</param>
+            <returns>The writer for method chainging.</returns>
+        </member>
+        <member name="M:FakeItEasy.IOutputWriter.Indent">
+            <summary>
+            Indents the writer.
+            </summary>
+            <returns>A disposable that will unindent the writer when disposed.</returns>
         </member>
         <member name="T:FakeItEasy.DummyDefinition`1">
             <summary>
@@ -2084,168 +2029,6 @@
             </summary>
             <value>For type.</value>
         </member>
-        <member name="T:FakeItEasy.ArgumentConstraintExtensions">
-            <summary>
-            Provides validation extension to the Argumentscope{T} class.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsNull``1(FakeItEasy.IArgumentConstraintManager{``0})">
-            <summary>
-            Constrains an argument so that it must be null (Nothing in VB).
-            </summary>
-            <typeparam name="T">The type of the argument.</typeparam>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Contains(FakeItEasy.IArgumentConstraintManager{System.String},System.String)">
-            <summary>
-            Constrains the string argument to contain the specified text.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The string the argument string should contain.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Contains``1(FakeItEasy.IArgumentConstraintManager{``0},System.Object)">
-            <summary>
-            Constrains the sequence so that it must contain the specified value.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The value the collection should contain.</param>
-            <typeparam name="T">The type of sequence.</typeparam>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.StartsWith(FakeItEasy.IArgumentConstraintManager{System.String},System.String)">
-            <summary>
-            Constrains the string so that it must start with the specified value.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The value the string should start with.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsNullOrEmpty(FakeItEasy.IArgumentConstraintManager{System.String})">
-            <summary>
-            Constrains the string so that it must be null or empty.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsGreaterThan``1(FakeItEasy.IArgumentConstraintManager{``0},``0)">
-            <summary>
-            Constrains argument value so that it must be greater than the specified value.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The value the string should start with.</param>
-            <typeparam name="T">The type of argument to constrain.</typeparam>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsSameSequenceAs``1(FakeItEasy.IArgumentConstraintManager{``0},System.Collections.IEnumerable)">
-            <summary>
-            The tested argument collection should contain the same elements as the
-            as the specified collection.
-            </summary>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The sequence to test against.</param>
-            <typeparam name="T">The type of argument to constrain.</typeparam>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsEmpty``1(FakeItEasy.IArgumentConstraintManager{``0})">
-            <summary>
-            Tests that the IEnumerable contains no items.
-            </summary>
-            <typeparam name="T">The type of argument.</typeparam>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsEqualTo``1(FakeItEasy.IArgumentConstraintManager{``0},``0)">
-            <summary>
-            Tests that the passed in argument is equal to the specified value.
-            </summary>
-            <typeparam name="T">The type of the argument.</typeparam>
-            <param name="manager">The constraint manager to match the constraint.</param>
-            <param name="value">The value to compare to.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.IsInstanceOf``1(FakeItEasy.IArgumentConstraintManager{``0},System.Type)">
-            <summary>
-            Constrains the argument to be of the specified type.
-            </summary>
-            <typeparam name="T">The type of argument in the method signature.</typeparam>
-            <param name="manager">The constraint manager.</param>
-            <param name="type">The type to constrain the argument with.</param>
-            <returns>A dummy value.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.String)">
-            <summary>
-            Constrains the argument with a predicate.
-            </summary>
-            <param name="scope">
-            The constraint manager.
-            </param>
-            <param name="predicate">
-            The predicate that should constrain the argument.
-            </param>
-            <param name="description">
-            A human readable description of the constraint.
-            </param>
-            <typeparam name="T">
-            The type of argument in the method signature.
-            </typeparam>
-            <returns>
-            A dummy argument value.
-            </returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.String,System.Object[])">
-            <summary>
-            Constrains the argument with a predicate.
-            </summary>
-            <param name="manager">
-            The constraint manager.
-            </param>
-            <param name="predicate">
-            The predicate that should constrain the argument.
-            </param>
-            <param name="descriptionFormat">
-            A human readable description of the constraint format string.
-            </param>
-            <param name="args">
-            Arguments for the format string.
-            </param>
-            <typeparam name="T">
-            The type of argument in the method signature.
-            </typeparam>
-            <returns>
-            A dummy argument value.
-            </returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.Matches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
-            <summary>
-            Constrains the argument with a predicate.
-            </summary>
-            <param name="scope">
-            The constraint manager.
-            </param>
-            <param name="predicate">
-            The predicate that should constrain the argument.
-            </param>
-            <typeparam name="T">
-            The type of argument in the method signature.
-            </typeparam>
-            <returns>
-            A dummy argument value.
-            </returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentConstraintExtensions.NullCheckedMatches``1(FakeItEasy.IArgumentConstraintManager{``0},System.Func{``0,System.Boolean},System.Action{FakeItEasy.IOutputWriter})">
-            <summary>
-            Constrains the argument to be not null (Nothing in VB) and to match
-            the specified predicate.
-            </summary>
-            <typeparam name="T">The type of the argument to constrain.</typeparam>
-            <param name="manager">The constraint manager.</param>
-            <param name="predicate">The predicate that constrains non null values.</param>
-            <param name="descriptionWriter">An action that writes a description of the constraint
-            to the output.</param>
-            <returns>A dummy argument value.</returns>
-        </member>
         <member name="T:FakeItEasy.ExceptionMessages">
             <summary>
               A strongly-typed resource class, for looking up localized strings, etc.
@@ -2413,126 +2196,6 @@
               Looks up a localized string similar to The number of argument names does not match the number of arguments..
             </summary>
         </member>
-        <member name="T:FakeItEasy.OutputWriter">
-            <summary>
-            Provides static methods for the IOutputWriter-interface.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.OutputWriter.WriteLine(FakeItEasy.IOutputWriter)">
-            <summary>
-            Writes a new line to the writer.
-            </summary>
-            <param name="writer">The writer to write to.</param>
-            <returns>The writer.</returns>
-        </member>
-        <member name="M:FakeItEasy.OutputWriter.Write(FakeItEasy.IOutputWriter,System.String,System.Object[])">
-            <summary>
-            Writes the format string to the writer.
-            </summary>
-            <param name="writer">The writer to write to.</param>
-            <param name="format">The format string to write.</param>
-            <param name="args">Replacements for the format string.</param>
-            <returns>The writer.</returns>
-        </member>
-        <member name="M:FakeItEasy.OutputWriter.Write(FakeItEasy.IOutputWriter,System.Object)">
-            <summary>
-            Writes the specified object to the writer (using the ToString-method of the object).
-            </summary>
-            <param name="writer">The writer to write to.</param>
-            <param name="value">The value to write to the writer.</param>
-            <returns>The writer.</returns>
-        </member>
-        <member name="T:FakeItEasy.Repeated">
-            <summary>
-            Provides syntax for specifying the number of times a call must have been repeated when asserting on 
-            fake object calls.
-            </summary>
-            <example>A.CallTo(() => foo.Bar()).Assert(Happened.Once.Exactly);</example>
-        </member>
-        <member name="M:FakeItEasy.Repeated.Like(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
-            <summary>
-            Specifies that a call must have been repeated a number of times
-            that is validated by the specified repeatValidation argument.
-            </summary>
-            <param name="repeatValidation">A predicate that specifies the number of times
-            a call must have been made.</param>
-            <returns>A Repeated-instance.</returns>
-        </member>
-        <member name="M:FakeItEasy.Repeated.Matches(System.Int32)">
-            <summary>
-            When implemented gets a value indicating if the repeat is matched
-            by the Happened-instance.
-            </summary>
-            <param name="repeat">The repeat of a call.</param>
-            <returns>True if the repeat is a match.</returns>
-        </member>
-        <member name="P:FakeItEasy.Repeated.Never">
-            <summary>
-            Asserts that a call has not happened at all.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Repeated.Exactly">
-            <summary>
-            The call must have happened exactly the number of times that is specified in the next step.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Repeated.AtLeast">
-            <summary>
-            The call must have happened any number of times greater than or equal to the number of times that is specified
-            in the next step.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Repeated.NoMoreThan">
-            <summary>
-            The call must have happened any number of times less than or equal to the number of times that is specified
-            in the next step.
-            </summary>
-        </member>
-        <member name="T:FakeItEasy.Recorders">
-            <summary>
-            Provides methods for creating recorders for self initializing fakes.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Recorders.FileRecorder(System.String)">
-            <summary>
-            Gets a recorder that records to and loads calls from the specified file.
-            </summary>
-            <param name="fileName">The file to use for recording.</param>
-            <returns>A recorder instance.</returns>
-        </member>
-        <member name="T:FakeItEasy.IFileSystem">
-            <summary>
-            Provides access to the file system.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.IFileSystem.Open(System.String,System.IO.FileMode)">
-            <summary>
-            Opens the specified file in the specified mode.
-            </summary>
-            <param name="fileName">The full path and name of the file to open.</param>
-            <param name="mode">The mode to open the file in.</param>
-            <returns>A stream for reading and writing the file.</returns>
-        </member>
-        <member name="M:FakeItEasy.IFileSystem.FileExists(System.String)">
-            <summary>
-            Gets a value indicating if the specified file exists.
-            </summary>
-            <param name="fileName">The path and name of the file to check.</param>
-            <returns>True if the file exists.</returns>
-        </member>
-        <member name="M:FakeItEasy.IFileSystem.Create(System.String)">
-            <summary>
-            Creates a file with the specified name.
-            </summary>
-            <param name="fileName">The name of the file to create.</param>
-        </member>
-        <member name="M:FakeItEasy.Helpers.GetValueProducedByExpression(System.Linq.Expressions.Expression)">
-            <summary>
-            Gets the value produced by the specified expression when compiled and invoked.
-            </summary>
-            <param name="expression">The expression to get the value from.</param>
-            <returns>The value produced by the expression.</returns>
-        </member>
         <member name="T:FakeItEasy.ExpectationException">
             <summary>
             An exception thrown when an expection is not met (when asserting on fake object calls).
@@ -2556,18 +2219,329 @@
             <param name="message">The message.</param>
             <param name="innerException">The inner exception.</param>
         </member>
-        <member name="M:FakeItEasy.ExpectationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.ExpectationException"/> class.
-            </summary>
-            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
-            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
-            <exception cref="T:System.ArgumentNullException">
-            The <paramref name="info"/> parameter is null.
-            </exception>
-            <exception cref="T:System.Runtime.Serialization.SerializationException">
-            The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
-            </exception>
+        <member name="T:FakeItEasy.Expressions.ICallExpressionParser">
+            <summary>
+            Represents a class that can parse a lambda expression
+            that represents a method or property call.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ICallExpressionParser.Parse(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Parses the specified expression.
+            </summary>
+            <param name="callExpression">The expression to parse.</param>
+            <returns>The parsed expression.</returns>
+        </member>
+        <member name="T:FakeItEasy.Expressions.ExpressionCallMatcher">
+            <summary>
+            Handles the matching of fake object calls to expressions.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.#ctor(System.Linq.Expressions.LambdaExpression,FakeItEasy.Expressions.ExpressionArgumentConstraintFactory,FakeItEasy.Core.MethodInfoManager,FakeItEasy.Expressions.ICallExpressionParser)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FakeItEasy.Expressions.ExpressionCallMatcher"/> class.
+            </summary>
+            <param name="callSpecification">The call specification.</param>
+            <param name="constraintFactory">The constraint factory.</param>
+            <param name="callExpressionParser">A parser to use to parse call expressions.</param>
+            <param name="methodInfoManager">The method infor manager to use.</param>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.Matches(FakeItEasy.Core.IFakeObjectCall)">
+            <summary>
+            Matcheses the specified call against the expression.
+            </summary>
+            <param name="call">The call to match.</param>
+            <returns>True if the call is matched by the expression.</returns>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionCallMatcher.ToString">
+            <summary>
+            Gets a description of the call.
+            </summary>
+            <returns>Description of the call.</returns>
+        </member>
+        <member name="P:FakeItEasy.Expressions.ExpressionCallMatcher.DescriptionOfMatchingCall">
+            <summary>
+            Gets a human readable description of calls that will be matched by this
+            matcher.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Expressions.ExpressionCallRule">
+            <summary>
+            An implementation of the <see cref="T:FakeItEasy.Core.IFakeObjectCallRule"/> interface that uses
+            expressions for evaluating if the rule is applicable to a specific call.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionCallRule.#ctor(FakeItEasy.Expressions.ExpressionCallMatcher)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FakeItEasy.Expressions.ExpressionCallRule"/> class.
+            </summary>
+            <param name="expressionMatcher">The expression matcher to use.</param>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionCallRule.ToString">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="T:FakeItEasy.Expressions.ExpressionCallRule.Factory">
+            <summary>
+            Handles the instantiation of ExpressionCallRule instance.
+            </summary>
+            <param name="callSpecification">An expression specifying the call.</param>
+            <returns>A rule instance.</returns>
+        </member>
+        <member name="T:FakeItEasy.Expressions.ExpressionParser">
+            <summary>
+            Manages breaking call specification expression into their various parts.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Expressions.IExpressionParser">
+            <summary>
+            Manages breaking call specification expression into their various parts.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Expressions.IExpressionParser.GetFakeManagerCallIsMadeOn(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Gets the fake object an expression is called on.
+            </summary>
+            <param name="fakeObjectCall">The call expression.</param>
+            <returns>The FakeManager instance that manages the faked object the call is made on.</returns>
+            <exception cref="T:System.ArgumentNullException">The fakeObjectCall is null.</exception>
+            <exception cref="T:System.ArgumentException">The specified expression is not an expression where a call is made to a faked object.</exception>
+        </member>
+        <member name="M:FakeItEasy.Expressions.ExpressionParser.GetFakeManagerCallIsMadeOn(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Gets the fake object an expression is called on.
+            </summary>
+            <param name="fakeObjectCall">The call expression.</param>
+            <returns>A FakeObject.</returns>
+            <exception cref="T:System.ArgumentNullException">The fakeObjectCall is null.</exception>
+            <exception cref="T:System.ArgumentException">The specified expression is not an expression where a call is made to a faked object.</exception>
+        </member>
+        <member name="T:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax">
+            <summary>
+            Provides extension methods for configuring and asserting on faked objects
+            without going through the static methods of the Fake-class.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.CallsTo``2(``0,System.Linq.Expressions.Expression{System.Func{``0,``1}})">
+            <summary>
+            Configures the behavior of the fake object when a call that matches the specified
+            call happens.
+            </summary>
+            <typeparam name="TMember">The type of the return value of the member.</typeparam>
+            <param name="callSpecification">An expression that specifies the calls to configure.</param>
+            <param name="fakedObject">The faked object to configure.</param>
+            <typeparam name="TFake">The type of fake object to configure.</typeparam>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.CallsTo``1(``0,System.Linq.Expressions.Expression{System.Action{``0}})">
+            <summary>
+            Configures the behavior of the fake object when a call that matches the specified
+            call happens.
+            </summary>
+            <param name="fakedObject">The faked object to configure.</param>
+            <typeparam name="TFake">The type of fake object to configure.</typeparam>
+            <param name="callSpecification">An expression that specifies the calls to configure.</param>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="M:FakeItEasy.ExtensionSyntax.Full.FullExtensionSyntax.AnyCall``1(``0)">
+            <summary>
+            Configures the behavior of the fake object when a call is made to any method on the
+            object.
+            </summary>
+            <typeparam name="TFake">The type of the fake.</typeparam>
+            <param name="fakedObject">The faked object.</param>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="T:FakeItEasy.ExtensionSyntax.Syntax">
+            <summary>
+            Provides an extension method for configuring fake objects.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.ExtensionSyntax.Syntax.Configure``1(``0)">
+            <summary>
+            Gets an object that provides a fluent interface syntax for configuring
+            the fake object.
+            </summary>
+            <typeparam name="TFake">The type of the fake object.</typeparam>
+            <param name="fakedObject">The fake object to configure.</param>
+            <returns>A configuration object.</returns>
+            <exception cref="T:System.ArgumentNullException">The fakedObject was null.</exception>
+            <exception cref="T:System.ArgumentException">The object passed in is not a faked object.</exception>
+        </member>
+        <member name="T:FakeItEasy.Fake">
+            <summary>
+            Provides static methods for accessing fake objects.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Fake.GetFakeManager(System.Object)">
+            <summary>
+            Gets the fake object that manages the faked object.
+            </summary>
+            <param name="fakedObject">The faked object to get the manager object for.</param>
+            <returns>The fake object manager.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake.CreateScope">
+            <summary>
+            Creates a new scope and sets it as the current scope. When inside a scope the
+            getting the calls made to a fake will return only the calls within that scope and when
+            asserting that calls were made, the calls must have been made within that scope.
+            </summary>
+            <returns>The created scope.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake.CreateScope(FakeItEasy.Core.IFakeObjectContainer)">
+            <summary>
+            Creates a new scope and sets it as the current scope. When inside a scope the
+            getting the calls made to a fake will return only the calls within that scope and when
+            asserting that calls were made, the calls must have been made within that scope.
+            </summary>
+            <param name="container">The container to use within the specified scope.</param>
+            <returns>The created scope.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake.Equals(System.Object,System.Object)">
+            <summary>
+            Gets a value indicating if the two objects are equal.
+            </summary>
+            <param name="objA">The first object to compare.</param>
+            <param name="objB">The second object to compare.</param>
+            <returns>True if the two objects are equal.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake.ReferenceEquals(System.Object,System.Object)">
+            <summary>
+            Gets a value indicating if the two objects are the same reference.
+            </summary>
+            <param name="objA">The obj A.</param>
+            <param name="objB">The obj B.</param>
+            <returns>True if the objects are the same reference.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake.GetCalls(System.Object)">
+            <summary>
+            Gets all the calls made to the specified fake object.
+            </summary>
+            <param name="fakedObject">The faked object.</param>
+            <returns>A collection containing the calls to the object.</returns>
+            <exception cref="T:System.ArgumentException">The object passed in is not a faked object.</exception>
+        </member>
+        <member name="M:FakeItEasy.Fake.ClearConfiguration(System.Object)">
+            <summary>
+            Cleares the configuration of the faked object.
+            </summary>
+            <param name="fakedObject">The faked object to clear the configuration of.</param>
+        </member>
+        <member name="M:FakeItEasy.Fake.InitializeFixture(System.Object)">
+            <summary>
+            Sets a new fake to each property or field that is tagged with the FakeAttribute in the specified
+            fixture.
+            </summary>
+            <param name="fixture">The object to initialize.</param>
+        </member>
+        <member name="T:FakeItEasy.Fake`1">
+            <summary>
+            Represents a fake object that provides an api for configuring a faked object, exposed by the
+            FakedObject-property.
+            </summary>
+            <typeparam name="T">The type of the faked object.</typeparam>
+        </member>
+        <member name="M:FakeItEasy.Fake`1.#ctor">
+            <summary>
+            Initializes a new instance of the <see cref="T:FakeItEasy.Fake`1"/> class. 
+            Creates a new fake object.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Fake`1.#ctor(System.Action{FakeItEasy.Creation.IFakeOptionsBuilder{`0}})">
+            <summary>
+            Initializes a new instance of the <see cref="T:FakeItEasy.Fake`1"/> class. 
+            Creates a new fake object using the specified options.
+            </summary>
+            <param name="options">
+            Options used to create the fake object.
+            </param>
+        </member>
+        <member name="M:FakeItEasy.Fake`1.CallsTo(System.Linq.Expressions.Expression{System.Action{`0}})">
+            <summary>
+            Configures calls to the specified member.
+            </summary>
+            <param name="callSpecification">An expression specifying the call to configure.</param>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake`1.CallsTo``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            Configures calls to the specified member.
+            </summary>
+            <typeparam name="TMember">The type of value the member returns.</typeparam>
+            <param name="callSpecification">An expression specifying the call to configure.</param>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="M:FakeItEasy.Fake`1.AnyCall">
+            <summary>
+            Configures any call to the fake object.
+            </summary>
+            <returns>A configuration object.</returns>
+        </member>
+        <member name="P:FakeItEasy.Fake`1.FakedObject">
+            <summary>
+            Gets the faked object.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Fake`1.RecordedCalls">
+            <summary>
+            Gets all calls made to the faked object.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.FakeAttribute">
+            <summary>
+            Used to tag fields and properties that will be initialized through the
+            Fake.Initialize-method.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.FakeConfigurator`1">
+            <summary>
+            Provides the base implementation for the IFakeConfigurator-interface.
+            </summary>
+            <typeparam name="T">The type of fakes the configurator can configure.</typeparam>
+        </member>
+        <member name="T:FakeItEasy.IFakeConfigurator">
+            <summary>
+            Provides configurations for fake objects of a specific type.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IFakeConfigurator.ConfigureFake(System.Object)">
+            <summary>
+            Applies the configuration for the specified fake object.
+            </summary>
+            <param name="fakeObject">The fake object to configure.</param>
+        </member>
+        <member name="P:FakeItEasy.IFakeConfigurator.ForType">
+            <summary>
+            The type the instance provides configuration for.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.FakeConfigurator`1.ConfigureFake(`0)">
+            <summary>
+            Configures the fake.
+            </summary>
+            <param name="fakeObject">The fake object.</param>
+        </member>
+        <member name="M:FakeItEasy.FakeConfigurator`1.FakeItEasy#IFakeConfigurator#ConfigureFake(System.Object)">
+            <summary>
+            Applies the configuration for the specified fake object.
+            </summary>
+            <param name="fakeObject">The fake object to configure.</param>
+        </member>
+        <member name="M:FakeItEasy.FakeConfigurator`1.AssertThatFakeIsOfCorrectType(System.Object)">
+            <summary>
+            Asserts the type of the that fake is of correct.
+            </summary>
+            <param name="fakeObject">The fake object.</param>
+        </member>
+        <member name="P:FakeItEasy.FakeConfigurator`1.ForType">
+            <summary>
+            The type the instance provides configuration for.
+            </summary>
+            <value></value>
         </member>
         <member name="T:FakeItEasy.FakeExtensions">
             <summary>
@@ -2820,76 +2794,6 @@
             <typeparam name="TFake">The type of fake object.</typeparam>
             <exception cref="T:FakeItEasy.Configuration.FakeConfigurationException"> when the signatures of the faked method and the <paramref name="actionToInvoke"/> do not match</exception>
         </member>
-        <member name="T:FakeItEasy.ArgumentCollection">
-            <summary>
-              A collection of method arguments.
-            </summary>
-        </member>
-        <member name="F:FakeItEasy.ArgumentCollection.arguments">
-            <summary>
-              The arguments this collection contains.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.ArgumentCollection.#ctor(System.Object[],System.Collections.Generic.IEnumerable{System.String})">
-            <summary>
-              Initializes a new instance of the <see cref="T:FakeItEasy.ArgumentCollection"/> class.
-            </summary>
-            <param name="arguments">The arguments.</param>
-            <param name="argumentNames">The argument names.</param>
-        </member>
-        <member name="M:FakeItEasy.ArgumentCollection.#ctor(System.Object[],System.Reflection.MethodInfo)">
-            <summary>
-              Initializes a new instance of the <see cref="T:FakeItEasy.ArgumentCollection"/> class.
-            </summary>
-            <param name="arguments">The arguments.</param>
-            <param name="method">The method.</param>
-        </member>
-        <member name="M:FakeItEasy.ArgumentCollection.GetEnumerator">
-            <summary>
-              Returns an enumerator that iterates through the collection or arguments.
-            </summary>
-            <returns>
-              A <see cref = "T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
-            </returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentCollection.Get``1(System.Int32)">
-            <summary>
-              Gets the argument at the specified index.
-            </summary>
-            <typeparam name = "T">The type of the argument to get.</typeparam>
-            <param name = "index">The index of the argument.</param>
-            <returns>The argument at the specified index.</returns>
-        </member>
-        <member name="M:FakeItEasy.ArgumentCollection.Get``1(System.String)">
-            <summary>
-              Gets the argument with the specified name.
-            </summary>
-            <typeparam name = "T">The type of the argument to get.</typeparam>
-            <param name = "argumentName">The name of the argument.</param>
-            <returns>The argument with the specified name.</returns>
-        </member>
-        <member name="P:FakeItEasy.ArgumentCollection.Empty">
-            <summary>
-              Gets an empty ArgumentList.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.ArgumentCollection.Count">
-            <summary>
-              Gets the number of arguments in the list.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.ArgumentCollection.ArgumentNames">
-            <summary>
-              Gets the names of the arguments in the list.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.ArgumentCollection.Item(System.Int32)">
-            <summary>
-              Gets the argument at the specified index.
-            </summary>
-            <param name = "argumentIndex">The index of the argument to get.</param>
-            <returns>The argument at the specified index.</returns>
-        </member>
         <member name="T:FakeItEasy.Guard">
             <summary>
             Provides methods for guarding method arguments.
@@ -2921,124 +2825,159 @@
             <param name="value">The value to guard.</param>
             <param name="argumentName">Name of the argument.</param>
         </member>
-        <member name="T:FakeItEasy.Fake">
-            <summary>
-            Provides static methods for accessing fake objects.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Fake.GetFakeManager(System.Object)">
-            <summary>
-            Gets the fake object that manages the faked object.
-            </summary>
-            <param name="fakedObject">The faked object to get the manager object for.</param>
-            <returns>The fake object manager.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake.CreateScope">
-            <summary>
-            Creates a new scope and sets it as the current scope. When inside a scope the
-            getting the calls made to a fake will return only the calls within that scope and when
-            asserting that calls were made, the calls must have been made within that scope.
-            </summary>
-            <returns>The created scope.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake.CreateScope(FakeItEasy.Core.IFakeObjectContainer)">
-            <summary>
-            Creates a new scope and sets it as the current scope. When inside a scope the
-            getting the calls made to a fake will return only the calls within that scope and when
-            asserting that calls were made, the calls must have been made within that scope.
-            </summary>
-            <param name="container">The container to use within the specified scope.</param>
-            <returns>The created scope.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake.Equals(System.Object,System.Object)">
-            <summary>
-            Gets a value indicating if the two objects are equal.
-            </summary>
-            <param name="objA">The first object to compare.</param>
-            <param name="objB">The second object to compare.</param>
-            <returns>True if the two objects are equal.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake.ReferenceEquals(System.Object,System.Object)">
-            <summary>
-            Gets a value indicating if the two objects are the same reference.
-            </summary>
-            <param name="objA">The obj A.</param>
-            <param name="objB">The obj B.</param>
-            <returns>True if the objects are the same reference.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake.GetCalls(System.Object)">
-            <summary>
-            Gets all the calls made to the specified fake object.
-            </summary>
-            <param name="fakedObject">The faked object.</param>
-            <returns>A collection containing the calls to the object.</returns>
-            <exception cref="T:System.ArgumentException">The object passed in is not a faked object.</exception>
-        </member>
-        <member name="M:FakeItEasy.Fake.ClearConfiguration(System.Object)">
-            <summary>
-            Cleares the configuration of the faked object.
-            </summary>
-            <param name="fakedObject">The faked object to clear the configuration of.</param>
-        </member>
-        <member name="M:FakeItEasy.Fake.InitializeFixture(System.Object)">
-            <summary>
-            Sets a new fake to each property or field that is tagged with the FakeAttribute in the specified
-            fixture.
-            </summary>
-            <param name="fixture">The object to initialize.</param>
-        </member>
-        <member name="T:FakeItEasy.Fake`1">
-            <summary>
-            Represents a fake object that provides an api for configuring a faked object, exposed by the
-            FakedObject-property.
-            </summary>
-            <typeparam name="T">The type of the faked object.</typeparam>
-        </member>
-        <member name="M:FakeItEasy.Fake`1.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Fake`1"/> class. 
-            Creates a new fake object.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.Fake`1.#ctor(System.Action{FakeItEasy.Creation.IFakeOptionsBuilder{`0}})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.Fake`1"/> class. 
-            Creates a new fake object using the specified options.
-            </summary>
-            <param name="options">
-            Options used to create the fake object.
-            </param>
-        </member>
-        <member name="M:FakeItEasy.Fake`1.CallsTo(System.Linq.Expressions.Expression{System.Action{`0}})">
-            <summary>
-            Configures calls to the specified member.
-            </summary>
-            <param name="callSpecification">An expression specifying the call to configure.</param>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake`1.CallsTo``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
-            <summary>
-            Configures calls to the specified member.
-            </summary>
-            <typeparam name="TMember">The type of value the member returns.</typeparam>
-            <param name="callSpecification">An expression specifying the call to configure.</param>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="M:FakeItEasy.Fake`1.AnyCall">
-            <summary>
-            Configures any call to the fake object.
-            </summary>
-            <returns>A configuration object.</returns>
-        </member>
-        <member name="P:FakeItEasy.Fake`1.FakedObject">
-            <summary>
-            Gets the faked object.
-            </summary>
-        </member>
-        <member name="P:FakeItEasy.Fake`1.RecordedCalls">
-            <summary>
-            Gets all calls made to the faked object.
-            </summary>
+        <member name="M:FakeItEasy.Helpers.GetValueProducedByExpression(System.Linq.Expressions.Expression)">
+            <summary>
+            Gets the value produced by the specified expression when compiled and invoked.
+            </summary>
+            <param name="expression">The expression to get the value from.</param>
+            <returns>The value produced by the expression.</returns>
+        </member>
+        <member name="T:FakeItEasy.IFileSystem">
+            <summary>
+            Provides access to the file system.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IFileSystem.Open(System.String,System.IO.FileMode)">
+            <summary>
+            Opens the specified file in the specified mode.
+            </summary>
+            <param name="fileName">The full path and name of the file to open.</param>
+            <param name="mode">The mode to open the file in.</param>
+            <returns>A stream for reading and writing the file.</returns>
+        </member>
+        <member name="M:FakeItEasy.IFileSystem.FileExists(System.String)">
+            <summary>
+            Gets a value indicating if the specified file exists.
+            </summary>
+            <param name="fileName">The path and name of the file to check.</param>
+            <returns>True if the file exists.</returns>
+        </member>
+        <member name="M:FakeItEasy.IFileSystem.Create(System.String)">
+            <summary>
+            Creates a file with the specified name.
+            </summary>
+            <param name="fileName">The name of the file to create.</param>
+        </member>
+        <member name="T:FakeItEasy.IoC.DictionaryContainer">
+            <summary>
+            A simple implementation of an IoC container.
+            </summary>
+        </member>
+        <member name="F:FakeItEasy.IoC.DictionaryContainer.registeredServices">
+            <summary>
+            The dictionary that stores the registered services.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IoC.DictionaryContainer.#ctor">
+            <summary>
+            Initializes a new instance of the <see cref="T:FakeItEasy.IoC.DictionaryContainer"/> class.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IoC.DictionaryContainer.Resolve(System.Type)">
+            <summary>
+            Resolves an instance of the specified component type.
+            </summary>
+            <param name="componentType">Type of the component.</param>
+            <returns>An instance of the component type.</returns>
+        </member>
+        <member name="M:FakeItEasy.IoC.DictionaryContainer.Register``1(System.Func{FakeItEasy.IoC.DictionaryContainer,``0})">
+            <summary>
+            Registers the specified resolver.
+            </summary>
+            <typeparam name="T">The type of component to register.</typeparam>
+            <param name="resolver">The resolver.</param>
+        </member>
+        <member name="M:FakeItEasy.IoC.DictionaryContainer.RegisterSingleton``1(System.Func{FakeItEasy.IoC.DictionaryContainer,``0})">
+            <summary>
+            Registers the specified resolver as a singleton.
+            </summary>
+            <typeparam name="T">The type of component to register.</typeparam>
+            <param name="resolver">The resolver.</param>
+        </member>
+        <member name="T:FakeItEasy.IRepeatSpecification">
+            <summary>
+            Provides properties and methods to specify repeat.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.IRepeatSpecification.Times(System.Int32)">
+            <summary>
+            Specifies the number of times as repeat.
+            </summary>
+            <param name="numberOfTimes">The number of times expected.</param>
+            <returns>A Repeated instance.</returns>
+        </member>
+        <member name="P:FakeItEasy.IRepeatSpecification.Once">
+            <summary>
+            Specifies once as the repeat.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.IRepeatSpecification.Twice">
+            <summary>
+            Specifies twice as the repeat.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.Logger.Debug(System.Func{System.String})">
+            <summary>
+            Writes the specified message to the logger.
+            </summary>
+            <param name="message">The message to write.</param>
+        </member>
+        <member name="T:FakeItEasy.NextCall">
+            <summary>
+            Lets you specify options for the next call to a fake object.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.NextCall.To``1(``0)">
+            <summary>
+            Specifies options for the next call to the specified fake object. The next call will
+            be recorded as a call configuration.
+            </summary>
+            <typeparam name="TFake">The type of the faked object.</typeparam>
+            <param name="fake">The faked object to configure.</param>
+            <returns>A call configuration object.</returns>
+        </member>
+        <member name="T:FakeItEasy.OrderedAssertion">
+            <summary>
+            Provides functionality for making ordered assertions on fakes.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.OrderedAssertion.OrderedAssertions(System.Collections.Generic.IEnumerable{FakeItEasy.Core.ICompletedFakeObjectCall})">
+            <summary>
+            Creates a scope that changes the behavior on asserts so that all asserts within
+            the scope must be to calls in the specified collection of calls. Calls must have happened
+            in the order that the asserts are specified or the asserts will fail.
+            </summary>
+            <param name="calls">The calls to assert among.</param>
+            <returns>A disposable used to close the scope.</returns>
+        </member>
+        <member name="T:FakeItEasy.OutputWriter">
+            <summary>
+            Provides static methods for the IOutputWriter-interface.
+            </summary>
+        </member>
+        <member name="M:FakeItEasy.OutputWriter.WriteLine(FakeItEasy.IOutputWriter)">
+            <summary>
+            Writes a new line to the writer.
+            </summary>
+            <param name="writer">The writer to write to.</param>
+            <returns>The writer.</returns>
+        </member>
+        <member name="M:FakeItEasy.OutputWriter.Write(FakeItEasy.IOutputWriter,System.String,System.Object[])">
+            <summary>
+            Writes the format string to the writer.
+            </summary>
+            <param name="writer">The writer to write to.</param>
+            <param name="format">The format string to write.</param>
+            <param name="args">Replacements for the format string.</param>
+            <returns>The writer.</returns>
+        </member>
+        <member name="M:FakeItEasy.OutputWriter.Write(FakeItEasy.IOutputWriter,System.Object)">
+            <summary>
+            Writes the specified object to the writer (using the ToString-method of the object).
+            </summary>
+            <param name="writer">The writer to write to.</param>
+            <param name="value">The value to write to the writer.</param>
+            <returns>The writer.</returns>
         </member>
         <member name="T:FakeItEasy.Raise">
             <summary>
@@ -3094,6 +3033,57 @@
             Gets a generic event handler to attatch to the event to raise.
             </summary>
         </member>
+        <member name="T:FakeItEasy.Recorders">
+            <summary>
+            Provides methods for creating recorders for self initializing fakes.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.Repeated">
+            <summary>
+            Provides syntax for specifying the number of times a call must have been repeated when asserting on 
+            fake object calls.
+            </summary>
+            <example>A.CallTo(() => foo.Bar()).Assert(Happened.Once.Exactly);</example>
+        </member>
+        <member name="M:FakeItEasy.Repeated.Like(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
+            <summary>
+            Specifies that a call must have been repeated a number of times
+            that is validated by the specified repeatValidation argument.
+            </summary>
+            <param name="repeatValidation">A predicate that specifies the number of times
+            a call must have been made.</param>
+            <returns>A Repeated-instance.</returns>
+        </member>
+        <member name="M:FakeItEasy.Repeated.Matches(System.Int32)">
+            <summary>
+            When implemented gets a value indicating if the repeat is matched
+            by the Happened-instance.
+            </summary>
+            <param name="repeat">The repeat of a call.</param>
+            <returns>True if the repeat is a match.</returns>
+        </member>
+        <member name="P:FakeItEasy.Repeated.Never">
+            <summary>
+            Asserts that a call has not happened at all.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Repeated.Exactly">
+            <summary>
+            The call must have happened exactly the number of times that is specified in the next step.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Repeated.AtLeast">
+            <summary>
+            The call must have happened any number of times greater than or equal to the number of times that is specified
+            in the next step.
+            </summary>
+        </member>
+        <member name="P:FakeItEasy.Repeated.NoMoreThan">
+            <summary>
+            The call must have happened any number of times less than or equal to the number of times that is specified
+            in the next step.
+            </summary>
+        </member>
         <member name="T:FakeItEasy.RootModule">
             <summary>
             Handles the registration of root dependencies in an IoC-container.
@@ -3155,35 +3145,6 @@
             </summary>
             <param name="calls">The calls to save.</param>
         </member>
-        <member name="M:FakeItEasy.SelfInitializedFakes.FileStorage.#ctor(System.String,FakeItEasy.IFileSystem)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.SelfInitializedFakes.FileStorage"/> class.
-            </summary>
-            <param name="fileName">Name of the file.</param>
-            <param name="fileSystem">The file system.</param>
-        </member>
-        <member name="M:FakeItEasy.SelfInitializedFakes.FileStorage.Load">
-            <summary>
-            Loads the recorded calls for the specified recording.
-            </summary>
-            <returns>
-            The recorded calls for the recording with the specified id.
-            </returns>
-        </member>
-        <member name="M:FakeItEasy.SelfInitializedFakes.FileStorage.Save(System.Collections.Generic.IEnumerable{FakeItEasy.SelfInitializedFakes.CallData})">
-            <summary>
-            Saves the specified calls as the recording with the specified id,
-            overwriting any previous recording.
-            </summary>
-            <param name="calls">The calls to save.</param>
-        </member>
-        <member name="T:FakeItEasy.SelfInitializedFakes.FileStorage.Factory">
-            <summary>
-            A factory responsible for creating instances of FileStorage.
-            </summary>
-            <param name="fileName">The file name of the storage.</param>
-            <returns>A FileStorage instance.</returns>
-        </member>
         <member name="T:FakeItEasy.SelfInitializedFakes.ISelfInitializingFakeRecorder">
             <summary>
             An interface for recorders that provides stored responses for self initializing fakes.
@@ -3230,19 +3191,6 @@
             <param name="message">The message.</param>
             <param name="innerException">The inner exception.</param>
         </member>
-        <member name="M:FakeItEasy.SelfInitializedFakes.RecordingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FakeItEasy.SelfInitializedFakes.RecordingException"/> class.
-            </summary>
-            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
-            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
-            <exception cref="T:System.ArgumentNullException">
-            The <paramref name="info"/> parameter is null.
-            </exception>
-            <exception cref="T:System.Runtime.Serialization.SerializationException">
-            The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
-            </exception>
-        </member>
         <member name="T:FakeItEasy.SelfInitializedFakes.RecordingManager">
             <summary>
             Manages the applying of recorded calls and recording of new calls when
@@ -3322,53 +3270,6 @@
             </summary>
             <value></value>
         </member>
-        <member name="T:FakeItEasy.CommonExtensions">
-            <summary>
-            Provides extension methods for the common uses.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.CommonExtensions.FormatInvariant(System.String,System.Object[])">
-            <summary>
-            Replaces the format item in a specified System.String with the text equivalent
-            of the value of a corresponding System.Object instance in a specified array using
-            invariant culture as <see cref="T:System.IFormatProvider"/>.
-            </summary>
-            <param name="format">A composite format string.</param>
-            <param name="arguments">An <see cref="T:System.Object"/> array containing zero or more objects to format.</param>
-            <returns>The formatted string.</returns>
-        </member>
-        <member name="M:FakeItEasy.CommonExtensions.Zip``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
-            <summary>
-            Gets an enumerable of tuples where the first value of each tuple is a value
-            from the first collection and the second value of each tuple is the value at the same postion
-            from the second collection.
-            </summary>
-            <typeparam name="TFirst">The type of values in the first collection.</typeparam>
-            <typeparam name="TSecond">The type of values in the second collection.</typeparam>
-            <param name="firstCollection">The first of the collections to combine.</param>
-            <param name="secondCollection">The second of the collections to combine.</param>
-            <returns>An enumerable of tuples.</returns>
-        </member>
-        <member name="M:FakeItEasy.CommonExtensions.ToCollectionString``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String},System.String)">
-            <summary>
-            Joins the collection to a string.
-            </summary>
-            <typeparam name="T">The type of items in the collection.</typeparam>
-            <param name="items">The items to join.</param>
-            <param name="separator">Separator to insert between each item.</param>
-            <param name="stringConverter">A function that converts from an item to a string value.</param>
-            <returns>A string representation of the collection.</returns>
-        </member>
-        <member name="M:FakeItEasy.CommonExtensions.FirstFromEachKey``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
-            <summary>
-            Gets a dictionary containing the first element from the sequence that has a key specified by the key selector.
-            </summary>
-            <typeparam name="T">The type of items in the sequence.</typeparam>
-            <typeparam name="TKey">The type of the key.</typeparam>
-            <param name="sequence">The sequence.</param>
-            <param name="keySelector">The key selector.</param>
-            <returns>A dictionary.</returns>
-        </member>
         <member name="T:FakeItEasy.SmellyAttribute">
             <summary>
             An attribute that can be applied to code that should be fixed becuase theres a
@@ -3380,24 +3281,22 @@
             A description of the smell.
             </summary>
         </member>
-        <member name="T:FakeItEasy.NextCall">
-            <summary>
-            Lets you specify options for the next call to a fake object.
-            </summary>
-        </member>
-        <member name="M:FakeItEasy.NextCall.To``1(``0)">
-            <summary>
-            Specifies options for the next call to the specified fake object. The next call will
-            be recorded as a call configuration.
-            </summary>
-            <typeparam name="TFake">The type of the faked object.</typeparam>
-            <param name="fake">The faked object to configure.</param>
-            <returns>A call configuration object.</returns>
-        </member>
         <member name="T:FakeItEasy.UnderTestAttribute">
             <summary>
             Used to tag fields and properties that will be initialized as a SUT through the Fake.Initialize-mehtod.
             </summary>
         </member>
+        <member name="T:FakeItEasy.SerializableAttribute">
+            <summary>
+            Fixes so that existing Serializable-attributes are omitted in the compilation
+            of the silverlight project.
+            </summary>
+        </member>
+        <member name="T:FakeItEasy.NonSerializedAttribute">
+            <summary>
+            Fixes so that existing NonSerialized-attributes are omitted in the compilation
+            of the silverlight project.
+            </summary>
+        </member>
     </members>
 </doc>
Binary file SilverlightValidation/Libs/FluentAssertions.Silverlight.dll has changed
Binary file SilverlightValidation/Libs/FluentAssertions.Silverlight.pdb has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/Libs/FluentAssertions.Silverlight.xml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,5260 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>FluentAssertions.Silverlight</name>
+    </assembly>
+    <members>
+        <member name="M:FluentAssertions.AndConstraint`1.#ctor(`0)">
+            <summary>
+            Initializes a new instance of the <see cref="T:System.Object"/> class.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.AssertionExtensions">
+            <summary>
+            Contains extension methods for custom assertions in unit tests.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Invoking``1(``0,System.Action{``0})">
+            <summary>
+            Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow 
+            overloads.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XDocument)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Xml.Linq.XElement"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XElement)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Xml.Linq.XElement"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XAttribute)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Xml.Linq.XAttribute"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action)">
+            <summary>
+            Asserts that the <paramref name="action"/> throws an exception.
+            </summary>
+            <typeparam name="TException">
+            The type of the exception it should throw.
+            </typeparam>
+            <returns>
+            Returns an object that allows asserting additional members of the thrown exception.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action,System.String,System.Object[])">
+            <summary>
+            Asserts that the <paramref name="action"/> throws an exception.
+            </summary>
+            <param name="action">A reference to the method or property.</param>
+            <typeparam name="TException">
+            The type of the exception it should throw.
+            </typeparam>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+            <returns>
+            Returns an object that allows asserting additional members of the thrown exception.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action)">
+            <summary>
+            Asserts that the <paramref name="action"/> does not throw a particular exception.
+            </summary>
+            <typeparam name="TException">
+            The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion.
+            </typeparam>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action,System.String,System.Object[])">
+            <summary>
+            Asserts that the <paramref name="action"/> does not throw a particular exception.
+            </summary>
+            <param name="action">The current method or property.</param>
+            <typeparam name="TException">
+            The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion.
+            </typeparam>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action)">
+            <summary>
+            Asserts that the <paramref name="action"/> does not throw any exception at all.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action,System.String,System.Object[])">
+            <summary>
+            Asserts that the <paramref name="action"/> does not throw any exception at all.
+            </summary>
+            <param name="action">The current method or property.</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Enumerating(System.Func{System.Collections.IEnumerable})">
+            <summary>
+            Forces enumerating a collection. Should be used to assert that a method that uses the 
+            <c>yield</c> keyword throws a particular exception.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Enumerating``1(System.Func{System.Collections.Generic.IEnumerable{``0}})">
+            <summary>
+            Forces enumerating a collection. Should be used to assert that a method that uses the 
+            <c>yield</c> keyword throws a particular exception.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Object)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.ObjectAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Object"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Boolean)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.BooleanAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Boolean"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Boolean})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NullableBooleanAssertions"/> object that can be used to assert the
+            current nullable <see cref="T:System.Boolean"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Guid)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.GuidAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Guid"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Guid})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NullableGuidAssertions"/> object that can be used to assert the
+            current nullable <see cref="T:System.Guid"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Collections.IEnumerable)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NonGenericCollectionAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Collections.IEnumerable"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.Collections.Generic.IEnumerable{``0})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.GenericCollectionAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should``2(System.Collections.Generic.IDictionary{``0,``1})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2"/> object that can be used to assert the
+            current <see cref="T:System.Collections.Generic.IDictionary`2"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.DateTime)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.DateTimeAssertions"/> object that can be used to assert the
+            current <see cref="T:System.DateTime"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.DateTime})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NullableDateTimeAssertions"/> object that can be used to assert the
+            current nullable <see cref="T:System.DateTime"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.IComparable{``0})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.ComparableTypeAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.IComparable`1"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int32)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Int32"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int32})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Int32"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Byte)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Byte"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Byte})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Byte"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int16)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Int16"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int16})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Int16"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int64)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Int64"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int64})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Int64"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Single)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Single"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Single})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Single"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Double)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
+            current <see cref="T:System.Double"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Double})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
+            current nullable <see cref="T:System.Double"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.String)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.StringAssertions"/> object that can be used to assert the
+            current <see cref="T:System.String"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.TimeSpan)">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions"/> object that can be used to assert the
+            current <see cref="T:System.TimeSpan"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.TimeSpan})">
+            <summary>
+            Returns an <see cref="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions"/> object that can be used to assert the
+            current nullable <see cref="T:System.TimeSpan"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.ShouldHave``1(``0)">
+            <summary>
+            Asserts that the properties of an object matches those of another object.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Type)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TypeAssertions"/> object that can be used to assert the
+            current <see cref="T:System.Type"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.MethodInfoSelector)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> object that can be used to assert the methods returned by the
+            current <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>.
+            </summary>
+            <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.PropertyInfoSelector)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> object that can be used to assert the properties returned by the
+            current <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>.
+            </summary>
+            <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/>
+        </member>
+        <member name="M:FluentAssertions.AssertionExtensions.As``1(System.Object)">
+            <summary>
+            Safely casts the specified object to the type specified through <typeparamref name="TTo"/>.
+            </summary>
+            <remarks>
+            Has been introduced to allow casting objects without breaking the fluent API.
+            </remarks>
+            <typeparam name="TTo"></typeparam>
+        </member>
+        <member name="T:FluentAssertions.Assertions.ActionAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Action"/> yields the expected result.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldThrow``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Action"/> throws an exception of type <typeparamref name="TException"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Action"/> does not throw an exception of type <typeparamref name="TException"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow(System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Action"/> does not throw any exception.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.ActionAssertions.Subject">
+            <summary>
+            Gets the <see cref="T:System.Action"/> that is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.BooleanAssertions">
+            <summary>
+            Contains a number of methods to assert that a <see cref="T:System.Boolean"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse">
+            <summary>
+            Asserts that the value is <c>false</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse(System.String,System.Object[])">
+            <summary>
+            Asserts that the value is <c>false</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue">
+            <summary>
+            Asserts that the value is <c>true</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue(System.String,System.Object[])">
+            <summary>
+            Asserts that the value is <c>true</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean)">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean,System.String,System.Object[])">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.BooleanAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.CollectionAssertions`2">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.ReferenceTypeAssertions`2">
+            <summary>
+            Contains a number of methods to assert that a reference type object is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1">
+            <summary>
+            Asserts that the object is of the specified type <typeparamref name="T"/>.
+            </summary>
+            <typeparam name="T">The expected type of the object.</typeparam>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the object is of the specified type <typeparamref name="T"/>.
+            </summary>
+            <typeparam name="T">The expected type of the object.</typeparam>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1">
+            <summary>
+            Asserts that the object is assignable to a variable of type <typeparamref name="T"/>.
+            </summary>
+            <typeparam name="T">The type to which the object should be assignable.</typeparam>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the object is assignable to a variable of type <typeparamref name="T"/>.
+            </summary>
+            <typeparam name="T">The type to which the object should be assignable.</typeparam>
+            <param name="reason">The reason why the object should be assignable to the type.</param>
+            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
+            <summary>
+            Asserts that the <paramref name="predicate"/> is statisfied.
+            </summary>
+            <param name="predicate">The predicate which must be satisfied by the <typeparamref name="TSubject"/>.</param>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the <paramref name="predicate"/> is satisfied.
+            </summary>
+            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
+            <param name="reason">The reason why the predicate should be satisfied.</param>
+            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Asserts that the <paramref name="predicate"/> is satisfied.
+            </summary>
+            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the <paramref name="predicate"/> is satisfied.
+            </summary>
+            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
+            <param name="reason">The reason why the predicate should be satisfied.</param>
+            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
+            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
+        </member>
+        <member name="P:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32)">
+            <summary>
+            Asserts that the number of items in the collection matches the supplied <paramref name="expected" /> amount.
+            </summary>
+            <param name="expected">The expected number of items in the collection.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the number of items in the collection matches the supplied <paramref name="expected"/> amount.
+            </summary>
+            <param name="expected">The expected number of items in the collection.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
+            <summary>
+            Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>.
+            </summary>
+            <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>.
+            </summary>
+            <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty">
+            <summary>
+            Asserts that the collection does not contain any items.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the collection does not contain any items.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty">
+            <summary>
+            Asserts that the collection contains at least 1 item.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the collection contains at least 1 item.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems">
+            <summary>
+            Asserts that the collection does not contain any duplicate items.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems(System.String,System.Object[])">
+            <summary>
+            Asserts that the collection does not contain any duplicate items.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls">
+            <summary>
+            Asserts that the collection does not contain any <c>null</c> items.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls(System.String,System.Object[])">
+            <summary>
+            Asserts that the collection does not contain any <c>null</c> items.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection to contain all the same elements in the same order as the collection identified by 
+            <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected items.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Object[])">
+            <summary>
+            Expects the current collection to contain all the same elements in the same order as the collection identified by 
+            <paramref name="elements"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="elements">A params array with the expected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection to contain all the same elements in the same order as the collection identified by 
+            <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection not to contain all the same elements in the same order as the collection identified by 
+            <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection not to contain all the same elements in the same order as the collection identified by 
+            <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>,
+            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Object[])">
+            <summary>
+            Expects the current collection to contain all elements of the collection identified by <paramref name="elements"/>,
+            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="elements">A params array with the expected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>,
+            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>,
+            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>,
+            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
+            </summary>
+            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection to contain the specified elements in any order. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection to contain the specified elements in any order. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable)">
+            <summary>
+            Expects the current collection to contain the specified elements in the exact same order. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Expects the current collection to contain the specified elements in the exact same order. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable)">
+            <summary>
+            Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>.
+            </summary>
+            <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>.
+            </summary>
+            <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param>
+            <param name="reason">        
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable)">
+            <summary>
+            Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>.
+            </summary>
+            <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>.
+            </summary>
+            <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable)">
+            <summary>
+            Assert that the current collection has the same number of elements as <paramref name="otherCollection" />.
+            </summary>
+            <param name="otherCollection">The other collection with the same expected number of elements</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable,System.String,System.Object[])">
+            <summary>
+            Assert that the current collection has the same number of elements as <paramref name="otherCollection"/>.
+            </summary>
+            <param name="otherCollection">The other collection with the same expected number of elements</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull">
+            <summary>
+            Asserts that the current collection has not been initialized yet with an actual collection.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection has not been initialized yet with an actual collection.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull">
+            <summary>
+            Asserts that the current collection has been initialized with an actual collection.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection has been initialized with an actual collection.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object)">
+            <summary>
+            Asserts that the current collection has the supplied <paramref name="element" /> at the
+            supplied <paramref name="index" />.
+            </summary>
+            <param name="index">The index where the element is expected</param>
+            <param name="element">The expected element</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection has the supplied <paramref name="element"/> at the 
+            supplied <paramref name="index"/>.
+            </summary>
+            <param name="index">The index where the element is expected</param>
+            <param name="element">The expected element</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1">
+            <summary>
+            Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T" />.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object)">
+            <summary>
+            Asserts that the current collection does not contain the supplied <paramref name="unexpected" /> item.
+            </summary>
+            <param name="unexpected">The element that is not expected to be in the collection</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection does not contain the supplied <paramref name="unexpected"/> item.
+            </summary>
+            <param name="unexpected">The element that is not expected to be in the collection</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.ComparableTypeAssertions`1">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.IComparable`1"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0)">
+            <summary>
+            Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0)">
+            <summary>
+            Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0)">
+            <summary>
+            Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0)">
+            <summary>
+            Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0)">
+            <summary>
+            Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0)">
+            <summary>
+            Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
+            </summary>
+            <param name="expected">
+            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0)">
+            <summary>
+            Asserts that a value is within a range.
+            </summary>
+            <remarks>
+            Where the range is continuous or incremental depends on the actual type of the value. 
+            </remarks>
+            <param name="minimumValue">
+            The minimum valid value of the range.
+            </param>
+            <param name="maximumValue">
+            The maximum valid value of the range.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0,System.String,System.Object[])">
+            <summary>
+            Asserts that a value is within a range.
+            </summary>
+            <remarks>
+            Where the range is continuous or incremental depends on the actual type of the value. 
+            </remarks>
+            <param name="minimumValue">
+            The minimum valid value of the range.
+            </param>
+            <param name="maximumValue">
+            The maximum valid value of the range.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull">
+            <summary>
+            Asserts that a nullable numeric value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable numeric value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull">
+            <summary>
+            Asserts that a nullable numeric value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable numeric value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>  
+        </member>
+        <member name="P:FluentAssertions.Assertions.ComparableTypeAssertions`1.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.ComparisonMode">
+            <summary>
+            Defines the way <see cref="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)"/> compares the expected exception 
+            message with the actual one.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.Exact">
+            <summary>
+            The message must match exactly, including the casing of the characters.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.Equivalent">
+            <summary>
+            The message must match except for the casing of the characters.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWith">
+            <summary>
+            The message must start with the exact text, including the casing of the characters..
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWithEquivalent">
+            <summary>
+            The message must start with the text except for the casing of the characters.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.Substring">
+            <summary>
+            The message must contain the exact text.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.EquivalentSubstring">
+            <summary>
+            The message must contain the text except for the casing of the characters.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.ComparisonMode.Wildcard">
+            <summary>
+            The message must match a wildcard pattern consisting of ordinary characters as well as * and ?.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.CyclicReferenceHandling">
+            <summary>
+            Indication of how cyclic references should be handled when validating equality of nested properties.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.CyclicReferenceHandling.Ignore">
+            <summary>
+            Cyclic references will be ignored.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Assertions.CyclicReferenceHandling.ThrowException">
+            <summary>
+            Cyclic references will result in an exception.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.DateTimeAssertions">
+            <summary>
+            Contains a number of methods to assert that a <see cref="T:System.DateTime"/> is in the expected state.
+            </summary>
+            <remarks>
+            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.NotBe(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is not equal to the <paramref name="unexpected"/> value.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.NotBe(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is not equal to the <paramref name="unexpected"/> value.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is before the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is before the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is after the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is after the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value.
+            </summary>
+            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year.
+            </summary>
+            <param name="expected">The expected year of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year.
+            </summary>
+            <param name="expected">The expected year of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month.
+            </summary>
+            <param name="expected">The expected month of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month.
+            </summary>
+            <param name="expected">The expected month of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day.
+            </summary>
+            <param name="expected">The expected day of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day.
+            </summary>
+            <param name="expected">The expected day of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour.
+            </summary>
+            <param name="expected">The expected hour of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour.
+            </summary>
+            <param name="expected">The expected hour of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute.
+            </summary>
+            <param name="expected">The expected minutes of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute.
+            </summary>
+            <param name="expected">The expected minutes of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32)">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second.
+            </summary>
+            <param name="expected">The expected seconds of the current value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second.
+            </summary>
+            <param name="expected">The expected seconds of the current value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeMoreThan(System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
+            exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="timeSpan">
+            The amount of time that the current <see cref="T:System.DateTime"/> should exceed compared to another <see cref="T:System.DateTime"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAtLeast(System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
+            is equal to or exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="timeSpan">
+            The amount of time that the current <see cref="T:System.DateTime"/> should be equal or exceed compared to
+            another <see cref="T:System.DateTime"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeExactly(System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
+            differs exactly the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="timeSpan">
+            The amount of time that the current <see cref="T:System.DateTime"/> should differ exactly compared to another <see cref="T:System.DateTime"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeWithin(System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
+            is within the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="timeSpan">
+            The amount of time that the current <see cref="T:System.DateTime"/> should be within another <see cref="T:System.DateTime"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeLessThan(System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
+            differs at maximum the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="timeSpan">
+            The maximum amount of time that the current <see cref="T:System.DateTime"/> should differ compared to another <see cref="T:System.DateTime"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.DateTimeAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.ExceptionAssertions`1">
+            <summary>
+              Contains a number of methods to assert that an <see cref="T:System.Exception"/> is in the correct state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)">
+            <summary>
+              Asserts that the thrown exception has a message that exactly matches  the <paramref name = "expectedMessage" />
+            </summary>
+            <param name = "expectedMessage">
+              The expected message of the exception.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,System.String,System.Object[])">
+            <summary>
+              Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/>
+              depending on the specified matching mode.
+            </summary>
+            <param name="expectedMessage">
+              The expected message of the exception.
+            </param>
+            <param name="reason">
+              A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+              is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+              Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode)">
+            <summary>
+              Asserts that the thrown exception has a message that matches <paramref name = "expectedMessage" />
+              depending on the specified matching mode.
+            </summary>
+            <param name = "expectedMessage">
+              The expected message of the exception.
+            </param>
+            <param name = "comparisonMode">
+              Determines how the expected message is compared with the actual message.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])">
+            <summary>
+              Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/>
+              depending on the specified matching mode.
+            </summary>
+            <param name="expectedMessage">
+              The expected message of the exception.
+            </param>
+            <param name="comparisonMode">
+              Determines how the expected message is compared with the actual message.
+            </param>
+            <param name="reason">
+              A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+              is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+              Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1">
+            <summary>
+              Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />.
+            </summary>
+            <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1(System.String,System.Object[])">
+            <summary>
+              Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />.
+            </summary>
+            <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam>
+            <param name = "reason">The reason why the inner exception should be of the supplied type.</param>
+            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String)">
+            <summary>
+              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
+            </summary>
+            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode)">
+            <summary>
+              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
+            </summary>
+            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
+            <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,System.String,System.Object[])">
+            <summary>
+              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
+            </summary>
+            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
+            <param name = "reason">
+              The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />.
+            </param>
+            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])">
+            <summary>
+              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
+            </summary>
+            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
+            <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param>
+            <param name = "reason">
+              The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />.
+            </param>
+            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
+            <summary>
+              Asserts that the exception matches a particular condition.
+            </summary>
+            <param name = "exceptionExpression">
+              The condition that the exception must match.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+              Asserts that the exception matches a particular condition.
+            </summary>
+            <param name="exceptionExpression">
+              The condition that the exception must match.
+            </param>
+            <param name="reason">
+              A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+              start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+              Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.ExceptionAssertions`1.And">
+            <summary>
+              Gets the exception object of the exception thrown.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.FloatingPointExtensions">
+            <summary>
+            Contains a number of extension methods for floating point <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single)">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single,System.String,System.Object[])">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single)">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single,System.String,System.Object[])">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double)">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double,System.String,System.Object[])">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double)">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double,System.String,System.Object[])">
+            <summary>
+            Asserts a floating point value approximates another value as close as possible.
+            </summary>
+            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
+            <param name="expectedValue">
+            The expected value to compare the actual value with.
+            </param>
+            <param name="precision">
+            The maximum amount of which the two values may differ.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.GenericCollectionAssertions`1">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IEnumerable`1"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0)">
+            <summary>
+            Asserts that the collection contains the specified item.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the collection contains the specified item.
+            </summary>
+            <param name="expected">The expected item.</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Collections.Generic.IEnumerable{`0},`0[])">
+            <summary>
+            Asserts that the collection contains some extra items in addition to the original items.
+            </summary>
+            <param name="expectedItemsList">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of expected items.</param>
+            <param name="additionalExpectedItems">Additional items that are expected to be contained by the collection.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
+            <summary>
+            Asserts that the collection contains at least one item that matches the predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the collection contains at least one item that matches the predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
+            <summary>
+            Asserts that the collection only contains items that match a predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the collection only contains items that match a predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
+            <summary>
+            Asserts that the collection does not contain any items that match the predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the collection does not contain any items that match the predicate.
+            </summary>
+            <param name="predicate">A predicate to match the items in the collection against.</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IDictionary`2"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull">
+            <summary>
+            Asserts that the current dictionary has not been initialized yet with an actual dictionary.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary has not been initialized yet with an actual dictionary.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull">
+            <summary>
+            Asserts that the current dictionary has been initialized with an actual dictionary.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary has been initialized with an actual dictionary.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32)">
+            <summary>
+            Asserts that the number of items in the dictionary matches the supplied <paramref name="expected" /> amount.
+            </summary>
+            <param name="expected">The expected number of items.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that the number of items in the dictionary matches the supplied <paramref name="expected"/> amount.
+            </summary>
+            <param name="expected">The expected number of items.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
+            <summary>
+            Asserts that the number of items in the dictionary matches a condition stated by a predicate.
+            </summary>
+            <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Asserts that the number of items in the dictionary matches a condition stated by a predicate.
+            </summary>
+            <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty">
+            <summary>
+            Asserts that the dictionary does not contain any items.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary does not contain any items.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty">
+            <summary>
+            Asserts that the dictionary contains at least 1 item.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary contains at least 1 item.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1})">
+            <summary>
+            Asserts that the current dictionary contains all the same key-value pairs as the
+            specified <paramref name="expected"/> dictionary. Keys and values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected dictionary</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary contains all the same key-value pairs as the
+            specified <paramref name="expected"/> dictionary. Keys and values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected dictionary</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1})">
+            <summary>
+            Asserts the current dictionary not to contain all the same key-value pairs as the
+            specified <paramref name="unexpected"/> dictionary. Keys and values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected dictionary</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])">
+            <summary>
+            Asserts the current dictionary not to contain all the same key-value pairs as the
+            specified <paramref name="unexpected"/> dictionary. Keys and values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected dictionary</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0)">
+            <summary>
+            Asserts that the dictionary contains the specified key. Keys are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected key</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary contains the specified key. Keys are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected key</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(`0[])">
+            <summary>
+            Asserts that the dictionary contains all of the specified keys. Keys are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected keys</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(System.Collections.Generic.IEnumerable{`0},System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary contains all of the specified keys. Keys are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected keys</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0)">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key.
+            Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected key</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key.
+            Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected key</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1)">
+            <summary>
+            Asserts that the dictionary contains the specified value. Values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1,System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary contains the specified value. Values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(`1[])">
+            <summary>
+            Asserts that the dictionary contains all of the specified values. Values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected values</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(System.Collections.Generic.IEnumerable{`1},System.String,System.Object[])">
+            <summary>
+            Asserts that the dictionary contains all of the specified values. Values are compared using
+            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected values</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1)">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value.
+            Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1,System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value.
+            Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1})">
+            <summary>
+            Asserts that the current dictionary contains the specified <paramref name="expected"/>.
+            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary contains the specified <paramref name="expected"/>.
+            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1)">
+            <summary>
+            Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="key">The key for which to validate the value</param>
+            <param name="value">The value to validate</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1,System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="key">The key for which to validate the value</param>
+            <param name="value">The value to validate</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1})">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="item"/>.
+            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="item"/>.
+            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1)">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the
+            supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="key">The key for which to validate the value</param>
+            <param name="value">The value to validate</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1,System.String,System.Object[])">
+            <summary>
+            Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the
+            supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="key">The key for which to validate the value</param>
+            <param name="value">The value to validate</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.GuidAssertions">
+            <summary>
+            Contains a number of methods to assert that a <see cref="T:System.Guid"/> is in the correct state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid)">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
+            </summary>
+            <param name="expected">The expected value to compare the actual value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String)">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
+            </summary>
+            <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
+            </summary>
+            <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid,System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
+            </summary>
+            <param name="expected">The expected value to compare the actual value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid)">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID.
+            </summary>
+            <param name="unexpected">The unexpected value to compare the actual value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid,System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID.
+            </summary>
+            <param name="unexpected">The unexpected value to compare the actual value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.GuidAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.IntegralAssertions`1">
+            <summary>
+            Contains a number of methods to assert that an integral number is in the correct state.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NumericAssertions`1">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.IComparable"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive">
+            <summary>
+            Asserts that the numeric value is greater than or equal to zero.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive(System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is greater than or equal to zero.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative">
+            <summary>
+            Asserts that the numeric value is less than zero.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative(System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is less than zero.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0)">
+            <summary>
+            Asserts that the numeric value is less than the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is less than the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0)">
+            <summary>
+            Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0)">
+            <summary>
+            Asserts that the numeric value is greater than the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is greater than the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0)">
+            <summary>
+            Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The value to compare the current numeric value with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0)">
+            <summary>
+            Asserts that a value is within a range.
+            </summary>
+            <remarks>
+            Where the range is continuous or incremental depends on the actual type of the value. 
+            </remarks>
+            <param name="minimumValue">
+            The minimum valid value of the range.
+            </param>
+            <param name="maximumValue">
+            The maximum valid value of the range.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0,System.String,System.Object[])">
+            <summary>
+            Asserts that a value is within a range.
+            </summary>
+            <remarks>
+            Where the range is continuous or incremental depends on the actual type of the value. 
+            </remarks>
+            <param name="minimumValue">
+            The minimum valid value of the range.
+            </param>
+            <param name="maximumValue">
+            The maximum valid value of the range.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0)">
+            <summary>
+            Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0)">
+            <summary>
+            Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value.
+            </summary>
+            <param name="unexpected">The unexpected value.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0,System.String,System.Object[])">
+            <summary>
+            Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value.
+            </summary>
+            <param name="unexpected">The unexpected value.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.MethodInfoAssertions">
+            <summary>
+            Contains assertions for the <see cref="T:System.Reflection.MethodInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.MethodInfo})">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> class.
+            </summary>
+            <param name="methods">The methods.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual">
+            <summary>
+            Asserts that the selected methods are virtual.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual(System.String,System.Object[])">
+            <summary>
+            Asserts that the selected methods are virtual.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1">
+            <summary>
+            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.MethodInfoAssertions.SubjectMethods">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.MethodInfoSelector">
+            <summary>
+            Allows for fluent selection of methods of a type through reflection.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Type)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class.
+            </summary>
+            <param name="type">The type from which to select methods.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class.
+            </summary>
+            <param name="types">The types from which to select methods.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatReturn``1">
+            <summary>
+            Only select the methods that return the specified type 
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatAreDecoratedWith``1">
+            <summary>
+            Only select the methods that are decorated with an attribute of the specified type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ToArray">
+            <summary>
+            The resulting <see cref="T:System.Reflection.MethodInfo"/> objects.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.HasSpecialName(System.Reflection.MethodInfo)">
+            <summary>
+            Determines whether the specified method has a special name (like properties and events).
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through the collection.
+            </summary>
+            <returns>
+            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>1</filterpriority>
+        </member>
+        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.System#Collections#IEnumerable#GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through a collection.
+            </summary>
+            <returns>
+            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>2</filterpriority>
+        </member>
+        <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatArePublicOrInternal">
+            <summary>
+            Only select the methods that are public or internal.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatReturnVoid">
+            <summary>
+            Only select the methods without a return value
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NonGenericCollectionAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object)">
+            <summary>
+            Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared
+            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NullableBooleanAssertions">
+            <summary>
+            Contains a number of methods to assert that a nullable <see cref="T:System.Boolean"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue">
+            <summary>
+            Asserts that a nullable boolean value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable boolean value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue">
+            <summary>
+            Asserts that a nullable boolean value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable boolean value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean})">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean},System.String,System.Object[])">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NullableDateTimeAssertions">
+            <summary>
+            Contains a number of methods to assert that a nullable <see cref="T:System.DateTime"/> is in the expected state.
+            </summary>
+            <remarks>
+            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime})">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime},System.String,System.Object[])">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NullableGuidAssertions">
+            <summary>
+            Contains a number of methods to assert that a nullable <see cref="T:System.Guid"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid})">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid},System.String,System.Object[])">
+            <summary>
+            Asserts that the value is equal to the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.NullableNumericExtensions">
+            <summary>
+            Contains a number of methods to assert that a nullable numeric value has the expected value.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})">
+            <summary>
+            Asserts that a nullable numeric value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable numeric value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})">
+            <summary>
+            Asserts that a nullable numeric value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable numeric value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>  
+        </member>
+        <member name="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions">
+            <summary>
+            Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state.
+            </summary>
+            <remarks>
+            You can use the <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>.
+            </remarks>
+        </member>
+        <member name="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions">
+            <summary>
+            Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive(System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative(System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The expected time difference</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The expected time difference</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the 
+            specified <paramref name="unexpected"/> time.
+            </summary>
+            <param name="unexpected">The unexpected time difference</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the 
+            specified <paramref name="unexpected"/> time.
+            </summary>
+            <param name="unexpected">The unexpected time difference</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan)">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan,System.String,System.Object[])">
+            <summary>
+            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the 
+            specified <paramref name="expected"/> time.
+            </summary>
+            <param name="expected">The time difference to which the current value will be compared</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue">
+            <summary>
+            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue(System.String,System.Object[])">
+            <summary>
+            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>      
+        </member>
+        <member name="T:FluentAssertions.Assertions.ObjectAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Object"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object)">
+            <summary>
+            Asserts that the value of an object equals another object when using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that an object equals another object using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object)">
+            <summary>
+            Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
+            </summary>
+            <param name="unexpected">The unexpected value</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object)">
+            <summary>
+            Asserts that an object reference refers to the exact same object as another object reference.
+            </summary>
+            <param name="expected">The expected object</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that an object reference refers to the exact same object as another object reference.
+            </summary>
+            <param name="expected">The expected object</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object)">
+            <summary>
+            Asserts that an object reference refers to a different object than another object reference refers to.
+            </summary>
+            <param name="unexpected">The unexpected object</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that an object reference refers to a different object than another object reference refers to.
+            </summary>
+            <param name="unexpected">The unexpected object</param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull">
+            <summary>
+            Asserts that the object is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the object is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull">
+            <summary>
+            Asserts that the object is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the object is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable">
+            <summary>
+            Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains
+            the values of all properties.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable(System.String,System.Object[])">
+            <summary>
+            Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains
+            the values of all properties.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.PropertyAssertions`1">
+            <summary>
+            Provides methods for selecting one or more properties of an object and comparing them with another object.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllProperties">
+            <summary>
+            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllRuntimeProperties">
+            <summary>
+            Includes all properties of <typeparamref name="T"/> including those of the run-time type when comparing the subject 
+            with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.SharedProperties">
+            <summary>
+            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, 
+            except those that the other object does not have.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.IncludingNestedObjects(FluentAssertions.Assertions.CyclicReferenceHandling)">
+            <summary>
+            Perform recursive property comparison of the child properties for objects that are of incompatible type.
+            </summary>
+            <param name="ignore"> </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllPropertiesBut(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
+            <summary>
+            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, 
+            except those specified using a property expression.
+            </summary>
+            <param name="propertyExpression">A single property expression to exclude.</param>
+            <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.But(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
+            <summary>
+            Excludes the properties specified by the <paramref name="propertyExpression"/> from the comparison.
+            </summary>
+            <param name="propertyExpression">A single property expression to exclude.</param>
+            <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.Properties(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
+            <summary>
+            Includes only those properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>
+            that were specified using a property expression.
+            </summary>
+            <param name="propertyExpression">A single property expression to include.</param>
+            <param name="propertyExpressions">Optional list of additional property expressions to include.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)">
+            <summary>
+            Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named
+            properties of <paramref name="otherObject"/>.
+            </summary>
+            <param name="otherObject">The object to compare the current object with</param>
+            <remarks>
+            Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> 
+            returns <c>true</c>.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object,System.String,System.Object[])">
+            <summary>
+            Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named
+            properties of <paramref name="otherObject"/>.
+            </summary>
+            <param name="otherObject">The object to compare the current object with</param>
+            <remarks>
+            Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> 
+            returns <c>true</c>.
+            </remarks>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyAssertions`1.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.PropertyEqualityValidator">
+            <summary>
+            Is responsible for validating the equality of one or more properties of a subject with another object.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties">
+            <summary>
+            Contains the properties that should be included when comparing two objects.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.OnlySharedProperties">
+            <summary>
+            Gets or sets a value indicating whether the validator will ignore properties from the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties"/>
+            collection that the <see cref="!:Other"/> object doesn't have.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.RecurseOnNestedObjects">
+            <summary>
+            Gets or sets a value indicating whether it should continue comparing (collections of objects) that
+            the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.OtherObject"/> refers to.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.CyclicReferenceHandling">
+            <summary>
+            Gets or sets a value indicating how cyclic references that are encountered while comparing (collections of)
+            objects should be handled.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.PropertyInfoAssertions">
+            <summary>
+            Contains assertions for the <see cref="T:System.Reflection.PropertyInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo})">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> class.
+            </summary>
+            <param name="properties">The properties.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual">
+            <summary>
+            Asserts that the selected properties are virtual.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual(System.String,System.Object[])">
+            <summary>
+            Asserts that the selected properties are virtual.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1">
+            <summary>
+            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyInfoAssertions.SubjectProperties">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.PropertyInfoSelector">
+            <summary>
+            Allows for fluent selection of properties of a type through reflection.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Type)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class.
+            </summary>
+            <param name="type">The type from which to select properties.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class.
+            </summary>
+            <param name="types">The types from which to select properties.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ThatAreDecoratedWith``1">
+            <summary>
+            Only select the properties that are decorated with an attribute of the specified type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.OfType``1">
+            <summary>
+            Only select the properties that return the specified type 
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ToArray">
+            <summary>
+            The resulting <see cref="T:System.Reflection.PropertyInfo"/> objects.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through the collection.
+            </summary>
+            <returns>
+            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>1</filterpriority>
+        </member>
+        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.System#Collections#IEnumerable#GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through a collection.
+            </summary>
+            <returns>
+            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>2</filterpriority>
+        </member>
+        <member name="P:FluentAssertions.Assertions.PropertyInfoSelector.ThatArePublicOrInternal">
+            <summary>
+            Only select the properties that have a public or internal getter.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.StringAssertions">
+            <summary>
+            Contains a number of methods to assert that a <see cref="T:System.String"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.#ctor(System.String)">
+            <summary>
+            Initializes a new instance of the <see cref="T:System.Object" /> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String)">
+            <summary>
+            Asserts that a string is equal to another string.
+            </summary>
+            <param name="expected">The expected string.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace.
+            </summary>
+            <param name="expected">The expected string.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String)">
+            <summary>
+            Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with 
+            the exception of the casing.
+            </summary>
+            <param name="expected">
+            The string that the subject is expected to be equivalent to.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with 
+            the exception of the casing.
+            </summary>
+            <param name="expected">
+            The string that the subject is expected to be equivalent to.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String)">
+            <summary>
+            Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="unexpected">The string that the subject is not expected to be equivalent to.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="unexpected">The string that the subject is not expected to be equivalent to.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String)">
+            <summary>
+            Asserts that a string matches a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string matches a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String)">
+            <summary>
+            Asserts that a string does not match a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string does not match a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String)">
+            <summary>
+            Asserts that a string matches a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string matches a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String)">
+            <summary>
+            Asserts that a string does not match a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string does not match a wildcard pattern.
+            </summary>
+            <param name="wildcardPattern">
+            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String)">
+            <summary>
+            Asserts that a string starts exactly with the specified <paramref name="expected"/>,
+            including the casing and any leading or trailing whitespace.
+            </summary>
+            <param name="expected">The string that the subject is expected to start with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string starts exactly with the specified <paramref name="expected"/>,
+            including the casing and any leading or trailing whitespace.
+            </summary>
+            <param name="expected">The string that the subject is expected to start with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String)">
+            <summary>
+            Asserts that a string starts with the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to start with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string starts with the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to start with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String)">
+            <summary>
+            Asserts that a string ends exactly with the specified <paramref name="expected"/>,
+            including the casing and any leading or trailing whitespace.
+            </summary>
+            <param name="expected">The string that the subject is expected to end with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string ends exactly with the specified <paramref name="expected"/>,
+            including the casing and any leading or trailing whitespace.
+            </summary>
+            <param name="expected">The string that the subject is expected to end with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String)">
+            <summary>
+            Asserts that a string ends with the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to end with.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string ends with the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to end with.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String)">
+            <summary>
+            Asserts that a string contains another (fragment of a) string.
+            </summary>
+            <param name="expected">
+            The (fragement of a) string that the current string should contain.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string contains another (fragment of a) string.
+            </summary>
+            <param name="expected">
+            The (fragement of a) string that the current string should contain.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String)">
+            <summary>
+            Asserts that a string contains the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to contain.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string contains the specified <paramref name="expected"/>,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="expected">The string that the subject is expected to contain.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String)">
+            <summary>
+            Asserts that a string does not contain another (fragment of a) string.
+            </summary>
+            <param name="expected">
+            The (fragement of a) string that the current string should not contain.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string does not contain another (fragment of a) string.
+            </summary>
+            <param name="expected">
+            The (fragement of a) string that the current string should not contain.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String)">
+            <summary>
+            Asserts that a string does not contain the specified <paramref name="unexpected"/> string,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="unexpected">The string that the subject is not expected to contain.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that a string does not contain the specified <paramref name="unexpected"/> string,
+            including any leading or trailing whitespace, with the exception of the casing.
+            </summary>
+            <param name="unexpected">The string that the subject is not expected to contain.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty">
+            <summary>
+            Asserts that a string is <see cref="F:System.String.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is <see cref="F:System.String.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty">
+            <summary>
+            Asserts that a string is not <see cref="F:System.String.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is not <see cref="F:System.String.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32)">
+            <summary>
+            Asserts that a string has the specified <paramref name="expected"/> length.
+            </summary>
+            <param name="expected">The expected length of the string</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32,System.String,System.Object[])">
+            <summary>
+            Asserts that a string has the specified <paramref name="expected"/> length.
+            </summary>
+            <param name="expected">The expected length of the string</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull">
+            <summary>
+            Asserts that a string is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull">
+            <summary>
+            Asserts that a string is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty">
+            <summary>
+            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty">
+            <summary>
+            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank">
+            <summary>
+            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank">
+            <summary>
+            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank(System.String,System.Object[])">
+            <summary>
+            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.StringAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.StringValidator">
+            <summary>
+            Dedicated class for comparing two strings and generating consistent error messages.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.Negate">
+            <summary>
+            Gets or sets a value indicating whether the subject should not match the pattern.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.IgnoreCase">
+            <summary>
+            Gets or sets a value indicating whether the matching process should ignore any casing difference.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.TimeSpanAssertions">
+            <summary>
+            Contains a number of methods to assert that two <see cref="T:System.DateTime"/> objects differ in the expected way.
+            </summary>
+            <remarks>
+            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> and <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent
+            way of specifying a <see cref="T:System.DateTime"/> or a <see cref="T:System.TimeSpan"/>.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime)">
+            <summary>
+            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="target">
+            The <see cref="T:System.DateTime"/> to compare the subject with.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="target">
+            The <see cref="T:System.DateTime"/> to compare the subject with.
+            </param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime)">
+            <summary>
+            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="target">
+            The <see cref="T:System.DateTime"/> to compare the subject with.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime,System.String,System.Object[])">
+            <summary>
+            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>.
+            </summary>
+            <param name="target">
+            The <see cref="T:System.DateTime"/> to compare the subject with.
+            </param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="T:FluentAssertions.Assertions.TimeSpanAssertions.TimeSpanPredicate">
+            <summary>
+            Provides the logic and the display text for a <see cref="T:FluentAssertions.Assertions.TimeSpanCondition"/>.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.TypeAssertions">
+            <summary>
+            Contains a number of methods to assert that a <see cref="T:System.Type"/> meets certain expectations.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.#ctor(System.Type)">
+            <summary>
+            Initializes a new instance of the <see cref="T:System.Object" /> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1">
+            <summary>
+            Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type)">
+            <summary>
+            Asserts that the current type is equal to the specified <paramref name="expected"/> type.
+            </summary>
+            <param name="expected">The expected type</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type,System.String,System.Object[])">
+            <summary>
+            Asserts that the current type is equal to the specified <paramref name="expected"/> type.
+            </summary>
+            <param name="expected">The expected type</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.GetFailureMessageIfTypesAreDifferent(System.Type,System.Type)">
+            <summary>
+            Creates an error message in case the specifed <paramref name="actual"/> type differs from the 
+            <paramref name="expected"/> type.
+            </summary>
+            <returns>
+            An empty <see cref="T:System.String"/> if the two specified types are the same, or an error message that describes that
+            the two specified types are not the same.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1">
+            <summary>
+            Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type)">
+            <summary>
+            Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type.
+            </summary>
+            <param name="unexpected">The unexpected type</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type,System.String,System.Object[])">
+            <summary>
+            Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type.
+            </summary>
+            <param name="unexpected">The unexpected type</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1">
+            <summary>
+            Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>.
+            </summary>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.TypeAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.TypeExtensions">
+            <summary>
+            Extension methods for getting method and property selectors for a type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeExtensions.Types(System.Reflection.Assembly)">
+            <summary>
+            Returns the types that are visible outside the specified <see cref="T:System.Reflection.Assembly"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(System.Type)">
+            <summary>
+            Returns a method selector for the current <see cref="T:System.Type"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(FluentAssertions.Assertions.TypeSelector)">
+            <summary>
+            Returns a method selector for the current <see cref="T:System.Type"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(System.Type)">
+            <summary>
+            Returns a property selector for the current <see cref="T:System.Type"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(FluentAssertions.Assertions.TypeSelector)">
+            <summary>
+            Returns a property selector for the current <see cref="T:System.Type"/>.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.TypeSelector">
+            <summary>
+            Allows for fluent filtering a list of types.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatDeriveFrom``1">
+            <summary>
+            Determines whether a type is a subclass of another type, but NOT the same type.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatImplement``1">
+            <summary>
+            Determines whether a type implements an interface (but is not the interface itself).
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreDecoratedWith``1">
+            <summary>
+            Determines whether a type is decorated with a particular attribute.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreInNamespace(System.String)">
+            <summary>
+            Determines whether the namespace of type is exactly <paramref name="namespace"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreUnderNamespace(System.String)">
+            <summary>
+            Determines whether the namespace of type is starts with <paramref name="namespace"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through the collection.
+            </summary>
+            <returns>
+            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>1</filterpriority>
+        </member>
+        <member name="M:FluentAssertions.Assertions.TypeSelector.System#Collections#IEnumerable#GetEnumerator">
+            <summary>
+            Returns an enumerator that iterates through a collection.
+            </summary>
+            <returns>
+            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
+            </returns>
+            <filterpriority>2</filterpriority>
+        </member>
+        <member name="T:FluentAssertions.Assertions.XAttributeAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XAttribute"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.#ctor(System.Xml.Linq.XAttribute)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute.
+            </summary>
+            <param name="expected">The expected attribute</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute.
+            </summary>
+            <param name="expected">The expected attribute</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected attribute</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected attribute</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value.
+            </summary>
+            <param name="expected">The expected value</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.XAttributeAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.XDocumentAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XDocument"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.#ctor(System.Xml.Linq.XDocument)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected document</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="expected">The expected document</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected document</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected document</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified
+            <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">The name of the expected root element of the current document.</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified
+            <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">The name of the expected root element of the current document.</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String)">
+            <summary>
+            Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct
+            child element with the specified <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">
+            The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct
+            child element with the specified <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">
+            The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element.
+            </param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.XDocumentAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Assertions.XElementAssertions">
+            <summary>
+            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XElement"/> is in the expected state.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.#ctor(System.Xml.Linq.XElement)">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element.
+            </summary>
+            <param name="expected">The expected element</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element.
+            </summary>
+            <param name="expected">The expected element</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected element</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element,
+            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
+            </summary>
+            <param name="unexpected">The unexpected element</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull(System.String,System.Object[])">
+            <summary>
+            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/>
+            and <paramref name="expectedValue"/>.
+            </summary>
+            <param name="expectedName">The name of the expected attribute</param>
+            <param name="expectedValue">The value of the expected attribute</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/>
+            and <paramref name="expectedValue"/>.
+            </summary>
+            <param name="expectedName">The name of the expected attribute</param>
+            <param name="expectedValue">The value of the expected attribute</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String)">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified
+            <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">The name of the expected child element</param>
+        </member>
+        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String,System.String,System.Object[])">
+            <summary>
+            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified
+            <paramref name="expected"/> name.
+            </summary>
+            <param name="expected">The name of the expected child element</param>
+            <param name="reason">
+            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
+            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
+            </param>
+            <param name="reasonArgs">
+            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Assertions.XElementAssertions.Subject">
+            <summary>
+            Gets the object which value is being asserted.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String)">
+            <summary>
+            Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
+            string anymore, including the exact casing.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String,System.StringComparison)">
+            <summary>
+            Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
+            string anymore, accounting for the specified <paramref name="stringComparison"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.Extensions.IndexedSegmentAt(System.String,System.Int32)">
+            <summary>
+            Gets the quoted three characters at the specified index of a string, including the index itself.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.Extensions.FirstLine(System.String)">
+            <summary>
+            Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.Extensions.Escape(System.String)">
+            <summary>
+            Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Common.FluentDateTimeExtensions">
+            <summary>
+            Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
+            </summary>
+            <example>
+            Instead of<br/>
+            <br/>
+            new DateTime(2011, 3, 10)<br/>
+            <br/>
+            you can write 3.March(2011)<br/>
+            <br/>
+            Or even<br/>
+            <br/>
+            3.March(2011).At(09, 30)
+            </example>
+            <seealso cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.January(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month January.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.February(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month February.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.March(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month March.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.April(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month April.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.May(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month May.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.June(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month June.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.July(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month July.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.August(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month August.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.September(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month September.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.October(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month October.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.November(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month November.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.December(System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
+            in the month December.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.TimeSpan)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and <paramref name="time"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.Int32,System.Int32,System.Int32)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and time with the specified
+            <paramref name="hours"/>, <paramref name="minutes"/> and optionally <paramref name="seconds"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.Before(System.TimeSpan,System.DateTime)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> before the
+            specified <paramref name="sourceDateTime"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.After(System.TimeSpan,System.DateTime)">
+            <summary>
+            Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> after the
+            specified <paramref name="sourceDateTime"/>.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Common.ObjectAlreadyTrackedException">
+            <summary>
+            Is thrown when the <see cref="T:FluentAssertions.Common.UniqueObjectTracker"/> detects an object that was already processed.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Common.TimeSpanConversionExtensions">
+            <summary>
+            Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>.
+            </summary>
+            <example>
+            Instead of<br/>
+            <br/>
+            TimeSpan.FromHours(12)<br/>
+            <br/>
+            you can write<br/>
+            <br/>
+            12.Hours()<br/>
+            <br/>
+            Or even<br/>
+            <br/>
+            12.Hours().And(30.Minutes()).
+            </example>
+            <seealso cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Milliseconds(System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of milliseconds.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32,System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds, and add the specified
+            <paramref name="offset"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32,System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes, and add the specified
+            <paramref name="offset"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of hours.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32,System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of hours, and add the specified
+            <paramref name="offset"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of days.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32,System.TimeSpan)">
+            <summary>
+            Returns a <see cref="T:System.TimeSpan"/> based on a number of days, and add the specified
+            <paramref name="offset"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.And(System.TimeSpan,System.TimeSpan)">
+            <summary>
+            Convenience method for chaining multiple calls to the methods provided by this class.
+            </summary>
+            <example>
+            23.Hours().And(59.Minutes())
+            </example>
+        </member>
+        <member name="T:FluentAssertions.Common.UniqueObjectTracker">
+            <summary>
+            Simple class for detecting an attempt to process an object that were already processed.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Common.UniqueObjectTracker.Track(System.Object)">
+            <summary>
+            Tracks the specified reference but throws an <see cref="T:FluentAssertions.Common.ObjectAlreadyTrackedException"/>
+            if that reference was already tracked.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.EventMonitoring.EventMonitoringExtensions">
+            <summary>
+              Provides extension methods for monitoring and querying events.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.ComponentModel.INotifyPropertyChanged)">
+            <summary>
+              Starts monitoring an object for its <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> events.
+            </summary>
+            <exception cref="T:System.ArgumentNullException">Thrown if eventSource is Null.</exception>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})">
+            <summary>
+            Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
+            </summary>
+            <remarks>
+            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.ComponentModel.INotifyPropertyChanged)"/> on the same object prior to this call so that Fluent Assertions can
+            subscribe for the events of the object.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])">
+            <summary>
+            Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
+            </summary>
+            <param name="eventSource">The object exposing the event.</param>
+            <param name="propertyExpression">
+            A lambda expression referring to the property for which the property changed event should have been raised.
+            </param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+            <remarks>
+            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.ComponentModel.INotifyPropertyChanged)"/> on the same object prior to this call so that Fluent Assertions can
+            subscribe for the events of the object.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})">
+            <summary>
+            Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
+            </summary>
+            <remarks>
+            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.ComponentModel.INotifyPropertyChanged)"/> on the same object prior to this call so that Fluent Assertions can
+            subscribe for the events of the object.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])">
+            <summary>
+            Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
+            </summary>
+            <param name="eventSource">The object exposing the event.</param>
+            <param name="propertyExpression">
+            A lambda expression referring to the property for which the property changed event should have been raised.
+            </param>
+            <param name="reason">
+            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+            <remarks>
+            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.ComponentModel.INotifyPropertyChanged)"/> on the same object prior to this call so that Fluent Assertions can
+            subscribe for the events of the object.
+            </remarks>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithSender(FluentAssertions.EventMonitoring.IEventRecorder,System.Object)">
+            <summary>
+            Asserts that all occurences of the event originated from the <param name="expectedSender"/>.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithArgs``1(FluentAssertions.EventMonitoring.IEventRecorder,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Asserts that at least one occurrence of the event had an <see cref="T:System.EventArgs"/> object matching a predicate.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.EventMonitoring.EventRecorder">
+            <summary>
+              Records activity for a single event.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.EventMonitoring.IEventRecorder">
+            <summary>
+              Records raised events for one event on one object
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.IEventRecorder.RecordEvent(System.Object[])">
+            <summary>
+              Store information about a raised event
+            </summary>
+            <param name = "parameters">Parameters the event was raised with</param>
+        </member>
+        <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventObject">
+            <summary>
+              The object events are recorded from
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventName">
+            <summary>
+              The name of the event that's recorded
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.#ctor(System.Object,System.String)">
+            <summary>
+            </summary>
+            <param name = "eventRaiser">The object events are recorded from</param>
+            <param name = "eventName">The name of the event that's recorded</param>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.GetEnumerator">
+            <summary>
+              Enumerate raised events
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.System#Collections#IEnumerable#GetEnumerator">
+            <summary>
+              Enumerate raised events
+            </summary>
+            <returns></returns>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.RecordEvent(System.Object[])">
+            <summary>
+              Called by the auto-generated IL, to record information about a raised event.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventObject">
+            <summary>
+              The object events are recorded from
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventName">
+            <summary>
+              The name of the event that's recorded
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.EventMonitoring.EventRecordersMap">
+            <summary>
+                Simple dictionary that uses a <see cref="T:System.WeakReference"/> to the event source as the key. 
+                This should ensure the Garbage Collector can still clean-up the event source object.
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.EventMonitoring.RecordedEvent">
+            <summary>
+            This class is used to store data about an intercepted event
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.EventMonitoring.RecordedEvent.#ctor(System.Object,System.Object[])">
+            <summary>
+            Default constructor stores the parameters the event was raised with
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.EventMonitoring.RecordedEvent.Parameters">
+            <summary>
+            Parameters for the event
+            </summary>
+        </member>
+        <member name="T:FluentAssertions.Execute">
+            <summary>
+            Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Execute.Verify(System.Func{System.Boolean},System.String,System.Object,System.Object,System.String,System.Object[])">
+            <summary>
+              Asserts that the supplied <paramref name = "condition" /> is met.
+            </summary>
+            <param name = "condition">The condition to assert.</param>
+            <param name = "failureMessage">
+              The message that will be used in the exception. This should describe what was expected and why. This message 
+              can contain the following three placeholders:<br />
+              <list type = "bullet">
+                <item>{0} = the expected value</item>
+                <item>{1} = the actual value</item>
+                <item>{2} = a reason explaining the expectations</item>
+              </list><br />
+            </param>
+            <param name = "expected">
+              The expected value, or <c>null</c> if there is no explicit expected value.
+            </param>
+            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
+            <param name = "reason">Should describe the reason for the expectation.</param>
+            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
+        </member>
+        <member name="M:FluentAssertions.Execute.Verify(System.Boolean,System.String,System.Object,System.Object,System.String,System.Object[])">
+            <summary>
+              Asserts that the supplied <paramref name = "condition" /> is met.
+            </summary>
+            <param name = "condition">The condition to assert.</param>
+            <param name = "failureMessage">
+              The message that will be used in the exception. This should describe what was expected and why. This message 
+              can contain the following three placeholders:<br />
+              <list type = "bullet">
+                <item>{0} = the expected value</item>
+                <item>{1} = the actual value</item>
+                <item>{2} = a reason explaining the expectations</item>
+              </list><br />
+            </param>
+            <param name = "expected">
+              The expected value, or <c>null</c> if there is no explicit expected value.
+            </param>
+            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
+            <param name = "reason">Should describe the reason for the expectation.</param>
+            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
+        </member>
+        <member name="M:FluentAssertions.Execute.Fail(System.String,System.Object,System.Object,System.String,System.Object[],System.Object[])">
+            <summary>
+              Handles an assertion failure.
+            </summary>
+            <param name = "failureMessage">
+              The message that will be used in the exception. This should describe what was expected and why. This message 
+              can contain the following three placeholders:<br />
+              <list type = "bullet">
+                <item>{0} = the expected value</item>
+                <item>{1} = the actual value</item>
+                <item>{2} = a reason explaining the expectations</item>
+              </list><br />
+              Any additional placeholders are allowed and will be satisfied using the <paramref name = "failureMessageArgs" />.
+            </param>
+            <param name = "expected">
+              The expected value, or <c>null</c> if there is no explicit expected value.
+            </param>
+            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
+            <param name = "reason">Should describe the reason for the expectation.</param>
+            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
+            <param name = "failureMessageArgs">
+              Optional arguments to satisfy any additional placeholders in the <paramref name = "failureMessage" />
+            </param>
+        </member>
+        <member name="P:FluentAssertions.Execute.Verification">
+            <summary>
+            Gets an object that wraps and executes a conditional or unconditional verification.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Formatting.IValueFormatter.CanHandle(System.Object)">
+            <summary>
+            Indicates whether the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified <paramref name="value"/>.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <returns>
+            <c>true</c> if the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified value; otherwise, <c>false</c>.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.IValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.DateTimeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.CanHandle(System.Object)">
+            <summary>
+              Determines whether this instance can handle the specified value.
+            </summary>
+            <param name = "value">The value.</param>
+            <returns>
+              <c>true</c> if this instance can handle the specified value; otherwise, <c>false</c>.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.EnumerableValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="T:FluentAssertions.Formatting.Formatter">
+            <summary>
+            Provides services for formatting an object being used in an assertion in a human readable format.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Formatting.Formatter.formatters">
+            <summary>
+            A list of objects responsible for formatting the objects represented by placeholders.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Formatting.Formatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a human-readable representation of a particular object.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker"></param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.Formatter.ToStringLine(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a human-readable representation of a particular object that starts on a new line.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="nestedPropertyLevel">
+            The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+            no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.TimeSpanValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.XAttributeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.XDocumentValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="M:FluentAssertions.Formatting.XElementValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
+            <summary>
+            Returns a <see cref="T:System.String"/> that represents this instance.
+            </summary>
+            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
+            <param name="uniqueObjectTracker">
+            An object that is passed through recursive calls and which should be used to detect circular references
+            in the object graph that is being converted to a string representation.</param>
+            <param name="nestedPropertyLevel">
+                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
+                no <see cref="M:System.Object.ToString"/> override.
+            </param>
+            <returns>
+            A <see cref="T:System.String"/> that represents this instance.
+            </returns>
+        </member>
+        <member name="T:FluentAssertions.Verification">
+            <summary>
+            Provides a fluent API for verifying an arbitrary condition.
+            </summary>
+        </member>
+        <member name="F:FluentAssertions.Verification.ReasonTag">
+            <summary>
+            Represents the phrase that can be used in <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> as a placeholder for the reason of an assertion.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Verification.#ctor">
+            <summary>
+            Initializes a new instance of the <see cref="T:FluentAssertions.Verification"/> class.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Verification.SubjectNameOr(System.String)">
+            <summary>
+            Gets the name or identifier of the current subject, or a default value if the subject is not known.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Verification.ForCondition(System.Boolean)">
+            <summary>
+            Specify the condition that must be satisfied.
+            </summary>
+            <param name="condition">If <c>true</c> the verification will be succesful.</param>
+        </member>
+        <member name="M:FluentAssertions.Verification.ForCondition(System.Func{System.Boolean})">
+            <summary>
+            Specify a predicate that with the condition that must be satisfied.
+            </summary>
+        </member>
+        <member name="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])">
+            <summary>
+            Specify the reason why you expect the condition to be <c>true</c>.
+            </summary>
+            <param name="reason">
+            A formatted phrase explaining why the condition should be satisfied. If the phrase does not 
+            start with the word <i>because</i>, it is prepended to the message.
+            </param>
+            <param name="reasonArgs">
+            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
+            </param>
+        </member>
+        <member name="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])">
+            <summary>
+            Define the failure message for the verification.
+            </summary>
+            <remarks>
+            If the <paramref name="failureMessage"/> contains the text "{reason}", this will be replaced by the reason as
+            defined through <see cref="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])"/>. Only 10 <paramref name="failureArgs"/> are supported in combination with
+            a {reason}.
+            </remarks>
+            <param name="failureMessage">The format string that represents the failure message.</param>
+            <param name="failureArgs">Optional arguments for the <paramref name="failureMessage"/></param>
+        </member>
+        <member name="P:FluentAssertions.Verification.UsingLineBreaks">
+            <summary>
+            Indicates that every argument passed into <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> is displayed on a separate line.
+            </summary>
+        </member>
+        <member name="P:FluentAssertions.Verification.SubjectName">
+            <summary>
+            Gets or sets the name of the subject for the next verification.
+            </summary>
+        </member>
+    </members>
+</doc>
Binary file SilverlightValidation/Libs/FluentAssertions.dll has changed
Binary file SilverlightValidation/Libs/FluentAssertions.pdb has changed
--- a/SilverlightValidation/Libs/FluentAssertions.xml	Sun May 06 13:00:46 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5476 +0,0 @@
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>FluentAssertions</name>
-    </assembly>
-    <members>
-        <member name="M:FluentAssertions.AndConstraint`1.#ctor(`0)">
-            <summary>
-            Initializes a new instance of the <see cref="T:System.Object"/> class.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.AssertionExtensions">
-            <summary>
-            Contains extension methods for custom assertions in unit tests.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Invoking``1(``0,System.Action{``0})">
-            <summary>
-            Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow 
-            overloads.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ExecutionTimeOf``1(``0,System.Linq.Expressions.Expression{System.Action{``0}})">
-            <summary>
-            Provides methods for asserting the execution time of a method or property.
-            </summary>
-            <param name="subject">The object that exposes the method or property.</param>
-            <param name="action">A reference to the method or property to measure the execution time of.</param>
-            <returns>
-            Returns an object for asserting that the execution time matches certain conditions.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ExecutionTime(System.Action)">
-            <summary>
-            Provides methods for asserting the execution time of a method or property.
-            </summary>
-            <param name="action">A reference to the method or property to measure the execution time of.</param>
-            <returns>
-            Returns an object for asserting that the execution time matches certain conditions.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XDocument)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Xml.Linq.XElement"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XElement)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Xml.Linq.XElement"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XAttribute)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Xml.Linq.XAttribute"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action)">
-            <summary>
-            Asserts that the <paramref name="action"/> throws an exception.
-            </summary>
-            <typeparam name="TException">
-            The type of the exception it should throw.
-            </typeparam>
-            <returns>
-            Returns an object that allows asserting additional members of the thrown exception.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action,System.String,System.Object[])">
-            <summary>
-            Asserts that the <paramref name="action"/> throws an exception.
-            </summary>
-            <param name="action">A reference to the method or property.</param>
-            <typeparam name="TException">
-            The type of the exception it should throw.
-            </typeparam>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-            <returns>
-            Returns an object that allows asserting additional members of the thrown exception.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action)">
-            <summary>
-            Asserts that the <paramref name="action"/> does not throw a particular exception.
-            </summary>
-            <typeparam name="TException">
-            The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion.
-            </typeparam>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action,System.String,System.Object[])">
-            <summary>
-            Asserts that the <paramref name="action"/> does not throw a particular exception.
-            </summary>
-            <param name="action">The current method or property.</param>
-            <typeparam name="TException">
-            The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion.
-            </typeparam>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action)">
-            <summary>
-            Asserts that the <paramref name="action"/> does not throw any exception at all.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action,System.String,System.Object[])">
-            <summary>
-            Asserts that the <paramref name="action"/> does not throw any exception at all.
-            </summary>
-            <param name="action">The current method or property.</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Enumerating(System.Func{System.Collections.IEnumerable})">
-            <summary>
-            Forces enumerating a collection. Should be used to assert that a method that uses the 
-            <c>yield</c> keyword throws a particular exception.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Enumerating``1(System.Func{System.Collections.Generic.IEnumerable{``0}})">
-            <summary>
-            Forces enumerating a collection. Should be used to assert that a method that uses the 
-            <c>yield</c> keyword throws a particular exception.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Object)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.ObjectAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Object"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Boolean)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.BooleanAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Boolean"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Boolean})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NullableBooleanAssertions"/> object that can be used to assert the
-            current nullable <see cref="T:System.Boolean"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Guid)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.GuidAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Guid"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Guid})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NullableGuidAssertions"/> object that can be used to assert the
-            current nullable <see cref="T:System.Guid"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Collections.IEnumerable)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NonGenericCollectionAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Collections.IEnumerable"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.Collections.Generic.IEnumerable{``0})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.GenericCollectionAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should``2(System.Collections.Generic.IDictionary{``0,``1})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2"/> object that can be used to assert the
-            current <see cref="T:System.Collections.Generic.IDictionary`2"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.DateTime)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.DateTimeAssertions"/> object that can be used to assert the
-            current <see cref="T:System.DateTime"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.DateTime})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NullableDateTimeAssertions"/> object that can be used to assert the
-            current nullable <see cref="T:System.DateTime"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.IComparable{``0})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.ComparableTypeAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.IComparable`1"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int32)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Int32"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int32})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Int32"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Byte)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Byte"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Byte})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Byte"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int16)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Int16"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int16})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Int16"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int64)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Int64"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int64})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Int64"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Single)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Single"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Single})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Single"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Double)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
-            current <see cref="T:System.Double"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Double})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the
-            current nullable <see cref="T:System.Double"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.String)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.StringAssertions"/> object that can be used to assert the
-            current <see cref="T:System.String"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.TimeSpan)">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions"/> object that can be used to assert the
-            current <see cref="T:System.TimeSpan"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.TimeSpan})">
-            <summary>
-            Returns an <see cref="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions"/> object that can be used to assert the
-            current nullable <see cref="T:System.TimeSpan"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.ShouldHave``1(``0)">
-            <summary>
-            Asserts that the properties of an object matches those of another object.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(System.Type)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TypeAssertions"/> object that can be used to assert the
-            current <see cref="T:System.Type"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.MethodInfoSelector)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> object that can be used to assert the methods returned by the
-            current <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>.
-            </summary>
-            <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.PropertyInfoSelector)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> object that can be used to assert the properties returned by the
-            current <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>.
-            </summary>
-            <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/>
-        </member>
-        <member name="M:FluentAssertions.AssertionExtensions.As``1(System.Object)">
-            <summary>
-            Safely casts the specified object to the type specified through <typeparamref name="TTo"/>.
-            </summary>
-            <remarks>
-            Has been introduced to allow casting objects without breaking the fluent API.
-            </remarks>
-            <typeparam name="TTo"></typeparam>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ActionAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Action"/> yields the expected result.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldThrow``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Action"/> throws an exception of type <typeparamref name="TException"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Action"/> does not throw an exception of type <typeparamref name="TException"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow(System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Action"/> does not throw any exception.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.ActionAssertions.Subject">
-            <summary>
-            Gets the <see cref="T:System.Action"/> that is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.BooleanAssertions">
-            <summary>
-            Contains a number of methods to assert that a <see cref="T:System.Boolean"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse">
-            <summary>
-            Asserts that the value is <c>false</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse(System.String,System.Object[])">
-            <summary>
-            Asserts that the value is <c>false</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue">
-            <summary>
-            Asserts that the value is <c>true</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue(System.String,System.Object[])">
-            <summary>
-            Asserts that the value is <c>true</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean)">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean,System.String,System.Object[])">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.BooleanAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.CollectionAssertions`2">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ReferenceTypeAssertions`2">
-            <summary>
-            Contains a number of methods to assert that a reference type object is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1">
-            <summary>
-            Asserts that the object is of the specified type <typeparamref name="T"/>.
-            </summary>
-            <typeparam name="T">The expected type of the object.</typeparam>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the object is of the specified type <typeparamref name="T"/>.
-            </summary>
-            <typeparam name="T">The expected type of the object.</typeparam>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1">
-            <summary>
-            Asserts that the object is assignable to a variable of type <typeparamref name="T"/>.
-            </summary>
-            <typeparam name="T">The type to which the object should be assignable.</typeparam>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the object is assignable to a variable of type <typeparamref name="T"/>.
-            </summary>
-            <typeparam name="T">The type to which the object should be assignable.</typeparam>
-            <param name="reason">The reason why the object should be assignable to the type.</param>
-            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
-            <summary>
-            Asserts that the <paramref name="predicate"/> is statisfied.
-            </summary>
-            <param name="predicate">The predicate which must be satisfied by the <typeparamref name="TSubject"/>.</param>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the <paramref name="predicate"/> is satisfied.
-            </summary>
-            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
-            <param name="reason">The reason why the predicate should be satisfied.</param>
-            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
-            <summary>
-            Asserts that the <paramref name="predicate"/> is satisfied.
-            </summary>
-            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the <paramref name="predicate"/> is satisfied.
-            </summary>
-            <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param>
-            <param name="reason">The reason why the predicate should be satisfied.</param>
-            <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param>
-            <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns>
-        </member>
-        <member name="P:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32)">
-            <summary>
-            Asserts that the number of items in the collection matches the supplied <paramref name="expected" /> amount.
-            </summary>
-            <param name="expected">The expected number of items in the collection.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the number of items in the collection matches the supplied <paramref name="expected"/> amount.
-            </summary>
-            <param name="expected">The expected number of items in the collection.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
-            <summary>
-            Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>.
-            </summary>
-            <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>.
-            </summary>
-            <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty">
-            <summary>
-            Asserts that the collection does not contain any items.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the collection does not contain any items.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty">
-            <summary>
-            Asserts that the collection contains at least 1 item.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the collection contains at least 1 item.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems">
-            <summary>
-            Asserts that the collection does not contain any duplicate items.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems(System.String,System.Object[])">
-            <summary>
-            Asserts that the collection does not contain any duplicate items.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls">
-            <summary>
-            Asserts that the collection does not contain any <c>null</c> items.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls(System.String,System.Object[])">
-            <summary>
-            Asserts that the collection does not contain any <c>null</c> items.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection to contain all the same elements in the same order as the collection identified by 
-            <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected items.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Object[])">
-            <summary>
-            Expects the current collection to contain all the same elements in the same order as the collection identified by 
-            <paramref name="elements"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="elements">A params array with the expected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection to contain all the same elements in the same order as the collection identified by 
-            <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection not to contain all the same elements in the same order as the collection identified by 
-            <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection not to contain all the same elements in the same order as the collection identified by 
-            <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>,
-            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Object[])">
-            <summary>
-            Expects the current collection to contain all elements of the collection identified by <paramref name="elements"/>,
-            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="elements">A params array with the expected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>,
-            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>,
-            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>,
-            regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>.
-            </summary>
-            <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection to contain the specified elements in any order. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection to contain the specified elements in any order. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable)">
-            <summary>
-            Expects the current collection to contain the specified elements in the exact same order. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Expects the current collection to contain the specified elements in the exact same order. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable)">
-            <summary>
-            Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>.
-            </summary>
-            <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>.
-            </summary>
-            <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param>
-            <param name="reason">        
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable)">
-            <summary>
-            Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>.
-            </summary>
-            <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>.
-            </summary>
-            <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable)">
-            <summary>
-            Assert that the current collection has the same number of elements as <paramref name="otherCollection" />.
-            </summary>
-            <param name="otherCollection">The other collection with the same expected number of elements</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable,System.String,System.Object[])">
-            <summary>
-            Assert that the current collection has the same number of elements as <paramref name="otherCollection"/>.
-            </summary>
-            <param name="otherCollection">The other collection with the same expected number of elements</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull">
-            <summary>
-            Asserts that the current collection has not been initialized yet with an actual collection.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection has not been initialized yet with an actual collection.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull">
-            <summary>
-            Asserts that the current collection has been initialized with an actual collection.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection has been initialized with an actual collection.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object)">
-            <summary>
-            Asserts that the current collection has the supplied <paramref name="element" /> at the
-            supplied <paramref name="index" />.
-            </summary>
-            <param name="index">The index where the element is expected</param>
-            <param name="element">The expected element</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection has the supplied <paramref name="element"/> at the 
-            supplied <paramref name="index"/>.
-            </summary>
-            <param name="index">The index where the element is expected</param>
-            <param name="element">The expected element</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1">
-            <summary>
-            Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T" />.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object)">
-            <summary>
-            Asserts that the current collection does not contain the supplied <paramref name="unexpected" /> item.
-            </summary>
-            <param name="unexpected">The element that is not expected to be in the collection</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection does not contain the supplied <paramref name="unexpected"/> item.
-            </summary>
-            <param name="unexpected">The element that is not expected to be in the collection</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ComparableTypeAssertions`1">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.IComparable`1"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0)">
-            <summary>
-            Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0)">
-            <summary>
-            Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0)">
-            <summary>
-            Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0)">
-            <summary>
-            Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0)">
-            <summary>
-            Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0)">
-            <summary>
-            Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>.
-            </summary>
-            <param name="expected">
-            The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0)">
-            <summary>
-            Asserts that a value is within a range.
-            </summary>
-            <remarks>
-            Where the range is continuous or incremental depends on the actual type of the value. 
-            </remarks>
-            <param name="minimumValue">
-            The minimum valid value of the range.
-            </param>
-            <param name="maximumValue">
-            The maximum valid value of the range.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0,System.String,System.Object[])">
-            <summary>
-            Asserts that a value is within a range.
-            </summary>
-            <remarks>
-            Where the range is continuous or incremental depends on the actual type of the value. 
-            </remarks>
-            <param name="minimumValue">
-            The minimum valid value of the range.
-            </param>
-            <param name="maximumValue">
-            The maximum valid value of the range.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull">
-            <summary>
-            Asserts that a nullable numeric value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable numeric value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull">
-            <summary>
-            Asserts that a nullable numeric value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable numeric value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>  
-        </member>
-        <member name="P:FluentAssertions.Assertions.ComparableTypeAssertions`1.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ComparisonMode">
-            <summary>
-            Defines the way <see cref="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)"/> compares the expected exception 
-            message with the actual one.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.Exact">
-            <summary>
-            The message must match exactly, including the casing of the characters.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.Equivalent">
-            <summary>
-            The message must match except for the casing of the characters.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWith">
-            <summary>
-            The message must start with the exact text, including the casing of the characters..
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWithEquivalent">
-            <summary>
-            The message must start with the text except for the casing of the characters.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.Substring">
-            <summary>
-            The message must contain the exact text.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.EquivalentSubstring">
-            <summary>
-            The message must contain the text except for the casing of the characters.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.ComparisonMode.Wildcard">
-            <summary>
-            The message must match a wildcard pattern consisting of ordinary characters as well as * and ?.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.CyclicReferenceHandling">
-            <summary>
-            Indication of how cyclic references should be handled when validating equality of nested properties.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.CyclicReferenceHandling.Ignore">
-            <summary>
-            Cyclic references will be ignored.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Assertions.CyclicReferenceHandling.ThrowException">
-            <summary>
-            Cyclic references will result in an exception.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.DateTimeAssertions">
-            <summary>
-            Contains a number of methods to assert that a <see cref="T:System.DateTime"/> is in the expected state.
-            </summary>
-            <remarks>
-            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.NotBe(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is not equal to the <paramref name="unexpected"/> value.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.NotBe(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is not equal to the <paramref name="unexpected"/> value.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is before the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is before the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is after the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is after the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value.
-            </summary>
-            <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year.
-            </summary>
-            <param name="expected">The expected year of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year.
-            </summary>
-            <param name="expected">The expected year of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month.
-            </summary>
-            <param name="expected">The expected month of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month.
-            </summary>
-            <param name="expected">The expected month of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day.
-            </summary>
-            <param name="expected">The expected day of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day.
-            </summary>
-            <param name="expected">The expected day of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour.
-            </summary>
-            <param name="expected">The expected hour of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour.
-            </summary>
-            <param name="expected">The expected hour of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute.
-            </summary>
-            <param name="expected">The expected minutes of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute.
-            </summary>
-            <param name="expected">The expected minutes of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32)">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second.
-            </summary>
-            <param name="expected">The expected seconds of the current value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second.
-            </summary>
-            <param name="expected">The expected seconds of the current value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeMoreThan(System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
-            exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="timeSpan">
-            The amount of time that the current <see cref="T:System.DateTime"/> should exceed compared to another <see cref="T:System.DateTime"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAtLeast(System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
-            is equal to or exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="timeSpan">
-            The amount of time that the current <see cref="T:System.DateTime"/> should be equal or exceed compared to
-            another <see cref="T:System.DateTime"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeExactly(System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
-            differs exactly the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="timeSpan">
-            The amount of time that the current <see cref="T:System.DateTime"/> should differ exactly compared to another <see cref="T:System.DateTime"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeWithin(System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
-            is within the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="timeSpan">
-            The amount of time that the current <see cref="T:System.DateTime"/> should be within another <see cref="T:System.DateTime"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeLessThan(System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/>
-            differs at maximum the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="timeSpan">
-            The maximum amount of time that the current <see cref="T:System.DateTime"/> should differ compared to another <see cref="T:System.DateTime"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.DateTimeAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ExceptionAssertions`1">
-            <summary>
-              Contains a number of methods to assert that an <see cref="T:System.Exception"/> is in the correct state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)">
-            <summary>
-              Asserts that the thrown exception has a message that exactly matches  the <paramref name = "expectedMessage" />
-            </summary>
-            <param name = "expectedMessage">
-              The expected message of the exception.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,System.String,System.Object[])">
-            <summary>
-              Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/>
-              depending on the specified matching mode.
-            </summary>
-            <param name="expectedMessage">
-              The expected message of the exception.
-            </param>
-            <param name="reason">
-              A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-              is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-              Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode)">
-            <summary>
-              Asserts that the thrown exception has a message that matches <paramref name = "expectedMessage" />
-              depending on the specified matching mode.
-            </summary>
-            <param name = "expectedMessage">
-              The expected message of the exception.
-            </param>
-            <param name = "comparisonMode">
-              Determines how the expected message is compared with the actual message.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])">
-            <summary>
-              Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/>
-              depending on the specified matching mode.
-            </summary>
-            <param name="expectedMessage">
-              The expected message of the exception.
-            </param>
-            <param name="comparisonMode">
-              Determines how the expected message is compared with the actual message.
-            </param>
-            <param name="reason">
-              A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-              is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-              Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1">
-            <summary>
-              Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />.
-            </summary>
-            <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1(System.String,System.Object[])">
-            <summary>
-              Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />.
-            </summary>
-            <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam>
-            <param name = "reason">The reason why the inner exception should be of the supplied type.</param>
-            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String)">
-            <summary>
-              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
-            </summary>
-            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode)">
-            <summary>
-              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
-            </summary>
-            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
-            <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,System.String,System.Object[])">
-            <summary>
-              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
-            </summary>
-            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
-            <param name = "reason">
-              The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />.
-            </param>
-            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])">
-            <summary>
-              Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />.
-            </summary>
-            <param name = "expectedInnerMessage">The expected message of the inner exception.</param>
-            <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param>
-            <param name = "reason">
-              The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />.
-            </param>
-            <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
-            <summary>
-              Asserts that the exception matches a particular condition.
-            </summary>
-            <param name = "exceptionExpression">
-              The condition that the exception must match.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-              Asserts that the exception matches a particular condition.
-            </summary>
-            <param name="exceptionExpression">
-              The condition that the exception must match.
-            </param>
-            <param name="reason">
-              A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-              start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-              Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.ExceptionAssertions`1.And">
-            <summary>
-              Gets the exception object of the exception thrown.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.ExecutionTimeAssertions">
-            <summary>
-            Provides methods for asserting that the execution time of an <see cref="T:System.Action"/> satifies certain conditions.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.#ctor(System.Action)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.ExecutionTimeAssertions"/> class.
-            </summary>
-            <param name="action">The action of which the execution time must be asserted.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.ShouldNotExceed(System.TimeSpan)">
-            <summary>
-            Asserts that the execution time of the operation does not exceed a specified amount of time.
-            </summary>
-            <param name="maxDuration">
-            The maximum allowed duration.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.ShouldNotExceed(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the execution time of the operation does not exceed a specified amount of time.
-            </summary>
-            <param name="maxDuration">
-            The maximum allowed duration.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1">
-            <summary>
-            Provides methods for asserting that the execution time of an object member satifies certain conditions.
-            </summary>
-            <typeparam name="T"></typeparam>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1.#ctor(`0,System.Linq.Expressions.Expression{System.Action{`0}})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1"/> class.
-            </summary>
-            <param name="subject">The object that exposes the method or property.</param>
-            <param name="action">A reference to the method or property to measure the execution time of.</param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.FloatingPointExtensions">
-            <summary>
-            Contains a number of extension methods for floating point <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single)">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single,System.String,System.Object[])">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single)">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single,System.String,System.Object[])">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double)">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double,System.String,System.Object[])">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double)">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double,System.String,System.Object[])">
-            <summary>
-            Asserts a floating point value approximates another value as close as possible.
-            </summary>
-            <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param>
-            <param name="expectedValue">
-            The expected value to compare the actual value with.
-            </param>
-            <param name="precision">
-            The maximum amount of which the two values may differ.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.GenericCollectionAssertions`1">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IEnumerable`1"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0)">
-            <summary>
-            Asserts that the collection contains the specified item.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the collection contains the specified item.
-            </summary>
-            <param name="expected">The expected item.</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Collections.Generic.IEnumerable{`0},`0[])">
-            <summary>
-            Asserts that the collection contains some extra items in addition to the original items.
-            </summary>
-            <param name="expectedItemsList">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of expected items.</param>
-            <param name="additionalExpectedItems">Additional items that are expected to be contained by the collection.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
-            <summary>
-            Asserts that the collection contains at least one item that matches the predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the collection contains at least one item that matches the predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
-            <summary>
-            Asserts that the collection only contains items that match a predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the collection only contains items that match a predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
-            <summary>
-            Asserts that the collection does not contain any items that match the predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the collection does not contain any items that match the predicate.
-            </summary>
-            <param name="predicate">A predicate to match the items in the collection against.</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IDictionary`2"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull">
-            <summary>
-            Asserts that the current dictionary has not been initialized yet with an actual dictionary.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary has not been initialized yet with an actual dictionary.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull">
-            <summary>
-            Asserts that the current dictionary has been initialized with an actual dictionary.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary has been initialized with an actual dictionary.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32)">
-            <summary>
-            Asserts that the number of items in the dictionary matches the supplied <paramref name="expected" /> amount.
-            </summary>
-            <param name="expected">The expected number of items.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that the number of items in the dictionary matches the supplied <paramref name="expected"/> amount.
-            </summary>
-            <param name="expected">The expected number of items.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})">
-            <summary>
-            Asserts that the number of items in the dictionary matches a condition stated by a predicate.
-            </summary>
-            <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])">
-            <summary>
-            Asserts that the number of items in the dictionary matches a condition stated by a predicate.
-            </summary>
-            <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty">
-            <summary>
-            Asserts that the dictionary does not contain any items.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary does not contain any items.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty">
-            <summary>
-            Asserts that the dictionary contains at least 1 item.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary contains at least 1 item.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1})">
-            <summary>
-            Asserts that the current dictionary contains all the same key-value pairs as the
-            specified <paramref name="expected"/> dictionary. Keys and values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected dictionary</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary contains all the same key-value pairs as the
-            specified <paramref name="expected"/> dictionary. Keys and values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected dictionary</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1})">
-            <summary>
-            Asserts the current dictionary not to contain all the same key-value pairs as the
-            specified <paramref name="unexpected"/> dictionary. Keys and values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected dictionary</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])">
-            <summary>
-            Asserts the current dictionary not to contain all the same key-value pairs as the
-            specified <paramref name="unexpected"/> dictionary. Keys and values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected dictionary</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0)">
-            <summary>
-            Asserts that the dictionary contains the specified key. Keys are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected key</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary contains the specified key. Keys are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected key</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(`0[])">
-            <summary>
-            Asserts that the dictionary contains all of the specified keys. Keys are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected keys</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(System.Collections.Generic.IEnumerable{`0},System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary contains all of the specified keys. Keys are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected keys</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0)">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key.
-            Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected key</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key.
-            Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected key</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1)">
-            <summary>
-            Asserts that the dictionary contains the specified value. Values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1,System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary contains the specified value. Values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(`1[])">
-            <summary>
-            Asserts that the dictionary contains all of the specified values. Values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected values</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(System.Collections.Generic.IEnumerable{`1},System.String,System.Object[])">
-            <summary>
-            Asserts that the dictionary contains all of the specified values. Values are compared using
-            their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected values</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1)">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value.
-            Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1,System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value.
-            Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1})">
-            <summary>
-            Asserts that the current dictionary contains the specified <paramref name="expected"/>.
-            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary contains the specified <paramref name="expected"/>.
-            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1)">
-            <summary>
-            Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="key">The key for which to validate the value</param>
-            <param name="value">The value to validate</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1,System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="key">The key for which to validate the value</param>
-            <param name="value">The value to validate</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1})">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="item"/>.
-            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="item"/>.
-            Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1)">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the
-            supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="key">The key for which to validate the value</param>
-            <param name="value">The value to validate</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1,System.String,System.Object[])">
-            <summary>
-            Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the
-            supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="key">The key for which to validate the value</param>
-            <param name="value">The value to validate</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.GuidAssertions">
-            <summary>
-            Contains a number of methods to assert that a <see cref="T:System.Guid"/> is in the correct state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid)">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
-            </summary>
-            <param name="expected">The expected value to compare the actual value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String)">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
-            </summary>
-            <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
-            </summary>
-            <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid,System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID.
-            </summary>
-            <param name="expected">The expected value to compare the actual value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid)">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID.
-            </summary>
-            <param name="unexpected">The unexpected value to compare the actual value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid,System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID.
-            </summary>
-            <param name="unexpected">The unexpected value to compare the actual value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.GuidAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.IntegralAssertions`1">
-            <summary>
-            Contains a number of methods to assert that an integral number is in the correct state.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NumericAssertions`1">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.IComparable"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive">
-            <summary>
-            Asserts that the numeric value is greater than or equal to zero.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive(System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is greater than or equal to zero.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative">
-            <summary>
-            Asserts that the numeric value is less than zero.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative(System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is less than zero.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0)">
-            <summary>
-            Asserts that the numeric value is less than the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is less than the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0)">
-            <summary>
-            Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0)">
-            <summary>
-            Asserts that the numeric value is greater than the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is greater than the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0)">
-            <summary>
-            Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The value to compare the current numeric value with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0)">
-            <summary>
-            Asserts that a value is within a range.
-            </summary>
-            <remarks>
-            Where the range is continuous or incremental depends on the actual type of the value. 
-            </remarks>
-            <param name="minimumValue">
-            The minimum valid value of the range.
-            </param>
-            <param name="maximumValue">
-            The maximum valid value of the range.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0,System.String,System.Object[])">
-            <summary>
-            Asserts that a value is within a range.
-            </summary>
-            <remarks>
-            Where the range is continuous or incremental depends on the actual type of the value. 
-            </remarks>
-            <param name="minimumValue">
-            The minimum valid value of the range.
-            </param>
-            <param name="maximumValue">
-            The maximum valid value of the range.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0)">
-            <summary>
-            Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0)">
-            <summary>
-            Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value.
-            </summary>
-            <param name="unexpected">The unexpected value.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0,System.String,System.Object[])">
-            <summary>
-            Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value.
-            </summary>
-            <param name="unexpected">The unexpected value.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.MethodInfoAssertions">
-            <summary>
-            Contains assertions for the <see cref="T:System.Reflection.MethodInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.MethodInfo})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> class.
-            </summary>
-            <param name="methods">The methods.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual">
-            <summary>
-            Asserts that the selected methods are virtual.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual(System.String,System.Object[])">
-            <summary>
-            Asserts that the selected methods are virtual.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1">
-            <summary>
-            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.MethodInfoAssertions.SubjectMethods">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.MethodInfoSelector">
-            <summary>
-            Allows for fluent selection of methods of a type through reflection.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Type)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class.
-            </summary>
-            <param name="type">The type from which to select methods.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class.
-            </summary>
-            <param name="types">The types from which to select methods.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatReturn``1">
-            <summary>
-            Only select the methods that return the specified type 
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatAreDecoratedWith``1">
-            <summary>
-            Only select the methods that are decorated with an attribute of the specified type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ToArray">
-            <summary>
-            The resulting <see cref="T:System.Reflection.MethodInfo"/> objects.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.HasSpecialName(System.Reflection.MethodInfo)">
-            <summary>
-            Determines whether the specified method has a special name (like properties and events).
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through the collection.
-            </summary>
-            <returns>
-            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>1</filterpriority>
-        </member>
-        <member name="M:FluentAssertions.Assertions.MethodInfoSelector.System#Collections#IEnumerable#GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through a collection.
-            </summary>
-            <returns>
-            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>2</filterpriority>
-        </member>
-        <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatArePublicOrInternal">
-            <summary>
-            Only select the methods that are public or internal.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatReturnVoid">
-            <summary>
-            Only select the methods without a return value
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NonGenericCollectionAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object)">
-            <summary>
-            Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared
-            using their <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NullableBooleanAssertions">
-            <summary>
-            Contains a number of methods to assert that a nullable <see cref="T:System.Boolean"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue">
-            <summary>
-            Asserts that a nullable boolean value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable boolean value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue">
-            <summary>
-            Asserts that a nullable boolean value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable boolean value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean})">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean},System.String,System.Object[])">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NullableDateTimeAssertions">
-            <summary>
-            Contains a number of methods to assert that a nullable <see cref="T:System.DateTime"/> is in the expected state.
-            </summary>
-            <remarks>
-            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime})">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime},System.String,System.Object[])">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NullableGuidAssertions">
-            <summary>
-            Contains a number of methods to assert that a nullable <see cref="T:System.Guid"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid})">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid},System.String,System.Object[])">
-            <summary>
-            Asserts that the value is equal to the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.NullableNumericExtensions">
-            <summary>
-            Contains a number of methods to assert that a nullable numeric value has the expected value.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})">
-            <summary>
-            Asserts that a nullable numeric value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable numeric value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})">
-            <summary>
-            Asserts that a nullable numeric value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable numeric value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>  
-        </member>
-        <member name="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions">
-            <summary>
-            Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state.
-            </summary>
-            <remarks>
-            You can use the <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>.
-            </remarks>
-        </member>
-        <member name="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions">
-            <summary>
-            Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive(System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative(System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The expected time difference</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The expected time difference</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the 
-            specified <paramref name="unexpected"/> time.
-            </summary>
-            <param name="unexpected">The unexpected time difference</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the 
-            specified <paramref name="unexpected"/> time.
-            </summary>
-            <param name="unexpected">The unexpected time difference</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan)">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan,System.String,System.Object[])">
-            <summary>
-            Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the 
-            specified <paramref name="expected"/> time.
-            </summary>
-            <param name="expected">The time difference to which the current value will be compared</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue">
-            <summary>
-            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue(System.String,System.Object[])">
-            <summary>
-            Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>      
-        </member>
-        <member name="T:FluentAssertions.Assertions.ObjectAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Object"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object)">
-            <summary>
-            Asserts that the value of an object equals another object when using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that an object equals another object using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object)">
-            <summary>
-            Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method.
-            </summary>
-            <param name="unexpected">The unexpected value</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object)">
-            <summary>
-            Asserts that an object reference refers to the exact same object as another object reference.
-            </summary>
-            <param name="expected">The expected object</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that an object reference refers to the exact same object as another object reference.
-            </summary>
-            <param name="expected">The expected object</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object)">
-            <summary>
-            Asserts that an object reference refers to a different object than another object reference refers to.
-            </summary>
-            <param name="unexpected">The unexpected object</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that an object reference refers to a different object than another object reference refers to.
-            </summary>
-            <param name="unexpected">The unexpected object</param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull">
-            <summary>
-            Asserts that the object is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the object is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull">
-            <summary>
-            Asserts that the object is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the object is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeBinarySerializable">
-            <summary>
-            Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains
-            the values of all properties.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeBinarySerializable(System.String,System.Object[])">
-            <summary>
-            Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains
-            the values of all properties.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable">
-            <summary>
-            Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains
-            the values of all properties.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable(System.String,System.Object[])">
-            <summary>
-            Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains
-            the values of all properties.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.PropertyAssertions`1">
-            <summary>
-            Provides methods for selecting one or more properties of an object and comparing them with another object.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllProperties">
-            <summary>
-            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllRuntimeProperties">
-            <summary>
-            Includes all properties of <typeparamref name="T"/> including those of the run-time type when comparing the subject 
-            with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.SharedProperties">
-            <summary>
-            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, 
-            except those that the other object does not have.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.IncludingNestedObjects(FluentAssertions.Assertions.CyclicReferenceHandling)">
-            <summary>
-            Perform recursive property comparison of the child properties for objects that are of incompatible type.
-            </summary>
-            <param name="ignore"> </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllPropertiesBut(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
-            <summary>
-            Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, 
-            except those specified using a property expression.
-            </summary>
-            <param name="propertyExpression">A single property expression to exclude.</param>
-            <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.But(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
-            <summary>
-            Excludes the properties specified by the <paramref name="propertyExpression"/> from the comparison.
-            </summary>
-            <param name="propertyExpression">A single property expression to exclude.</param>
-            <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.Properties(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])">
-            <summary>
-            Includes only those properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>
-            that were specified using a property expression.
-            </summary>
-            <param name="propertyExpression">A single property expression to include.</param>
-            <param name="propertyExpressions">Optional list of additional property expressions to include.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)">
-            <summary>
-            Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named
-            properties of <paramref name="otherObject"/>.
-            </summary>
-            <param name="otherObject">The object to compare the current object with</param>
-            <remarks>
-            Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> 
-            returns <c>true</c>.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object,System.String,System.Object[])">
-            <summary>
-            Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named
-            properties of <paramref name="otherObject"/>.
-            </summary>
-            <param name="otherObject">The object to compare the current object with</param>
-            <remarks>
-            Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> 
-            returns <c>true</c>.
-            </remarks>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyAssertions`1.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.PropertyEqualityValidator">
-            <summary>
-            Is responsible for validating the equality of one or more properties of a subject with another object.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties">
-            <summary>
-            Contains the properties that should be included when comparing two objects.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.OnlySharedProperties">
-            <summary>
-            Gets or sets a value indicating whether the validator will ignore properties from the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties"/>
-            collection that the <see cref="!:Other"/> object doesn't have.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.RecurseOnNestedObjects">
-            <summary>
-            Gets or sets a value indicating whether it should continue comparing (collections of objects) that
-            the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.OtherObject"/> refers to.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.CyclicReferenceHandling">
-            <summary>
-            Gets or sets a value indicating how cyclic references that are encountered while comparing (collections of)
-            objects should be handled.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.PropertyInfoAssertions">
-            <summary>
-            Contains assertions for the <see cref="T:System.Reflection.PropertyInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> class.
-            </summary>
-            <param name="properties">The properties.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual">
-            <summary>
-            Asserts that the selected properties are virtual.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual(System.String,System.Object[])">
-            <summary>
-            Asserts that the selected properties are virtual.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1">
-            <summary>
-            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyInfoAssertions.SubjectProperties">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.PropertyInfoSelector">
-            <summary>
-            Allows for fluent selection of properties of a type through reflection.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Type)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class.
-            </summary>
-            <param name="type">The type from which to select properties.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class.
-            </summary>
-            <param name="types">The types from which to select properties.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ThatAreDecoratedWith``1">
-            <summary>
-            Only select the properties that are decorated with an attribute of the specified type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.OfType``1">
-            <summary>
-            Only select the properties that return the specified type 
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ToArray">
-            <summary>
-            The resulting <see cref="T:System.Reflection.PropertyInfo"/> objects.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through the collection.
-            </summary>
-            <returns>
-            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>1</filterpriority>
-        </member>
-        <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.System#Collections#IEnumerable#GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through a collection.
-            </summary>
-            <returns>
-            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>2</filterpriority>
-        </member>
-        <member name="P:FluentAssertions.Assertions.PropertyInfoSelector.ThatArePublicOrInternal">
-            <summary>
-            Only select the properties that have a public or internal getter.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.StringAssertions">
-            <summary>
-            Contains a number of methods to assert that a <see cref="T:System.String"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.#ctor(System.String)">
-            <summary>
-            Initializes a new instance of the <see cref="T:System.Object" /> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String)">
-            <summary>
-            Asserts that a string is equal to another string.
-            </summary>
-            <param name="expected">The expected string.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace.
-            </summary>
-            <param name="expected">The expected string.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String)">
-            <summary>
-            Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with 
-            the exception of the casing.
-            </summary>
-            <param name="expected">
-            The string that the subject is expected to be equivalent to.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with 
-            the exception of the casing.
-            </summary>
-            <param name="expected">
-            The string that the subject is expected to be equivalent to.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String)">
-            <summary>
-            Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="unexpected">The string that the subject is not expected to be equivalent to.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="unexpected">The string that the subject is not expected to be equivalent to.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String)">
-            <summary>
-            Asserts that a string matches a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string matches a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String)">
-            <summary>
-            Asserts that a string does not match a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string does not match a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String)">
-            <summary>
-            Asserts that a string matches a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string matches a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String)">
-            <summary>
-            Asserts that a string does not match a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string does not match a wildcard pattern.
-            </summary>
-            <param name="wildcardPattern">
-            The wildcard pattern with which the subject is matched, where * and ? have special meanings.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String)">
-            <summary>
-            Asserts that a string starts exactly with the specified <paramref name="expected"/>,
-            including the casing and any leading or trailing whitespace.
-            </summary>
-            <param name="expected">The string that the subject is expected to start with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string starts exactly with the specified <paramref name="expected"/>,
-            including the casing and any leading or trailing whitespace.
-            </summary>
-            <param name="expected">The string that the subject is expected to start with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String)">
-            <summary>
-            Asserts that a string starts with the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to start with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string starts with the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to start with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String)">
-            <summary>
-            Asserts that a string ends exactly with the specified <paramref name="expected"/>,
-            including the casing and any leading or trailing whitespace.
-            </summary>
-            <param name="expected">The string that the subject is expected to end with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string ends exactly with the specified <paramref name="expected"/>,
-            including the casing and any leading or trailing whitespace.
-            </summary>
-            <param name="expected">The string that the subject is expected to end with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String)">
-            <summary>
-            Asserts that a string ends with the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to end with.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string ends with the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to end with.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String)">
-            <summary>
-            Asserts that a string contains another (fragment of a) string.
-            </summary>
-            <param name="expected">
-            The (fragement of a) string that the current string should contain.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string contains another (fragment of a) string.
-            </summary>
-            <param name="expected">
-            The (fragement of a) string that the current string should contain.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String)">
-            <summary>
-            Asserts that a string contains the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to contain.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string contains the specified <paramref name="expected"/>,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="expected">The string that the subject is expected to contain.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String)">
-            <summary>
-            Asserts that a string does not contain another (fragment of a) string.
-            </summary>
-            <param name="expected">
-            The (fragement of a) string that the current string should not contain.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string does not contain another (fragment of a) string.
-            </summary>
-            <param name="expected">
-            The (fragement of a) string that the current string should not contain.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String)">
-            <summary>
-            Asserts that a string does not contain the specified <paramref name="unexpected"/> string,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="unexpected">The string that the subject is not expected to contain.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that a string does not contain the specified <paramref name="unexpected"/> string,
-            including any leading or trailing whitespace, with the exception of the casing.
-            </summary>
-            <param name="unexpected">The string that the subject is not expected to contain.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty">
-            <summary>
-            Asserts that a string is <see cref="F:System.String.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is <see cref="F:System.String.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty">
-            <summary>
-            Asserts that a string is not <see cref="F:System.String.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is not <see cref="F:System.String.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32)">
-            <summary>
-            Asserts that a string has the specified <paramref name="expected"/> length.
-            </summary>
-            <param name="expected">The expected length of the string</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32,System.String,System.Object[])">
-            <summary>
-            Asserts that a string has the specified <paramref name="expected"/> length.
-            </summary>
-            <param name="expected">The expected length of the string</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull">
-            <summary>
-            Asserts that a string is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull">
-            <summary>
-            Asserts that a string is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty">
-            <summary>
-            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty">
-            <summary>
-            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank">
-            <summary>
-            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank">
-            <summary>
-            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank(System.String,System.Object[])">
-            <summary>
-            Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.StringAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.StringValidator">
-            <summary>
-            Dedicated class for comparing two strings and generating consistent error messages.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.Negate">
-            <summary>
-            Gets or sets a value indicating whether the subject should not match the pattern.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.IgnoreCase">
-            <summary>
-            Gets or sets a value indicating whether the matching process should ignore any casing difference.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.TimeSpanAssertions">
-            <summary>
-            Contains a number of methods to assert that two <see cref="T:System.DateTime"/> objects differ in the expected way.
-            </summary>
-            <remarks>
-            You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> and <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent
-            way of specifying a <see cref="T:System.DateTime"/> or a <see cref="T:System.TimeSpan"/>.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime)">
-            <summary>
-            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="target">
-            The <see cref="T:System.DateTime"/> to compare the subject with.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="target">
-            The <see cref="T:System.DateTime"/> to compare the subject with.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime)">
-            <summary>
-            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="target">
-            The <see cref="T:System.DateTime"/> to compare the subject with.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime,System.String,System.Object[])">
-            <summary>
-            Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>.
-            </summary>
-            <param name="target">
-            The <see cref="T:System.DateTime"/> to compare the subject with.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="T:FluentAssertions.Assertions.TimeSpanAssertions.TimeSpanPredicate">
-            <summary>
-            Provides the logic and the display text for a <see cref="T:FluentAssertions.Assertions.TimeSpanCondition"/>.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.TypeAssertions">
-            <summary>
-            Contains a number of methods to assert that a <see cref="T:System.Type"/> meets certain expectations.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.#ctor(System.Type)">
-            <summary>
-            Initializes a new instance of the <see cref="T:System.Object" /> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1">
-            <summary>
-            Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type)">
-            <summary>
-            Asserts that the current type is equal to the specified <paramref name="expected"/> type.
-            </summary>
-            <param name="expected">The expected type</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type,System.String,System.Object[])">
-            <summary>
-            Asserts that the current type is equal to the specified <paramref name="expected"/> type.
-            </summary>
-            <param name="expected">The expected type</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.GetFailureMessageIfTypesAreDifferent(System.Type,System.Type)">
-            <summary>
-            Creates an error message in case the specifed <paramref name="actual"/> type differs from the 
-            <paramref name="expected"/> type.
-            </summary>
-            <returns>
-            An empty <see cref="T:System.String"/> if the two specified types are the same, or an error message that describes that
-            the two specified types are not the same.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1">
-            <summary>
-            Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type)">
-            <summary>
-            Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type.
-            </summary>
-            <param name="unexpected">The unexpected type</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type,System.String,System.Object[])">
-            <summary>
-            Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type.
-            </summary>
-            <param name="unexpected">The unexpected type</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1">
-            <summary>
-            Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>.
-            </summary>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.TypeAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.TypeExtensions">
-            <summary>
-            Extension methods for getting method and property selectors for a type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeExtensions.Types(System.Reflection.Assembly)">
-            <summary>
-            Returns the types that are visible outside the specified <see cref="T:System.Reflection.Assembly"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(System.Type)">
-            <summary>
-            Returns a method selector for the current <see cref="T:System.Type"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(FluentAssertions.Assertions.TypeSelector)">
-            <summary>
-            Returns a method selector for the current <see cref="T:System.Type"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(System.Type)">
-            <summary>
-            Returns a property selector for the current <see cref="T:System.Type"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(FluentAssertions.Assertions.TypeSelector)">
-            <summary>
-            Returns a property selector for the current <see cref="T:System.Type"/>.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.TypeSelector">
-            <summary>
-            Allows for fluent filtering a list of types.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatDeriveFrom``1">
-            <summary>
-            Determines whether a type is a subclass of another type, but NOT the same type.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatImplement``1">
-            <summary>
-            Determines whether a type implements an interface (but is not the interface itself).
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreDecoratedWith``1">
-            <summary>
-            Determines whether a type is decorated with a particular attribute.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreInNamespace(System.String)">
-            <summary>
-            Determines whether the namespace of type is exactly <paramref name="namespace"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreUnderNamespace(System.String)">
-            <summary>
-            Determines whether the namespace of type is starts with <paramref name="namespace"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through the collection.
-            </summary>
-            <returns>
-            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>1</filterpriority>
-        </member>
-        <member name="M:FluentAssertions.Assertions.TypeSelector.System#Collections#IEnumerable#GetEnumerator">
-            <summary>
-            Returns an enumerator that iterates through a collection.
-            </summary>
-            <returns>
-            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
-            </returns>
-            <filterpriority>2</filterpriority>
-        </member>
-        <member name="T:FluentAssertions.Assertions.XAttributeAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XAttribute"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.#ctor(System.Xml.Linq.XAttribute)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute.
-            </summary>
-            <param name="expected">The expected attribute</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute.
-            </summary>
-            <param name="expected">The expected attribute</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected attribute</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected attribute</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value.
-            </summary>
-            <param name="expected">The expected value</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.XAttributeAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.XDocumentAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XDocument"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.#ctor(System.Xml.Linq.XDocument)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected document</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="expected">The expected document</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected document</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected document</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified
-            <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">The name of the expected root element of the current document.</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified
-            <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">The name of the expected root element of the current document.</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String)">
-            <summary>
-            Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct
-            child element with the specified <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">
-            The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct
-            child element with the specified <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">
-            The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element.
-            </param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.XDocumentAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Assertions.XElementAssertions">
-            <summary>
-            Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XElement"/> is in the expected state.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.#ctor(System.Xml.Linq.XElement)">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element.
-            </summary>
-            <param name="expected">The expected element</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element.
-            </summary>
-            <param name="expected">The expected element</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected element</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element,
-            using its <see cref="M:System.Object.Equals(System.Object)"/> implementation.
-            </summary>
-            <param name="unexpected">The unexpected element</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull(System.String,System.Object[])">
-            <summary>
-            Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/>
-            and <paramref name="expectedValue"/>.
-            </summary>
-            <param name="expectedName">The name of the expected attribute</param>
-            <param name="expectedValue">The value of the expected attribute</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/>
-            and <paramref name="expectedValue"/>.
-            </summary>
-            <param name="expectedName">The name of the expected attribute</param>
-            <param name="expectedValue">The value of the expected attribute</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String)">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified
-            <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">The name of the expected child element</param>
-        </member>
-        <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified
-            <paramref name="expected"/> name.
-            </summary>
-            <param name="expected">The name of the expected child element</param>
-            <param name="reason">
-            A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion 
-            is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
-            </param>
-            <param name="reasonArgs">
-            Zero or more objects to format using the placeholders in <see cref="!:reason"/>.
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Assertions.XElementAssertions.Subject">
-            <summary>
-            Gets the object which value is being asserted.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String)">
-            <summary>
-            Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
-            string anymore, including the exact casing.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String,System.StringComparison)">
-            <summary>
-            Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
-            string anymore, accounting for the specified <paramref name="stringComparison"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.Extensions.IndexedSegmentAt(System.String,System.Int32)">
-            <summary>
-            Gets the quoted three characters at the specified index of a string, including the index itself.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.Extensions.FirstLine(System.String)">
-            <summary>
-            Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.Extensions.Escape(System.String)">
-            <summary>
-            Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Common.FluentDateTimeExtensions">
-            <summary>
-            Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.DateTime"/>.
-            </summary>
-            <example>
-            Instead of<br/>
-            <br/>
-            new DateTime(2011, 3, 10)<br/>
-            <br/>
-            you can write 3.March(2011)<br/>
-            <br/>
-            Or even<br/>
-            <br/>
-            3.March(2011).At(09, 30)
-            </example>
-            <seealso cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.January(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month January.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.February(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month February.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.March(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month March.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.April(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month April.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.May(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month May.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.June(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month June.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.July(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month July.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.August(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month August.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.September(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month September.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.October(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month October.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.November(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month November.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.December(System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/>
-            in the month December.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.TimeSpan)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and <paramref name="time"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and time with the specified
-            <paramref name="hours"/>, <paramref name="minutes"/> and optionally <paramref name="seconds"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.Before(System.TimeSpan,System.DateTime)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> before the
-            specified <paramref name="sourceDateTime"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.After(System.TimeSpan,System.DateTime)">
-            <summary>
-            Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> after the
-            specified <paramref name="sourceDateTime"/>.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Common.ObjectAlreadyTrackedException">
-            <summary>
-            Is thrown when the <see cref="T:FluentAssertions.Common.UniqueObjectTracker"/> detects an object that was already processed.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Common.TimeSpanConversionExtensions">
-            <summary>
-            Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>.
-            </summary>
-            <example>
-            Instead of<br/>
-            <br/>
-            TimeSpan.FromHours(12)<br/>
-            <br/>
-            you can write<br/>
-            <br/>
-            12.Hours()<br/>
-            <br/>
-            Or even<br/>
-            <br/>
-            12.Hours().And(30.Minutes()).
-            </example>
-            <seealso cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Milliseconds(System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of milliseconds.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32,System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds, and add the specified
-            <paramref name="offset"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32,System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes, and add the specified
-            <paramref name="offset"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of hours.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32,System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of hours, and add the specified
-            <paramref name="offset"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of days.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32,System.TimeSpan)">
-            <summary>
-            Returns a <see cref="T:System.TimeSpan"/> based on a number of days, and add the specified
-            <paramref name="offset"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.And(System.TimeSpan,System.TimeSpan)">
-            <summary>
-            Convenience method for chaining multiple calls to the methods provided by this class.
-            </summary>
-            <example>
-            23.Hours().And(59.Minutes())
-            </example>
-        </member>
-        <member name="T:FluentAssertions.Common.UniqueObjectTracker">
-            <summary>
-            Simple class for detecting an attempt to process an object that were already processed.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Common.UniqueObjectTracker.Track(System.Object)">
-            <summary>
-            Tracks the specified reference but throws an <see cref="T:FluentAssertions.Common.ObjectAlreadyTrackedException"/>
-            if that reference was already tracked.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.EventHandlerFactory">
-            <summary>
-              Static methods that aid in generic event subscription
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GenerateHandler(System.Type,FluentAssertions.EventMonitoring.IEventRecorder)">
-            <summary>
-              Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder
-              when invoked.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GetDelegateReturnType(System.Type)">
-            <summary>
-              Finds the Return Type of a Delegate.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GetDelegateParameterTypes(System.Type)">
-            <summary>
-              Returns an Array of Types that make up a delegate's parameter signature.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.AppendParameterListThisReference(System.Type[])">
-            <summary>
-              Returns an array of types appended with an EventRecorder reference at the beginning.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.TypeIsDelegate(System.Type)">
-            <summary>
-              Returns T/F Dependent on a Type Being a Delegate.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.DelegateInvokeMethod(System.Type)">
-            <summary>
-              Returns the MethodInfo for the Delegate's "Invoke" Method.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.EventMonitoringExtensions">
-            <summary>
-              Provides extension methods for monitoring and querying events.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)">
-            <summary>
-              Starts monitoring an object for its events.
-            </summary>
-            <exception cref="T:System.ArgumentNullException">Thrown if eventSource is Null.</exception>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaise(System.Object,System.String)">
-            <summary>
-            Asserts that an object has raised a particular event at least once.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="eventName">The name of the event that should have been raised.</param>
-            <returns></returns>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaise(System.Object,System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that an object has raised a particular event at least once.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="eventName">
-            The name of the event that should have been raised.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaise(System.Object,System.String)">
-            <summary>
-            Asserts that an object has not raised a particular event.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="eventName">
-            The name of the event that should not be raised.
-            </param>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaise(System.Object,System.String,System.String,System.Object[])">
-            <summary>
-            Asserts that an object has not raised a particular event.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="eventName">
-            The name of the event that should not be raised.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})">
-            <summary>
-            Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
-            </summary>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])">
-            <summary>
-            Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="propertyExpression">
-            A lambda expression referring to the property for which the property changed event should have been raised.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})">
-            <summary>
-            Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
-            </summary>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])">
-            <summary>
-            Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property.
-            </summary>
-            <param name="eventSource">The object exposing the event.</param>
-            <param name="propertyExpression">
-            A lambda expression referring to the property for which the property changed event should have been raised.
-            </param>
-            <param name="reason">
-            A formatted phrase explaining why the assertion should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-            <remarks>
-            You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can
-            subscribe for the events of the object.
-            </remarks>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithSender(FluentAssertions.EventMonitoring.IEventRecorder,System.Object)">
-            <summary>
-            Asserts that all occurences of the event originated from the <param name="expectedSender"/>.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithArgs``1(FluentAssertions.EventMonitoring.IEventRecorder,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
-            <summary>
-            Asserts that at least one occurrence of the event had an <see cref="T:System.EventArgs"/> object matching a predicate.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.EventRecorder">
-            <summary>
-              Records activity for a single event.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.IEventRecorder">
-            <summary>
-              Records raised events for one event on one object
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.IEventRecorder.RecordEvent(System.Object[])">
-            <summary>
-              Store information about a raised event
-            </summary>
-            <param name = "parameters">Parameters the event was raised with</param>
-        </member>
-        <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventObject">
-            <summary>
-              The object events are recorded from
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventName">
-            <summary>
-              The name of the event that's recorded
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.#ctor(System.Object,System.String)">
-            <summary>
-            </summary>
-            <param name = "eventRaiser">The object events are recorded from</param>
-            <param name = "eventName">The name of the event that's recorded</param>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.GetEnumerator">
-            <summary>
-              Enumerate raised events
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.System#Collections#IEnumerable#GetEnumerator">
-            <summary>
-              Enumerate raised events
-            </summary>
-            <returns></returns>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.EventRecorder.RecordEvent(System.Object[])">
-            <summary>
-              Called by the auto-generated IL, to record information about a raised event.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventObject">
-            <summary>
-              The object events are recorded from
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventName">
-            <summary>
-              The name of the event that's recorded
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.EventRecordersMap">
-            <summary>
-                Simple dictionary that uses a <see cref="T:System.WeakReference"/> to the event source as the key. 
-                This should ensure the Garbage Collector can still clean-up the event source object.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.EventMonitoring.RecordedEvent">
-            <summary>
-            This class is used to store data about an intercepted event
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.EventMonitoring.RecordedEvent.#ctor(System.Object,System.Object[])">
-            <summary>
-            Default constructor stores the parameters the event was raised with
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.EventMonitoring.RecordedEvent.Parameters">
-            <summary>
-            Parameters for the event
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Execute">
-            <summary>
-            Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Execute.Verify(System.Func{System.Boolean},System.String,System.Object,System.Object,System.String,System.Object[])">
-            <summary>
-              Asserts that the supplied <paramref name = "condition" /> is met.
-            </summary>
-            <param name = "condition">The condition to assert.</param>
-            <param name = "failureMessage">
-              The message that will be used in the exception. This should describe what was expected and why. This message 
-              can contain the following three placeholders:<br />
-              <list type = "bullet">
-                <item>{0} = the expected value</item>
-                <item>{1} = the actual value</item>
-                <item>{2} = a reason explaining the expectations</item>
-              </list><br />
-            </param>
-            <param name = "expected">
-              The expected value, or <c>null</c> if there is no explicit expected value.
-            </param>
-            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
-            <param name = "reason">Should describe the reason for the expectation.</param>
-            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
-        </member>
-        <member name="M:FluentAssertions.Execute.Verify(System.Boolean,System.String,System.Object,System.Object,System.String,System.Object[])">
-            <summary>
-              Asserts that the supplied <paramref name = "condition" /> is met.
-            </summary>
-            <param name = "condition">The condition to assert.</param>
-            <param name = "failureMessage">
-              The message that will be used in the exception. This should describe what was expected and why. This message 
-              can contain the following three placeholders:<br />
-              <list type = "bullet">
-                <item>{0} = the expected value</item>
-                <item>{1} = the actual value</item>
-                <item>{2} = a reason explaining the expectations</item>
-              </list><br />
-            </param>
-            <param name = "expected">
-              The expected value, or <c>null</c> if there is no explicit expected value.
-            </param>
-            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
-            <param name = "reason">Should describe the reason for the expectation.</param>
-            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
-        </member>
-        <member name="M:FluentAssertions.Execute.Fail(System.String,System.Object,System.Object,System.String,System.Object[],System.Object[])">
-            <summary>
-              Handles an assertion failure.
-            </summary>
-            <param name = "failureMessage">
-              The message that will be used in the exception. This should describe what was expected and why. This message 
-              can contain the following three placeholders:<br />
-              <list type = "bullet">
-                <item>{0} = the expected value</item>
-                <item>{1} = the actual value</item>
-                <item>{2} = a reason explaining the expectations</item>
-              </list><br />
-              Any additional placeholders are allowed and will be satisfied using the <paramref name = "failureMessageArgs" />.
-            </param>
-            <param name = "expected">
-              The expected value, or <c>null</c> if there is no explicit expected value.
-            </param>
-            <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param>
-            <param name = "reason">Should describe the reason for the expectation.</param>
-            <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param>
-            <param name = "failureMessageArgs">
-              Optional arguments to satisfy any additional placeholders in the <paramref name = "failureMessage" />
-            </param>
-        </member>
-        <member name="P:FluentAssertions.Execute.Verification">
-            <summary>
-            Gets an object that wraps and executes a conditional or unconditional verification.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Formatting.IValueFormatter.CanHandle(System.Object)">
-            <summary>
-            Indicates whether the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified <paramref name="value"/>.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <returns>
-            <c>true</c> if the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified value; otherwise, <c>false</c>.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.IValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.DateTimeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.CanHandle(System.Object)">
-            <summary>
-              Determines whether this instance can handle the specified value.
-            </summary>
-            <param name = "value">The value.</param>
-            <returns>
-              <c>true</c> if this instance can handle the specified value; otherwise, <c>false</c>.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.EnumerableValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="T:FluentAssertions.Formatting.Formatter">
-            <summary>
-            Provides services for formatting an object being used in an assertion in a human readable format.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Formatting.Formatter.formatters">
-            <summary>
-            A list of objects responsible for formatting the objects represented by placeholders.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Formatting.Formatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a human-readable representation of a particular object.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker"></param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.Formatter.ToStringLine(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a human-readable representation of a particular object that starts on a new line.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="nestedPropertyLevel">
-            The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-            no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.TimeSpanValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.XAttributeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.XDocumentValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="M:FluentAssertions.Formatting.XElementValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)">
-            <summary>
-            Returns a <see cref="T:System.String"/> that represents this instance.
-            </summary>
-            <param name="value">The value for which to create a <see cref="T:System.String"/>.</param>
-            <param name="uniqueObjectTracker">
-            An object that is passed through recursive calls and which should be used to detect circular references
-            in the object graph that is being converted to a string representation.</param>
-            <param name="nestedPropertyLevel">
-                The level of nesting for the supplied value. This is used for indenting the format string for objects that have
-                no <see cref="M:System.Object.ToString"/> override.
-            </param>
-            <returns>
-            A <see cref="T:System.String"/> that represents this instance.
-            </returns>
-        </member>
-        <member name="T:FluentAssertions.Frameworks.FallbackTestFramework">
-            <summary>
-            Throws a generic exception in case no other test harness is detected.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Frameworks.ITestFramework">
-            <summary>
-            Represents an abstraction of a particular test framework such as MSTest, nUnit, etc.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Frameworks.ITestFramework.Throw(System.String)">
-            <summary>
-            Throws a framework-specific exception to indicate a failing unit test.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Frameworks.ITestFramework.IsAvailable">
-            <summary>
-            Gets a value indicating whether the corresponding test framework is currently available.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Frameworks.FallbackTestFramework.Throw(System.String)">
-            <summary>
-            Throws a framework-specific exception to indicate a failing unit test.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Frameworks.FallbackTestFramework.IsAvailable">
-            <summary>
-            Gets a value indicating whether the corresponding test framework is currently available.
-            </summary>
-        </member>
-        <member name="T:FluentAssertions.Verification">
-            <summary>
-            Provides a fluent API for verifying an arbitrary condition.
-            </summary>
-        </member>
-        <member name="F:FluentAssertions.Verification.ReasonTag">
-            <summary>
-            Represents the phrase that can be used in <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> as a placeholder for the reason of an assertion.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Verification.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:FluentAssertions.Verification"/> class.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Verification.SubjectNameOr(System.String)">
-            <summary>
-            Gets the name or identifier of the current subject, or a default value if the subject is not known.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Verification.ForCondition(System.Boolean)">
-            <summary>
-            Specify the condition that must be satisfied.
-            </summary>
-            <param name="condition">If <c>true</c> the verification will be succesful.</param>
-        </member>
-        <member name="M:FluentAssertions.Verification.ForCondition(System.Func{System.Boolean})">
-            <summary>
-            Specify a predicate that with the condition that must be satisfied.
-            </summary>
-        </member>
-        <member name="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])">
-            <summary>
-            Specify the reason why you expect the condition to be <c>true</c>.
-            </summary>
-            <param name="reason">
-            A formatted phrase explaining why the condition should be satisfied. If the phrase does not 
-            start with the word <i>because</i>, it is prepended to the message.
-            </param>
-            <param name="reasonArgs">
-            Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders.
-            </param>
-        </member>
-        <member name="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])">
-            <summary>
-            Define the failure message for the verification.
-            </summary>
-            <remarks>
-            If the <paramref name="failureMessage"/> contains the text "{reason}", this will be replaced by the reason as
-            defined through <see cref="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])"/>. Only 10 <paramref name="failureArgs"/> are supported in combination with
-            a {reason}.
-            </remarks>
-            <param name="failureMessage">The format string that represents the failure message.</param>
-            <param name="failureArgs">Optional arguments for the <paramref name="failureMessage"/></param>
-        </member>
-        <member name="P:FluentAssertions.Verification.UsingLineBreaks">
-            <summary>
-            Indicates that every argument passed into <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> is displayed on a separate line.
-            </summary>
-        </member>
-        <member name="P:FluentAssertions.Verification.SubjectName">
-            <summary>
-            Gets or sets the name of the subject for the next verification.
-            </summary>
-        </member>
-    </members>
-</doc>
Binary file SilverlightValidation/Libs/Moq.Silverlight.dll has changed
Binary file SilverlightValidation/Libs/Moq.Silverlight.pdb has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/Libs/Moq.Silverlight.xml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,5101 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>Moq.Silverlight</name>
+    </assembly>
+    <members>
+        <member name="T:ThisAssembly">
+            <group name="overview" title="Overview" order="0" />
+            <group name="setups" title="Specifying setups" order="1" />
+            <group name="returns" title="Returning values from members" order="2" />
+            <group name="verification" title="Verifying setups" order="3" />
+            <group name="advanced" title="Advanced scenarios" order="99" />
+            <group name="factory" title="Using MockFactory for consistency across mocks" order="4" />
+        </member>
+        <member name="T:Moq.MockBehavior">
+            <summary>
+            Options to customize the behavior of the mock. 
+            </summary>
+        </member>
+        <member name="F:Moq.MockBehavior.Strict">
+            <summary>
+            Causes the mock to always throw 
+            an exception for invocations that don't have a 
+            corresponding setup.
+            </summary>
+        </member>
+        <member name="F:Moq.MockBehavior.Loose">
+            <summary>
+            Will never throw exceptions, returning default  
+            values when necessary (null for reference types, 
+            zero for value types or empty enumerables and arrays).
+            </summary>
+        </member>
+        <member name="F:Moq.MockBehavior.Default">
+            <summary>
+            Default mock behavior, which equals <see cref="F:Moq.MockBehavior.Loose"/>.
+            </summary>
+        </member>
+        <member name="T:Moq.Mock`1">
+            <summary>
+			Provides a mock implementation of <typeparamref name="T"/>.
+		</summary><remarks>
+			Any interface type can be used for mocking, but for classes, only abstract and virtual members can be mocked.
+			<para>
+				The behavior of the mock with regards to the setups and the actual calls is determined
+				by the optional <see cref="T:Moq.MockBehavior"/> that can be passed to the <see cref="M:Moq.Mock`1.#ctor(Moq.MockBehavior)"/>
+				constructor.
+			</para>
+		</remarks><typeparam name="T">Type to mock, which can be an interface or a class.</typeparam><example group="overview" order="0">
+			The following example shows establishing setups with specific values
+			for method invocations:
+			<code>
+				// Arrange
+				var order = new Order(TALISKER, 50);
+				var mock = new Mock&lt;IWarehouse&gt;();
+
+				mock.Setup(x =&gt; x.HasInventory(TALISKER, 50)).Returns(true);
+
+				// Act
+				order.Fill(mock.Object);
+
+				// Assert
+				Assert.True(order.IsFilled);
+			</code>
+			The following example shows how to use the <see cref="T:Moq.It"/> class
+			to specify conditions for arguments instead of specific values:
+			<code>
+				// Arrange
+				var order = new Order(TALISKER, 50);
+				var mock = new Mock&lt;IWarehouse&gt;();
+
+				// shows how to expect a value within a range
+				mock.Setup(x =&gt; x.HasInventory(
+							It.IsAny&lt;string&gt;(),
+							It.IsInRange(0, 100, Range.Inclusive)))
+					 .Returns(false);
+
+				// shows how to throw for unexpected calls.
+				mock.Setup(x =&gt; x.Remove(
+							It.IsAny&lt;string&gt;(),
+							It.IsAny&lt;int&gt;()))
+					 .Throws(new InvalidOperationException());
+
+				// Act
+				order.Fill(mock.Object);
+
+				// Assert
+				Assert.False(order.IsFilled);
+			</code>
+		</example>
+        </member>
+        <member name="T:Moq.Mock">
+            <summary>
+			Base class for mocks and static helper class with methods that
+			apply to mocked objects, such as <see cref="M:Moq.Mock.Get``1(``0)"/> to
+			retrieve a <see cref="T:Moq.Mock`1"/> from an object instance.
+		</summary>
+        </member>
+        <member name="T:Moq.IHideObjectMembers">
+            <summary>
+            Helper interface used to hide the base <see cref="T:System.Object"/> 
+            members from the fluent API to make it much cleaner 
+            in Visual Studio intellisense.
+            </summary>
+        </member>
+        <member name="M:Moq.IHideObjectMembers.GetType">
+            <summary/>
+        </member>
+        <member name="M:Moq.IHideObjectMembers.GetHashCode">
+            <summary/>
+        </member>
+        <member name="M:Moq.IHideObjectMembers.ToString">
+            <summary/>
+        </member>
+        <member name="M:Moq.IHideObjectMembers.Equals(System.Object)">
+            <summary/>
+        </member>
+        <member name="M:Moq.Mock.#ctor">
+            <summary>
+			Initializes a new instance of the <see cref="T:Moq.Mock"/> class.
+		</summary>
+        </member>
+        <member name="M:Moq.Mock.Get``1(``0)">
+            <summary>
+			Retrieves the mock object for the given object instance.
+		</summary><typeparam name="T">
+			Type of the mock to retrieve. Can be omitted as it's inferred
+			from the object instance passed in as the <paramref name="mocked"/> instance.
+		</typeparam><param name="mocked">The instance of the mocked object.</param><returns>The mock associated with the mocked object.</returns><exception cref="T:System.ArgumentException">
+			The received <paramref name="mocked"/> instance
+			was not created by Moq.
+		</exception><example group="advanced">
+			The following example shows how to add a new setup to an object
+			instance which is not the original <see cref="T:Moq.Mock`1"/> but rather
+			the object associated with it:
+			<code>
+				// Typed instance, not the mock, is retrieved from some test API.
+				HttpContextBase context = GetMockContext();
+
+				// context.Request is the typed object from the "real" API
+				// so in order to add a setup to it, we need to get
+				// the mock that "owns" it
+				Mock&lt;HttpRequestBase&gt; request = Mock.Get(context.Request);
+				mock.Setup(req =&gt; req.AppRelativeCurrentExecutionFilePath)
+					 .Returns(tempUrl);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock.OnGetObject">
+            <summary>
+			Returns the mocked object value.
+		</summary>
+        </member>
+        <member name="M:Moq.Mock.Verify">
+            <summary>
+			Verifies that all verifiable expectations have been met.
+		</summary><example group="verification">
+			This example sets up an expectation and marks it as verifiable. After
+			the mock is used, a <c>Verify()</c> call is issued on the mock
+			to ensure the method in the setup was invoked:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				this.Setup(x =&gt; x.HasInventory(TALISKER, 50)).Verifiable().Returns(true);
+				...
+				// other test code
+				...
+				// Will throw if the test code has didn't call HasInventory.
+				this.Verify();
+			</code>
+		</example><exception cref="T:Moq.MockException">Not all verifiable expectations were met.</exception>
+        </member>
+        <member name="M:Moq.Mock.VerifyAll">
+            <summary>
+			Verifies all expectations regardless of whether they have
+			been flagged as verifiable.
+		</summary><example group="verification">
+			This example sets up an expectation without marking it as verifiable. After
+			the mock is used, a <see cref="M:Moq.Mock.VerifyAll"/> call is issued on the mock
+			to ensure that all expectations are met:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				this.Setup(x =&gt; x.HasInventory(TALISKER, 50)).Returns(true);
+				...
+				// other test code
+				...
+				// Will throw if the test code has didn't call HasInventory, even
+				// that expectation was not marked as verifiable.
+				this.VerifyAll();
+			</code>
+		</example><exception cref="T:Moq.MockException">At least one expectation was not met.</exception>		
+        </member>
+        <member name="M:Moq.Mock.GetInterceptor(System.Linq.Expressions.Expression,Moq.Mock)">
+            <summary>
+            Gets the interceptor target for the given expression and root mock, 
+            building the intermediate hierarchy of mock objects if necessary.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock.DoRaise(System.Reflection.EventInfo,System.EventArgs)">
+            <summary>
+            Raises the associated event with the given 
+            event argument data.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock.DoRaise(System.Reflection.EventInfo,System.Object[])">
+            <summary>
+            Raises the associated event with the given 
+            event argument data.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock.As``1">
+            <summary>
+			Adds an interface implementation to the mock,
+			allowing setups to be specified for it.
+		</summary><remarks>
+			This method can only be called before the first use
+			of the mock <see cref="P:Moq.Mock.Object"/> property, at which
+			point the runtime type has already been generated
+			and no more interfaces can be added to it.
+			<para>
+				Also, <typeparamref name="TInterface"/> must be an
+				interface and not a class, which must be specified
+				when creating the mock instead.
+			</para>
+		</remarks><exception cref="T:System.InvalidOperationException">
+			The mock type
+			has already been generated by accessing the <see cref="P:Moq.Mock.Object"/> property.
+		</exception><exception cref="T:System.ArgumentException">
+			The <typeparamref name="TInterface"/> specified
+			is not an interface.
+		</exception><example>
+			The following example creates a mock for the main interface
+			and later adds <see cref="T:System.IDisposable"/> to it to verify
+			it's called by the consumer code:
+			<code>
+				var mock = new Mock&lt;IProcessor&gt;();
+				mock.Setup(x =&gt; x.Execute("ping"));
+
+				// add IDisposable interface
+				var disposable = mock.As&lt;IDisposable&gt;();
+				disposable.Setup(d =&gt; d.Dispose()).Verifiable();
+			</code>
+		</example><typeparam name="TInterface">Type of interface to cast the mock to.</typeparam>
+        </member>
+        <member name="M:Moq.Mock.SetReturnsDefault``1(``0)">
+            <!-- No matching elements were found for the following include tag --><include file="Mock.Generic.xdoc" path="docs/doc[@for=&quot;Mock.SetReturnDefault{TReturn}&quot;]/*"/>
+        </member>
+        <member name="M:Moq.Mock.Of``1">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="M:Moq.Mock.Of``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <param name="predicate">The predicate with the specification of how the mocked object should behave.</param>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="P:Moq.Mock.Behavior">
+            <summary>
+			Behavior of the mock, according to the value set in the constructor.
+		</summary>
+        </member>
+        <member name="P:Moq.Mock.CallBase">
+            <summary>
+			Whether the base member virtual implementation will be called
+			for mocked classes if no setup is matched. Defaults to <see langword="false"/>.
+		</summary>
+        </member>
+        <member name="P:Moq.Mock.DefaultValue">
+            <summary>
+			Specifies the behavior to use when returning default values for
+			unexpected invocations on loose mocks.
+		</summary>
+        </member>
+        <member name="P:Moq.Mock.Object">
+            <summary>
+			Gets the mocked object instance.
+		</summary>
+        </member>
+        <member name="P:Moq.Mock.MockedType">
+            <summary>
+            Retrieves the type of the mocked object, its generic type argument.
+            This is used in the auto-mocking of hierarchy access.
+            </summary>
+        </member>
+        <member name="P:Moq.Mock.DefaultValueProvider">
+            <summary>
+            Specifies the class that will determine the default 
+            value to return when invocations are made that 
+            have no setups and need to return a default 
+            value (for loose mocks).
+            </summary>
+        </member>
+        <member name="P:Moq.Mock.ImplementedInterfaces">
+            <summary>
+            Exposes the list of extra interfaces implemented by the mock.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.#ctor(System.Boolean)">
+            <summary>
+            Ctor invoked by AsTInterface exclusively.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.#ctor">
+            <summary>
+			Initializes an instance of the mock with <see cref="F:Moq.MockBehavior.Default">default behavior</see>.
+		</summary><example>
+			<code>var mock = new Mock&lt;IFormatProvider&gt;();</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.#ctor(System.Object[])">
+            <summary>
+			Initializes an instance of the mock with <see cref="F:Moq.MockBehavior.Default">default behavior</see> and with
+			the given constructor arguments for the class. (Only valid when <typeparamref name="T"/> is a class)
+		</summary><remarks>
+			The mock will try to find the best match constructor given the constructor arguments, and invoke that
+			to initialize the instance. This applies only for classes, not interfaces.
+		</remarks><example>
+			<code>var mock = new Mock&lt;MyProvider&gt;(someArgument, 25);</code>
+		</example><param name="args">Optional constructor arguments if the mocked type is a class.</param>
+        </member>
+        <member name="M:Moq.Mock`1.#ctor(Moq.MockBehavior)">
+            <summary>
+			Initializes an instance of the mock with the specified <see cref="T:Moq.MockBehavior">behavior</see>.
+		</summary><example>
+			<code>var mock = new Mock&lt;IFormatProvider&gt;(MockBehavior.Relaxed);</code>
+		</example><param name="behavior">Behavior of the mock.</param>
+        </member>
+        <member name="M:Moq.Mock`1.#ctor(Moq.MockBehavior,System.Object[])">
+            <summary>
+			Initializes an instance of the mock with a specific <see cref="T:Moq.MockBehavior">behavior</see> with
+			the given constructor arguments for the class.
+		</summary><remarks>
+			The mock will try to find the best match constructor given the constructor arguments, and invoke that
+			to initialize the instance. This applies only to classes, not interfaces.
+		</remarks><example>
+			<code>var mock = new Mock&lt;MyProvider&gt;(someArgument, 25);</code>
+		</example><param name="behavior">Behavior of the mock.</param><param name="args">Optional constructor arguments if the mocked type is a class.</param>
+        </member>
+        <member name="M:Moq.Mock`1.OnGetObject">
+            <summary>
+            Returns the mocked object value.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.Setup(System.Linq.Expressions.Expression{System.Action{`0}})">
+            <summary>
+			Specifies a setup on the mocked type for a call to
+			to a void method.
+		</summary><remarks>
+			If more than one setup is specified for the same method or property,
+			the latest one wins and is the one that will be executed.
+		</remarks><param name="expression">Lambda expression that specifies the expected method invocation.</param><example group="setups">
+			<code>
+				var mock = new Mock&lt;IProcessor&gt;();
+				mock.Setup(x =&gt; x.Execute("ping"));
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.Setup``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+			Specifies a setup on the mocked type for a call to
+			to a value returning method.
+		</summary><typeparam name="TResult">Type of the return value. Typically omitted as it can be inferred from the expression.</typeparam><remarks>
+			If more than one setup is specified for the same method or property,
+			the latest one wins and is the one that will be executed.
+		</remarks><param name="expression">Lambda expression that specifies the method invocation.</param><example group="setups">
+			<code>
+				mock.Setup(x =&gt; x.HasInventory("Talisker", 50)).Returns(true);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+			Specifies a setup on the mocked type for a call to
+			to a property getter.
+		</summary><remarks>
+			If more than one setup is set for the same property getter,
+			the latest one wins and is the one that will be executed.
+		</remarks><typeparam name="TProperty">Type of the property. Typically omitted as it can be inferred from the expression.</typeparam><param name="expression">Lambda expression that specifies the property getter.</param><example group="setups">
+			<code>
+				mock.SetupGet(x =&gt; x.Suspended)
+					 .Returns(true);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupSet``1(System.Action{`0})">
+            <summary>
+			Specifies a setup on the mocked type for a call to
+			to a property setter.
+		</summary><remarks>
+			If more than one setup is set for the same property setter,
+			the latest one wins and is the one that will be executed.
+			<para>
+				This overloads allows the use of a callback already
+				typed for the property type.
+			</para>
+		</remarks><typeparam name="TProperty">Type of the property. Typically omitted as it can be inferred from the expression.</typeparam><param name="setterExpression">The Lambda expression that sets a property to a value.</param><example group="setups">
+			<code>
+				mock.SetupSet(x =&gt; x.Suspended = true);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupSet(System.Action{`0})">
+            <summary>
+			Specifies a setup on the mocked type for a call to
+			to a property setter.
+		</summary><remarks>
+			If more than one setup is set for the same property setter,
+			the latest one wins and is the one that will be executed.
+		</remarks><param name="setterExpression">Lambda expression that sets a property to a value.</param><example group="setups">
+			<code>
+				mock.SetupSet(x =&gt; x.Suspended = true);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupProperty``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+			Specifies that the given property should have "property behavior",
+			meaning that setting its value will cause it to be saved and
+			later returned when the property is requested. (this is also
+			known as "stubbing").
+		</summary><typeparam name="TProperty">
+			Type of the property, inferred from the property
+			expression (does not need to be specified).
+		</typeparam><param name="property">Property expression to stub.</param><example>
+			If you have an interface with an int property <c>Value</c>, you might
+			stub it using the following straightforward call:
+			<code>
+				var mock = new Mock&lt;IHaveValue&gt;();
+				mock.Stub(v =&gt; v.Value);
+			</code>
+			After the <c>Stub</c> call has been issued, setting and
+			retrieving the object value will behave as expected:
+			<code>
+				IHaveValue v = mock.Object;
+
+				v.Value = 5;
+				Assert.Equal(5, v.Value);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupProperty``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},``0)">
+            <summary>
+			Specifies that the given property should have "property behavior",
+			meaning that setting its value will cause it to be saved and
+			later returned when the property is requested. This overload
+			allows setting the initial value for the property. (this is also
+			known as "stubbing").
+		</summary><typeparam name="TProperty">
+			Type of the property, inferred from the property
+			expression (does not need to be specified).
+		</typeparam><param name="property">Property expression to stub.</param><param name="initialValue">Initial value for the property.</param><example>
+			If you have an interface with an int property <c>Value</c>, you might
+			stub it using the following straightforward call:
+			<code>
+				var mock = new Mock&lt;IHaveValue&gt;();
+				mock.SetupProperty(v =&gt; v.Value, 5);
+			</code>
+			After the <c>SetupProperty</c> call has been issued, setting and
+			retrieving the object value will behave as expected:
+			<code>
+				IHaveValue v = mock.Object;
+				// Initial value was stored
+				Assert.Equal(5, v.Value);
+
+				// New value set which changes the initial value
+				v.Value = 6;
+				Assert.Equal(6, v.Value);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.SetupAllProperties">
+            <summary>
+			Specifies that the all properties on the mock should have "property behavior",
+			meaning that setting its value will cause it to be saved and
+			later returned when the property is requested. (this is also
+			known as "stubbing"). The default value for each property will be the
+			one generated as specified by the <see cref="P:Moq.Mock.DefaultValue"/> property for the mock.
+		</summary><remarks>
+			If the mock <see cref="P:Moq.Mock.DefaultValue"/> is set to <see cref="F:Moq.DefaultValue.Mock"/>,
+			the mocked default values will also get all properties setup recursively.
+		</remarks>
+        </member>
+        <member name="M:Moq.Mock`1.When(System.Func{System.Boolean})">
+            <!-- No matching elements were found for the following include tag --><include file="Mock.Generic.xdoc" path="docs/doc[@for=&quot;Mock{T}.When&quot;]/*"/>
+        </member>
+        <member name="M:Moq.Mock`1.Verify(System.Linq.Expressions.Expression{System.Action{`0}})">
+            <summary>
+			Verifies that a specific invocation matching the given expression was performed on the mock. Use
+			in conjuntion with the default <see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><example group="verification">
+			This example assumes that the mock has been used, and later we want to verify that a given
+			invocation with specific parameters was performed:
+			<code>
+				var mock = new Mock&lt;IProcessor&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't call Execute with a "ping" string argument.
+				mock.Verify(proc =&gt; proc.Execute("ping"));
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param>
+        </member>
+        <member name="M:Moq.Mock`1.Verify(System.Linq.Expressions.Expression{System.Action{`0}},Moq.Times)">
+            <summary>
+			Verifies that a specific invocation matching the given expression was performed on the mock. Use
+			in conjuntion with the default <see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="expression">Expression to verify.</param><param name="times">The number of times a method is allowed to be called.</param>
+        </member>
+        <member name="M:Moq.Mock`1.Verify(System.Linq.Expressions.Expression{System.Action{`0}},System.String)">
+            <summary>
+			Verifies that a specific invocation matching the given expression was performed on the mock,
+			specifying a failure error message. Use in conjuntion with the default
+			<see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><example group="verification">
+			This example assumes that the mock has been used, and later we want to verify that a given
+			invocation with specific parameters was performed:
+			<code>
+				var mock = new Mock&lt;IProcessor&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't call Execute with a "ping" string argument.
+				mock.Verify(proc =&gt; proc.Execute("ping"));
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param>
+        </member>
+        <member name="M:Moq.Mock`1.Verify(System.Linq.Expressions.Expression{System.Action{`0}},Moq.Times,System.String)">
+            <summary>
+			Verifies that a specific invocation matching the given expression was performed on the mock,
+			specifying a failure error message. Use in conjuntion with the default
+			<see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="expression">Expression to verify.</param><param name="times">The number of times a method is allowed to be called.</param><param name="failMessage">Message to show if verification fails.</param>
+        </member>
+        <member name="M:Moq.Mock`1.Verify``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+			Verifies that a specific invocation matching the given expression was performed on the mock. Use
+			in conjuntion with the default <see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><example group="verification">
+			This example assumes that the mock has been used, and later we want to verify that a given
+			invocation with specific parameters was performed:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't call HasInventory.
+				mock.Verify(warehouse =&gt; warehouse.HasInventory(TALISKER, 50));
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param><typeparam name="TResult">Type of return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.Verify``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},Moq.Times)">
+            <summary>
+			Verifies that a specific invocation matching the given
+			expression was performed on the mock. Use in conjuntion
+			with the default <see cref="F:Moq.MockBehavior.Loose"/>.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="expression">Expression to verify.</param><param name="times">The number of times a method is allowed to be called.</param><typeparam name="TResult">Type of return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.Verify``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.String)">
+            <summary>
+			Verifies that a specific invocation matching the given
+			expression was performed on the mock, specifying a failure
+			error message.
+		</summary><example group="verification">
+			This example assumes that the mock has been used,
+			and later we want to verify that a given invocation
+			with specific parameters was performed:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't call HasInventory.
+				mock.Verify(warehouse =&gt; warehouse.HasInventory(TALISKER, 50), "When filling orders, inventory has to be checked");
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param><typeparam name="TResult">Type of return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.Verify``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},Moq.Times,System.String)">
+            <summary>
+			Verifies that a specific invocation matching the given
+			expression was performed on the mock, specifying a failure
+			error message.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="expression">Expression to verify.</param><param name="times">The number of times a method is allowed to be called.</param><param name="failMessage">Message to show if verification fails.</param><typeparam name="TResult">Type of return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.VerifyGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+			Verifies that a property was read on the mock.
+		</summary><example group="verification">
+			This example assumes that the mock has been used,
+			and later we want to verify that a given property
+			was retrieved from it:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't retrieve the IsClosed property.
+				mock.VerifyGet(warehouse =&gt; warehouse.IsClosed);
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param><typeparam name="TProperty">
+			Type of the property to verify. Typically omitted as it can
+			be inferred from the expression's return type.
+		</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.VerifyGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},Moq.Times)">
+            <summary>
+			Verifies that a property was read on the mock.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="times">The number of times a method is allowed to be called.</param><param name="expression">Expression to verify.</param><typeparam name="TProperty">
+			Type of the property to verify. Typically omitted as it can
+			be inferred from the expression's return type.
+		</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.VerifyGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.String)">
+            <summary>
+			Verifies that a property was read on the mock, specifying a failure
+			error message.
+		</summary><example group="verification">
+			This example assumes that the mock has been used,
+			and later we want to verify that a given property
+			was retrieved from it:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't retrieve the IsClosed property.
+				mock.VerifyGet(warehouse =&gt; warehouse.IsClosed);
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="expression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param><typeparam name="TProperty">
+			Type of the property to verify. Typically omitted as it can
+			be inferred from the expression's return type.
+		</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.VerifyGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},Moq.Times,System.String)">
+            <summary>
+			Verifies that a property was read on the mock, specifying a failure
+			error message.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="times">The number of times a method is allowed to be called.</param><param name="expression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param><typeparam name="TProperty">
+			Type of the property to verify. Typically omitted as it can
+			be inferred from the expression's return type.
+		</typeparam>
+        </member>
+        <member name="M:Moq.Mock`1.VerifySet(System.Action{`0})">
+            <summary>
+			Verifies that a property was set on the mock.
+		</summary><example group="verification">
+			This example assumes that the mock has been used,
+			and later we want to verify that a given property
+			was set on it:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't set the IsClosed property.
+				mock.VerifySet(warehouse =&gt; warehouse.IsClosed = true);
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="setterExpression">Expression to verify.</param>
+        </member>
+        <member name="M:Moq.Mock`1.VerifySet(System.Action{`0},Moq.Times)">
+            <summary>
+			Verifies that a property was set on the mock.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="times">The number of times a method is allowed to be called.</param><param name="setterExpression">Expression to verify.</param>
+        </member>
+        <member name="M:Moq.Mock`1.VerifySet(System.Action{`0},System.String)">
+            <summary>
+			Verifies that a property was set on the mock, specifying
+			a failure message.
+		</summary><example group="verification">
+			This example assumes that the mock has been used,
+			and later we want to verify that a given property
+			was set on it:
+			<code>
+				var mock = new Mock&lt;IWarehouse&gt;();
+				// exercise mock
+				//...
+				// Will throw if the test code didn't set the IsClosed property.
+				mock.VerifySet(warehouse =&gt; warehouse.IsClosed = true, "Warehouse should always be closed after the action");
+			</code>
+		</example><exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception><param name="setterExpression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param>
+        </member>
+        <member name="M:Moq.Mock`1.VerifySet(System.Action{`0},Moq.Times,System.String)">
+            <summary>
+			Verifies that a property was set on the mock, specifying
+			a failure message.
+		</summary><exception cref="T:Moq.MockException">
+			The invocation was not call the times specified by
+			<paramref name="times"/>.
+		</exception><param name="times">The number of times a method is allowed to be called.</param><param name="setterExpression">Expression to verify.</param><param name="failMessage">Message to show if verification fails.</param>
+        </member>
+        <member name="M:Moq.Mock`1.Raise(System.Action{`0},System.EventArgs)">
+            <summary>
+			Raises the event referenced in <paramref name="eventExpression"/> using
+			the given <paramref name="args"/> argument.
+		</summary><exception cref="T:System.ArgumentException">
+			The <paramref name="args"/> argument is
+			invalid for the target event invocation, or the <paramref name="eventExpression"/> is
+			not an event attach or detach expression.
+		</exception><example>
+			The following example shows how to raise a <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event:
+			<code>
+				var mock = new Mock&lt;IViewModel&gt;();
+
+				mock.Raise(x =&gt; x.PropertyChanged -= null, new PropertyChangedEventArgs("Name"));
+			</code>
+		</example><example>
+			This example shows how to invoke an event with a custom event arguments
+			class in a view that will cause its corresponding presenter to
+			react by changing its state:
+			<code>
+				var mockView = new Mock&lt;IOrdersView&gt;();
+				var presenter = new OrdersPresenter(mockView.Object);
+
+				// Check that the presenter has no selection by default
+				Assert.Null(presenter.SelectedOrder);
+
+				// Raise the event with a specific arguments data
+				mockView.Raise(v =&gt; v.SelectionChanged += null, new OrderEventArgs { Order = new Order("moq", 500) });
+
+				// Now the presenter reacted to the event, and we have a selected order
+				Assert.NotNull(presenter.SelectedOrder);
+				Assert.Equal("moq", presenter.SelectedOrder.ProductName);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.Raise(System.Action{`0},System.Object[])">
+            <summary>
+			Raises the event referenced in <paramref name="eventExpression"/> using
+			the given <paramref name="args"/> argument for a non-EventHandler typed event.
+		</summary><exception cref="T:System.ArgumentException">
+			The <paramref name="args"/> arguments are
+			invalid for the target event invocation, or the <paramref name="eventExpression"/> is
+			not an event attach or detach expression.
+		</exception><example>
+			The following example shows how to raise a custom event that does not adhere to 
+			the standard <c>EventHandler</c>:
+			<code>
+				var mock = new Mock&lt;IViewModel&gt;();
+
+				mock.Raise(x =&gt; x.MyEvent -= null, "Name", bool, 25);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.Mock`1.Expect(System.Linq.Expressions.Expression{System.Action{`0}})">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.Expect``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.ExpectGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.ExpectSet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.Mock`1.ExpectSet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},``0)">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="P:Moq.Mock`1.Object">
+            <summary>
+			Exposes the mocked object instance.
+		</summary>
+        </member>
+        <member name="T:Moq.Matchers.MatcherAttributeMatcher">
+            <summary>
+            Matcher to treat static functions as matchers.
+            
+            mock.Setup(x => x.StringMethod(A.MagicString()));
+            
+            public static class A 
+            {
+                [Matcher]
+                public static string MagicString() { return null; }
+                public static bool MagicString(string arg)
+                {
+                    return arg == "magic";
+                }
+            }
+            
+            Will succeed if: mock.Object.StringMethod("magic");
+            and fail with any other call.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.IRaise`1">
+            <summary>
+            Defines the <c>Raises</c> verb.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``1(System.Action{`0},System.Func{``0,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``2(System.Action{`0},System.Func{``0,``1,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``3(System.Action{`0},System.Func{``0,``1,``2,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``4(System.Action{`0},System.Func{``0,``1,``2,``3,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``5(System.Action{`0},System.Func{``0,``1,``2,``3,``4,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``6(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``7(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``8(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``9(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``10(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``11(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``12(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``13(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument received by the expected invocation.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``14(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument received by the expected invocation.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``15(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument received by the expected invocation.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises``16(System.Action{`0},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised when the setup is matched.
+            </summary>
+            <param name="eventExpression">The expression that represents an event attach or detach action.</param>
+            <param name="func">The function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <typeparam name="T1">The type of the first argument received by the expected invocation.</typeparam>
+            <typeparam name="T2">The type of the second argument received by the expected invocation.</typeparam>
+            <typeparam name="T3">The type of the third argument received by the expected invocation.</typeparam>
+            <typeparam name="T4">The type of the fourth argument received by the expected invocation.</typeparam>
+            <typeparam name="T5">The type of the fifth argument received by the expected invocation.</typeparam>
+            <typeparam name="T6">The type of the sixth argument received by the expected invocation.</typeparam>
+            <typeparam name="T7">The type of the seventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T8">The type of the eighth argument received by the expected invocation.</typeparam>
+            <typeparam name="T9">The type of the nineth argument received by the expected invocation.</typeparam>
+            <typeparam name="T10">The type of the tenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument received by the expected invocation.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument received by the expected invocation.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument received by the expected invocation.</typeparam>
+            <typeparam name="T16">The type of the sixteenth argument received by the expected invocation.</typeparam>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)">
+            <summary>
+            Specifies the event that will be raised 
+            when the setup is met.
+            </summary>
+            <param name="eventExpression">An expression that represents an event attach or detach action.</param>
+            <param name="args">The event arguments to pass for the raised event.</param>
+            <example>
+            The following example shows how to raise an event when 
+            the setup is met:
+            <code>
+            var mock = new Mock&lt;IContainer&gt;();
+            
+            mock.Setup(add => add.Add(It.IsAny&lt;string&gt;(), It.IsAny&lt;object&gt;()))
+                .Raises(add => add.Added += null, EventArgs.Empty);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.Func{System.EventArgs})">
+            <summary>
+            Specifies the event that will be raised 
+            when the setup is matched.
+            </summary>
+            <param name="eventExpression">An expression that represents an event attach or detach action.</param>
+            <param name="func">A function that will build the <see cref="T:System.EventArgs"/> 
+            to pass when raising the event.</param>
+            <seealso cref="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.EventArgs)"/>
+        </member>
+        <member name="M:Moq.Language.IRaise`1.Raises(System.Action{`0},System.Object[])">
+            <summary>
+            Specifies the custom event that will be raised 
+            when the setup is matched.
+            </summary>
+            <param name="eventExpression">An expression that represents an event attach or detach action.</param>
+            <param name="args">The arguments to pass to the custom delegate (non EventHandler-compatible).</param>
+        </member>
+        <member name="T:Moq.Evaluator">
+            <summary>
+            Provides partial evaluation of subtrees, whenever they can be evaluated locally.
+            </summary>
+            <author>Matt Warren: http://blogs.msdn.com/mattwar</author>
+            <contributor>Documented by InSTEDD: http://www.instedd.org</contributor>
+        </member>
+        <member name="M:Moq.Evaluator.PartialEval(System.Linq.Expressions.Expression,System.Func{System.Linq.Expressions.Expression,System.Boolean})">
+            <summary>
+            Performs evaluation and replacement of independent sub-trees
+            </summary>
+            <param name="expression">The root of the expression tree.</param>
+            <param name="fnCanBeEvaluated">A function that decides whether a given expression
+            node can be part of the local function.</param>
+            <returns>A new tree with sub-trees evaluated and replaced.</returns>
+        </member>
+        <member name="M:Moq.Evaluator.PartialEval(System.Linq.Expressions.Expression)">
+            <summary>
+            Performs evaluation and replacement of independent sub-trees
+            </summary>
+            <param name="expression">The root of the expression tree.</param>
+            <returns>A new tree with sub-trees evaluated and replaced.</returns>
+        </member>
+        <member name="T:Moq.Evaluator.SubtreeEvaluator">
+            <summary>
+            Evaluates and replaces sub-trees when first candidate is reached (top-down)
+            </summary>
+        </member>
+        <member name="T:Moq.Evaluator.Nominator">
+            <summary>
+            Performs bottom-up analysis to determine which nodes can possibly
+            be part of an evaluated sub-tree.
+            </summary>
+        </member>
+        <member name="T:Moq.Protected.IProtectedMock`1">
+            <summary>
+            Allows setups to be specified for protected members by using their 
+            name as a string, rather than strong-typing them which is not possible 
+            due to their visibility.
+            </summary>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.Setup(System.String,System.Object[])">
+            <summary>
+            Specifies a setup for a void method invocation with the given 
+            <paramref name="voidMethodName"/>, optionally specifying arguments for the method call.
+            </summary>
+            <param name="voidMethodName">The name of the void method to be invoked.</param>
+            <param name="args">The optional arguments for the invocation. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</param>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.Setup``1(System.String,System.Object[])">
+            <summary>
+            Specifies a setup for an invocation on a property or a non void method with the given 
+            <paramref name="methodOrPropertyName"/>, optionally specifying arguments for the method call.
+            </summary>
+            <param name="methodOrPropertyName">The name of the method or property to be invoked.</param>
+            <param name="args">The optional arguments for the invocation. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</param>
+            <typeparam name="TResult">The return type of the method or property.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.SetupGet``1(System.String)">
+            <summary>
+            Specifies a setup for an invocation on a property getter with the given 
+            <paramref name="propertyName"/>.
+            </summary>
+            <param name="propertyName">The name of the property.</param>
+            <typeparam name="TProperty">The type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.SetupSet``1(System.String,System.Object)">
+            <summary>
+            Specifies a setup for an invocation on a property setter with the given 
+            <paramref name="propertyName"/>.
+            </summary>
+            <param name="propertyName">The name of the property.</param>
+            <param name="value">The property value. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</param>
+            <typeparam name="TProperty">The type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.Verify(System.String,Moq.Times,System.Object[])">
+            <summary>
+            Specifies a verify for a void method with the given <paramref name="methodName"/>,
+            optionally specifying arguments for the method call. Use in conjuntion with the default
+            <see cref="F:Moq.MockBehavior.Loose"/>.
+            </summary>
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by
+            <paramref name="times"/>.</exception>
+            <param name="methodName">The name of the void method to be verified.</param>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <param name="args">The optional arguments for the invocation. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</param>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.Verify``1(System.String,Moq.Times,System.Object[])">
+            <summary>
+            Specifies a verify for an invocation on a property or a non void method with the given 
+            <paramref name="methodName"/>, optionally specifying arguments for the method call.
+            </summary>
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by 
+            <paramref name="times"/>.</exception>
+            <param name="methodName">The name of the method or property to be invoked.</param>
+            <param name="args">The optional arguments for the invocation. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</param>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <typeparam name="TResult">The type of return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.VerifyGet``1(System.String,Moq.Times)">
+            <summary>
+            Specifies a verify for an invocation on a property getter with the given 
+            <paramref name="propertyName"/>.
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by 
+            <paramref name="times"/>.</exception>
+            </summary>
+            <param name="propertyName">The name of the property.</param>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <typeparam name="TProperty">The type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.IProtectedMock`1.VerifySet``1(System.String,Moq.Times,System.Object)">
+            <summary>
+            Specifies a setup for an invocation on a property setter with the given 
+            <paramref name="propertyName"/>.
+            </summary>
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by 
+            <paramref name="times"/>.</exception>
+            <param name="propertyName">The name of the property.</param>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <param name="value">The property value.</param>
+            <typeparam name="TProperty">The type of the property. If argument matchers are used, 
+            remember to use <see cref="T:Moq.Protected.ItExpr"/> rather than <see cref="T:Moq.It"/>.</typeparam>
+        </member>
+        <member name="T:Moq.MatcherAttribute">
+            <summary>
+            Marks a method as a matcher, which allows complete replacement 
+            of the built-in <see cref="T:Moq.It"/> class with your own argument 
+            matching rules.
+            </summary>
+            <remarks>
+            <b>This feature has been deprecated in favor of the new 
+            and simpler <see cref="T:Moq.Match`1"/>.
+            </b>
+            <para>
+            The argument matching is used to determine whether a concrete 
+            invocation in the mock matches a given setup. This 
+            matching mechanism is fully extensible. 
+            </para>
+            <para>
+            There are two parts of a matcher: the compiler matcher 
+            and the runtime matcher.
+            <list type="bullet">
+            <item>
+            <term>Compiler matcher</term>
+            <description>Used to satisfy the compiler requirements for the 
+            argument. Needs to be a method optionally receiving any arguments 
+            you might need for the matching, but with a return type that 
+            matches that of the argument. 
+            <para>
+            Let's say I want to match a lists of orders that contains 
+            a particular one. I might create a compiler matcher like the following:
+            </para>
+            <code>
+            public static class Orders
+            {
+              [Matcher]
+              public static IEnumerable&lt;Order&gt; Contains(Order order)
+              {
+                return null;
+              }
+            }
+            </code>
+            Now we can invoke this static method instead of an argument in an 
+            invocation:
+            <code>
+            var order = new Order { ... };
+            var mock = new Mock&lt;IRepository&lt;Order&gt;&gt;();
+            
+            mock.Setup(x =&gt; x.Save(Orders.Contains(order)))
+                .Throws&lt;ArgumentException&gt;();
+            </code>
+            Note that the return value from the compiler matcher is irrelevant. 
+            This method will never be called, and is just used to satisfy the 
+            compiler and to signal Moq that this is not a method that we want 
+            to be invoked at runtime.
+            </description>
+            </item>
+            <item>
+            <term>Runtime matcher</term>
+            <description>
+            The runtime matcher is the one that will actually perform evaluation 
+            when the test is run, and is defined by convention to have the 
+            same signature as the compiler matcher, but where the return 
+            value is the first argument to the call, which contains the 
+            object received by the actual invocation at runtime:
+            <code>
+              public static bool Contains(IEnumerable&lt;Order&gt; orders, Order order)
+              {
+                return orders.Contains(order);
+              }
+            </code>
+            At runtime, the mocked method will be invoked with a specific 
+            list of orders. This value will be passed to this runtime 
+            matcher as the first argument, while the second argument is the 
+            one specified in the setup (<c>x.Save(Orders.Contains(order))</c>).
+            <para>
+            The boolean returned determines whether the given argument has been 
+            matched. If all arguments to the expected method are matched, then 
+            the setup matches and is evaluated.
+            </para>
+            </description>
+            </item>
+            </list>
+            </para>
+            Using this extensible infrastructure, you can easily replace the entire 
+            <see cref="T:Moq.It"/> set of matchers with your own. You can also avoid the 
+            typical (and annoying) lengthy expressions that result when you have 
+            multiple arguments that use generics.
+            </remarks>
+            <example>
+            The following is the complete example explained above:
+            <code>
+            public static class Orders
+            {
+              [Matcher]
+              public static IEnumerable&lt;Order&gt; Contains(Order order)
+              {
+                return null;
+              }
+              
+              public static bool Contains(IEnumerable&lt;Order&gt; orders, Order order)
+              {
+                return orders.Contains(order);
+              }
+            }
+            </code>
+            And the concrete test using this matcher:
+            <code>
+            var order = new Order { ... };
+            var mock = new Mock&lt;IRepository&lt;Order&gt;&gt;();
+            
+            mock.Setup(x =&gt; x.Save(Orders.Contains(order)))
+                .Throws&lt;ArgumentException&gt;();
+                
+            // use mock, invoke Save, and have the matcher filter.
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.ICallbackGetter`2">
+            <summary>
+            Defines the <c>Callback</c> verb for property getter setups.
+            </summary>
+            <seealso cref="M:Moq.Mock`1.SetupGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})"/>
+            <typeparam name="TMock">Mocked type.</typeparam>
+            <typeparam name="TProperty">Type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Language.ICallbackGetter`2.Callback(System.Action)">
+            <summary>
+            Specifies a callback to invoke when the property is retrieved.
+            </summary>
+            <param name="action">Callback method to invoke.</param>
+            <example>
+            Invokes the given callback with the property value being set. 
+            <code>
+            mock.SetupGet(x => x.Suspended)
+                .Callback(() => called = true)
+                .Returns(true);
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.It">
+            <summary>
+			Allows the specification of a matching condition for an
+			argument in a method invocation, rather than a specific
+			argument value. "It" refers to the argument being matched.
+		</summary><remarks>
+			This class allows the setup to match a method invocation
+			with an arbitrary value, with a value in a specified range, or
+			even one that matches a given predicate.
+		</remarks>
+        </member>
+        <member name="M:Moq.It.IsAny``1">
+            <summary>
+			Matches any value of the given <typeparamref name="TValue"/> type.
+		</summary><remarks>
+			Typically used when the actual argument value for a method
+			call is not relevant.
+		</remarks><example>
+			<code>
+				// Throws an exception for a call to Remove with any string value.
+				mock.Setup(x =&gt; x.Remove(It.IsAny&lt;string&gt;())).Throws(new InvalidOperationException());
+			</code>
+		</example><typeparam name="TValue">Type of the value.</typeparam>
+        </member>
+        <member name="M:Moq.It.Is``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+			Matches any value that satisfies the given predicate.
+		</summary><typeparam name="TValue">Type of the argument to check.</typeparam><param name="match">The predicate used to match the method argument.</param><remarks>
+			Allows the specification of a predicate to perform matching
+			of method call arguments.
+		</remarks><example>
+			This example shows how to return the value <c>1</c> whenever the argument to the
+			<c>Do</c> method is an even number.
+			<code>
+				mock.Setup(x =&gt; x.Do(It.Is&lt;int&gt;(i =&gt; i % 2 == 0)))
+				.Returns(1);
+			</code>
+			This example shows how to throw an exception if the argument to the
+			method is a negative number:
+			<code>
+				mock.Setup(x =&gt; x.GetUser(It.Is&lt;int&gt;(i =&gt; i &lt; 0)))
+				.Throws(new ArgumentException());
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.It.IsInRange``1(``0,``0,Moq.Range)">
+            <summary>
+			Matches any value that is in the range specified.
+		</summary><typeparam name="TValue">Type of the argument to check.</typeparam><param name="from">The lower bound of the range.</param><param name="to">The upper bound of the range.</param><param name="rangeKind">
+			The kind of range. See <see cref="T:Moq.Range"/>.
+		</param><example>
+			The following example shows how to expect a method call
+			with an integer argument within the 0..100 range.
+			<code>
+				mock.Setup(x =&gt; x.HasInventory(
+				It.IsAny&lt;string&gt;(),
+				It.IsInRange(0, 100, Range.Inclusive)))
+				.Returns(false);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.It.IsRegex(System.String)">
+            <summary>
+			Matches a string argument if it matches the given regular expression pattern.
+		</summary><param name="regex">The pattern to use to match the string argument value.</param><example>
+			The following example shows how to expect a call to a method where the
+			string argument matches the given regular expression:
+			<code>
+				mock.Setup(x =&gt; x.Check(It.IsRegex("[a-z]+"))).Returns(1);
+			</code>
+		</example>
+        </member>
+        <member name="M:Moq.It.IsRegex(System.String,System.Text.RegularExpressions.RegexOptions)">
+            <summary>
+			Matches a string argument if it matches the given regular expression pattern.
+		</summary><param name="regex">The pattern to use to match the string argument value.</param><param name="options">The options used to interpret the pattern.</param><example>
+			The following example shows how to expect a call to a method where the
+			string argument matches the given regular expression, in a case insensitive way:
+			<code>
+				mock.Setup(x =&gt; x.Check(It.IsRegex("[a-z]+", RegexOptions.IgnoreCase))).Returns(1);
+			</code>
+		</example>
+        </member>
+        <member name="T:Moq.MethodCallReturn">
+            <devdoc>
+            We need this non-generics base class so that 
+            we can use <see cref="P:Moq.MethodCallReturn.HasReturnValue"/> from 
+            generic code.
+            </devdoc>
+        </member>
+        <member name="T:Moq.Language.Flow.ICallbackResult">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.IThrows">
+            <summary>
+            Defines the <c>Throws</c> verb.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.IThrows.Throws(System.Exception)">
+            <summary>
+            Specifies the exception to throw when the method is invoked.
+            </summary>
+            <param name="exception">Exception instance to throw.</param>
+            <example>
+            This example shows how to throw an exception when the method is 
+            invoked with an empty string argument:
+            <code>
+            mock.Setup(x =&gt; x.Execute(""))
+                .Throws(new ArgumentException());
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IThrows.Throws``1">
+            <summary>
+            Specifies the type of exception to throw when the method is invoked.
+            </summary>
+            <typeparam name="TException">Type of exception to instantiate and throw when the setup is matched.</typeparam>
+            <example>
+            This example shows how to throw an exception when the method is 
+            invoked with an empty string argument:
+            <code>
+            mock.Setup(x =&gt; x.Execute(""))
+                .Throws&lt;ArgumentException&gt;();
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.IThrowsResult">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.IOccurrence">
+            <summary>
+            Defines occurrence members to constraint setups.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.IOccurrence.AtMostOnce">
+            <summary>
+            The expected invocation can happen at most once.
+            </summary>
+            <example>
+            <code>
+            var mock = new Mock&lt;ICommand&gt;();
+            mock.Setup(foo => foo.Execute("ping"))
+                .AtMostOnce();
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IOccurrence.AtMost(System.Int32)">
+            <summary>
+            The expected invocation can happen at most specified number of times.
+            </summary>
+            <param name="callCount">The number of times to accept calls.</param>
+            <example>
+            <code>
+            var mock = new Mock&lt;ICommand&gt;();
+            mock.Setup(foo => foo.Execute("ping"))
+                .AtMost( 5 );
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.IVerifies">
+            <summary>
+            Defines the <c>Verifiable</c> verb.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.IVerifies.Verifiable">
+            <summary>
+            Marks the expectation as verifiable, meaning that a call 
+            to <see cref="M:Moq.Mock.Verify"/> will check if this particular 
+            expectation was met.
+            </summary>
+            <example>
+            The following example marks the expectation as verifiable:
+            <code>
+            mock.Expect(x =&gt; x.Execute("ping"))
+                .Returns(true)
+                .Verifiable();
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IVerifies.Verifiable(System.String)">
+            <summary>
+            Marks the expectation as verifiable, meaning that a call 
+            to <see cref="M:Moq.Mock.Verify"/> will check if this particular 
+            expectation was met, and specifies a message for failures.
+            </summary>
+            <example>
+            The following example marks the expectation as verifiable:
+            <code>
+            mock.Expect(x =&gt; x.Execute("ping"))
+                .Returns(true)
+                .Verifiable("Ping should be executed always!");
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.ISetup`2">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.ICallback`2">
+            <summary>
+            Defines the <c>Callback</c> verb and overloads for callbacks on
+            setups that return a value.
+            </summary>
+            <typeparam name="TMock">Mocked type.</typeparam>
+            <typeparam name="TResult">Type of the return value of the setup.</typeparam>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``2(System.Action{``0,``1})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2) =&gt; Console.WriteLine(arg1 + arg2));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``3(System.Action{``0,``1,``2})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3) =&gt; Console.WriteLine(arg1 + arg2 + arg3));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``4(System.Action{``0,``1,``2,``3})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``5(System.Action{``0,``1,``2,``3,``4})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``6(System.Action{``0,``1,``2,``3,``4,``5})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``7(System.Action{``0,``1,``2,``3,``4,``5,``6})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``8(System.Action{``0,``1,``2,``3,``4,``5,``6,``7})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``9(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``10(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``11(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``12(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``13(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``14(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``15(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``16(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original
+            arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <typeparam name="T16">The type of the sixteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.IReturnsThrows`2"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15 + arg16));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback(System.Action)">
+            <summary>
+            Specifies a callback to invoke when the method is called.
+            </summary>
+            <param name="action">The callback method to invoke.</param>
+            <example>
+            The following example specifies a callback to set a boolean value that can be used later:
+            <code>
+            var called = false;
+            mock.Setup(x => x.Execute())
+                .Callback(() => called = true)
+                .Returns(true);
+            </code>
+            Note that in the case of value-returning methods, after the <c>Callback</c>
+            call you can still specify the return value.
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback`2.Callback``1(System.Action{``0})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T">The type of the argument of the invoked method.</typeparam>
+            <param name="action">Callback method to invoke.</param>
+            <example>
+            Invokes the given callback with the concrete invocation argument value.
+            <para>
+            Notice how the specific string argument is retrieved by simply declaring
+            it as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(It.IsAny&lt;string&gt;()))
+                .Callback(command => Console.WriteLine(command))
+                .Returns(true);
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.IReturnsThrows`2">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.IReturns`2">
+            <summary>
+            Defines the <c>Returns</c> verb.
+            </summary>
+            <typeparam name="TMock">Mocked type.</typeparam>
+            <typeparam name="TResult">Type of the return value from the expression.</typeparam>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns(`1)">
+            <summary>
+            Specifies the value to return.
+            </summary>
+            <param name="value">The value to return, or <see langword="null"/>.</param>
+            <example>
+            Return a <c>true</c> value from the method call:
+            <code>
+            mock.Setup(x => x.Execute("ping"))
+                .Returns(true);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns(System.Func{`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method.
+            </summary>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <example group="returns">
+            Return a calculated value when the method is called:
+            <code>
+            mock.Setup(x => x.Execute("ping"))
+                .Returns(() => returnValues[0]);
+            </code>
+            The lambda expression to retrieve the return value is lazy-executed, 
+            meaning that its value may change depending on the moment the method 
+            is executed and the value the <c>returnValues</c> array has at 
+            that moment.
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``1(System.Func{``0,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T">The type of the argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <example group="returns">
+            Return a calculated value which is evaluated lazily at the time of the invocation.
+            <para>
+            The lookup list can change between invocations and the setup 
+            will return different values accordingly. Also, notice how the specific 
+            string argument is retrieved by simply declaring it as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(It.IsAny&lt;string&gt;()))
+                .Returns((string command) => returnValues[command]);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``2(System.Func{``0,``1,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2) => arg1 + arg2);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``3(System.Func{``0,``1,``2,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3) => arg1 + arg2 + arg3);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``4(System.Func{``0,``1,``2,``3,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4) => arg1 + arg2 + arg3 + arg4);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``5(System.Func{``0,``1,``2,``3,``4,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5) => arg1 + arg2 + arg3 + arg4 + arg5);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``6(System.Func{``0,``1,``2,``3,``4,``5,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``7(System.Func{``0,``1,``2,``3,``4,``5,``6,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``8(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``9(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``10(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``11(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``12(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``13(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``14(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``15(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14, string arg15) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturns`2.Returns``16(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,`1})">
+            <summary>
+            Specifies a function that will calculate the value to return from the method, 
+            retrieving the arguments for the invocation.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <typeparam name="T16">The type of the sixteenth argument of the invoked method.</typeparam>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <return>Returns a calculated value which is evaluated lazily at the time of the invocation.</return>
+            <example>
+            <para>
+            The return value is calculated from the value of the actual method invocation arguments. 
+            Notice how the arguments are retrieved by simply declaring them as part of the lambda 
+            expression:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;(), 
+                                 It.IsAny&lt;int&gt;()))
+                .Returns((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14, string arg15, string arg16) => arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15 + arg16);
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.ISetupGetter`2">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.Flow.IReturnsThrowsGetter`2">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.IReturnsGetter`2">
+            <summary>
+            Defines the <c>Returns</c> verb for property get setups.
+            </summary>
+            <typeparam name="TMock">Mocked type.</typeparam>
+            <typeparam name="TProperty">Type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Language.IReturnsGetter`2.Returns(`1)">
+            <summary>
+            Specifies the value to return.
+            </summary>
+            <param name="value">The value to return, or <see langword="null"/>.</param>
+            <example>
+            Return a <c>true</c> value from the property getter call:
+            <code>
+            mock.SetupGet(x => x.Suspended)
+                .Returns(true);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.IReturnsGetter`2.Returns(System.Func{`1})">
+            <summary>
+            Specifies a function that will calculate the value to return for the property.
+            </summary>
+            <param name="valueFunction">The function that will calculate the return value.</param>
+            <example>
+            Return a calculated value when the property is retrieved:
+            <code>
+            mock.SetupGet(x => x.Suspended)
+                .Returns(() => returnValues[0]);
+            </code>
+            The lambda expression to retrieve the return value is lazy-executed, 
+            meaning that its value may change depending on the moment the property  
+            is retrieved and the value the <c>returnValues</c> array has at 
+            that moment.
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.IReturnsResult`1">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.ICallback">
+            <summary>
+            Defines the <c>Callback</c> verb and overloads.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``2(System.Action{``0,``1})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2) =&gt; Console.WriteLine(arg1 + arg2));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``3(System.Action{``0,``1,``2})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3) =&gt; Console.WriteLine(arg1 + arg2 + arg3));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``4(System.Action{``0,``1,``2,``3})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``5(System.Action{``0,``1,``2,``3,``4})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``6(System.Action{``0,``1,``2,``3,``4,``5})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``7(System.Action{``0,``1,``2,``3,``4,``5,``6})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``8(System.Action{``0,``1,``2,``3,``4,``5,``6,``7})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``9(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``10(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``11(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``12(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``13(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``14(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``15(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14, string arg15) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``16(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T1">The type of the first argument of the invoked method.</typeparam>
+            <typeparam name="T2">The type of the second argument of the invoked method.</typeparam>
+            <typeparam name="T3">The type of the third argument of the invoked method.</typeparam>
+            <typeparam name="T4">The type of the fourth argument of the invoked method.</typeparam>
+            <typeparam name="T5">The type of the fifth argument of the invoked method.</typeparam>
+            <typeparam name="T6">The type of the sixth argument of the invoked method.</typeparam>
+            <typeparam name="T7">The type of the seventh argument of the invoked method.</typeparam>
+            <typeparam name="T8">The type of the eighth argument of the invoked method.</typeparam>
+            <typeparam name="T9">The type of the nineth argument of the invoked method.</typeparam>
+            <typeparam name="T10">The type of the tenth argument of the invoked method.</typeparam>
+            <typeparam name="T11">The type of the eleventh argument of the invoked method.</typeparam>
+            <typeparam name="T12">The type of the twelfth argument of the invoked method.</typeparam>
+            <typeparam name="T13">The type of the thirteenth argument of the invoked method.</typeparam>
+            <typeparam name="T14">The type of the fourteenth argument of the invoked method.</typeparam>
+            <typeparam name="T15">The type of the fifteenth argument of the invoked method.</typeparam>
+            <typeparam name="T16">The type of the sixteenth argument of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <returns>A reference to <see cref="T:Moq.Language.Flow.ICallbackResult"/> interface.</returns>
+            <example>
+            Invokes the given callback with the concrete invocation arguments values. 
+            <para>
+            Notice how the specific arguments are retrieved by simply declaring 
+            them as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x =&gt; x.Execute(
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;(),
+                                 It.IsAny&lt;string&gt;()))
+                .Callback((string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8, string arg9, string arg10, string arg11, string arg12, string arg13, string arg14, string arg15, string arg16) =&gt; Console.WriteLine(arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + arg9 + arg10 + arg11 + arg12 + arg13 + arg14 + arg15 + arg16));
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback(System.Action)">
+            <summary>
+            Specifies a callback to invoke when the method is called.
+            </summary>
+            <param name="action">The callback method to invoke.</param>
+            <example>
+            The following example specifies a callback to set a boolean 
+            value that can be used later:
+            <code>
+            var called = false;
+            mock.Setup(x => x.Execute())
+                .Callback(() => called = true);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Language.ICallback.Callback``1(System.Action{``0})">
+            <summary>
+            Specifies a callback to invoke when the method is called that receives the original arguments.
+            </summary>
+            <typeparam name="T">The argument type of the invoked method.</typeparam>
+            <param name="action">The callback method to invoke.</param>
+            <example>
+            Invokes the given callback with the concrete invocation argument value. 
+            <para>
+            Notice how the specific string argument is retrieved by simply declaring 
+            it as part of the lambda expression for the callback:
+            </para>
+            <code>
+            mock.Setup(x => x.Execute(It.IsAny&lt;string&gt;()))
+                .Callback((string command) => Console.WriteLine(command));
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.ISetupConditionResult`1">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="M:Moq.Language.ISetupConditionResult`1.Setup(System.Linq.Expressions.Expression{System.Action{`0}})">
+            <summary>
+            The expectation will be considered only in the former condition.
+            </summary>
+            <param name="expression"></param>
+            <returns></returns>
+        </member>
+        <member name="M:Moq.Language.ISetupConditionResult`1.Setup``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            The expectation will be considered only in the former condition.
+            </summary>
+            <typeparam name="TResult"></typeparam>
+            <param name="expression"></param>
+            <returns></returns>
+        </member>
+        <member name="M:Moq.Language.ISetupConditionResult`1.SetupGet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
+            <summary>
+            Setups the get.
+            </summary>
+            <typeparam name="TProperty">The type of the property.</typeparam>
+            <param name="expression">The expression.</param>
+            <returns></returns>
+        </member>
+        <member name="M:Moq.Language.ISetupConditionResult`1.SetupSet``1(System.Action{`0})">
+            <summary>
+            Setups the set.
+            </summary>
+            <typeparam name="TProperty">The type of the property.</typeparam>
+            <param name="setterExpression">The setter expression.</param>
+            <returns></returns>
+        </member>
+        <member name="M:Moq.Language.ISetupConditionResult`1.SetupSet(System.Action{`0})">
+            <summary>
+            Setups the set.
+            </summary>
+            <param name="setterExpression">The setter expression.</param>
+            <returns></returns>
+        </member>
+        <member name="T:Moq.MockRepository">
+            <summary>
+            Utility repository class to use to construct multiple 
+            mocks when consistent verification is 
+            desired for all of them.
+            </summary>
+            <remarks>
+            If multiple mocks will be created during a test, passing 
+            the desired <see cref="T:Moq.MockBehavior"/> (if different than the 
+            <see cref="F:Moq.MockBehavior.Default"/> or the one 
+            passed to the repository constructor) and later verifying each
+            mock can become repetitive and tedious.
+            <para>
+            This repository class helps in that scenario by providing a 
+            simplified creation of multiple mocks with a default 
+            <see cref="T:Moq.MockBehavior"/> (unless overriden by calling 
+            <see cref="M:Moq.MockFactory.Create``1(Moq.MockBehavior)"/>) and posterior verification.
+            </para>
+            </remarks>
+            <example group="repository">
+            The following is a straightforward example on how to 
+            create and automatically verify strict mocks using a <see cref="T:Moq.MockRepository"/>:
+            <code>
+            var repository = new MockRepository(MockBehavior.Strict);
+            
+            var foo = repository.Create&lt;IFoo&gt;();
+            var bar = repository.Create&lt;IBar&gt;();
+            
+            // no need to call Verifiable() on the setup 
+            // as we'll be validating all of them anyway.
+            foo.Setup(f =&gt; f.Do());
+            bar.Setup(b =&gt; b.Redo());
+            
+            // exercise the mocks here
+            
+            repository.VerifyAll(); 
+            // At this point all setups are already checked 
+            // and an optional MockException might be thrown. 
+            // Note also that because the mocks are strict, any invocation 
+            // that doesn't have a matching setup will also throw a MockException.
+            </code>
+            The following examples shows how to setup the repository 
+            to create loose mocks and later verify only verifiable setups:
+            <code>
+            var repository = new MockRepository(MockBehavior.Loose);
+            
+            var foo = repository.Create&lt;IFoo&gt;();
+            var bar = repository.Create&lt;IBar&gt;();
+            
+            // this setup will be verified when we verify the repository
+            foo.Setup(f =&gt; f.Do()).Verifiable();
+            	
+            // this setup will NOT be verified 
+            foo.Setup(f =&gt; f.Calculate());
+            	
+            // this setup will be verified when we verify the repository
+            bar.Setup(b =&gt; b.Redo()).Verifiable();
+            
+            // exercise the mocks here
+            // note that because the mocks are Loose, members 
+            // called in the interfaces for which no matching
+            // setups exist will NOT throw exceptions, 
+            // and will rather return default values.
+            
+            repository.Verify();
+            // At this point verifiable setups are already checked 
+            // and an optional MockException might be thrown.
+            </code>
+            The following examples shows how to setup the repository with a 
+            default strict behavior, overriding that default for a 
+            specific mock:
+            <code>
+            var repository = new MockRepository(MockBehavior.Strict);
+            
+            // this particular one we want loose
+            var foo = repository.Create&lt;IFoo&gt;(MockBehavior.Loose);
+            var bar = repository.Create&lt;IBar&gt;();
+            
+            // specify setups
+            
+            // exercise the mocks here
+            
+            repository.Verify();
+            </code>
+            </example>
+            <seealso cref="T:Moq.MockBehavior"/>
+        </member>
+        <member name="T:Moq.MockFactory">
+            <summary>
+            Utility factory class to use to construct multiple 
+            mocks when consistent verification is 
+            desired for all of them.
+            </summary>
+            <remarks>
+            If multiple mocks will be created during a test, passing 
+            the desired <see cref="T:Moq.MockBehavior"/> (if different than the 
+            <see cref="F:Moq.MockBehavior.Default"/> or the one 
+            passed to the factory constructor) and later verifying each
+            mock can become repetitive and tedious.
+            <para>
+            This factory class helps in that scenario by providing a 
+            simplified creation of multiple mocks with a default 
+            <see cref="T:Moq.MockBehavior"/> (unless overriden by calling 
+            <see cref="M:Moq.MockFactory.Create``1(Moq.MockBehavior)"/>) and posterior verification.
+            </para>
+            </remarks>
+            <example group="factory">
+            The following is a straightforward example on how to 
+            create and automatically verify strict mocks using a <see cref="T:Moq.MockFactory"/>:
+            <code>
+            var factory = new MockFactory(MockBehavior.Strict);
+            
+            var foo = factory.Create&lt;IFoo&gt;();
+            var bar = factory.Create&lt;IBar&gt;();
+            
+            // no need to call Verifiable() on the setup 
+            // as we'll be validating all of them anyway.
+            foo.Setup(f =&gt; f.Do());
+            bar.Setup(b =&gt; b.Redo());
+            
+            // exercise the mocks here
+            
+            factory.VerifyAll(); 
+            // At this point all setups are already checked 
+            // and an optional MockException might be thrown. 
+            // Note also that because the mocks are strict, any invocation 
+            // that doesn't have a matching setup will also throw a MockException.
+            </code>
+            The following examples shows how to setup the factory 
+            to create loose mocks and later verify only verifiable setups:
+            <code>
+            var factory = new MockFactory(MockBehavior.Loose);
+            
+            var foo = factory.Create&lt;IFoo&gt;();
+            var bar = factory.Create&lt;IBar&gt;();
+            
+            // this setup will be verified when we verify the factory
+            foo.Setup(f =&gt; f.Do()).Verifiable();
+            	
+            // this setup will NOT be verified 
+            foo.Setup(f =&gt; f.Calculate());
+            	
+            // this setup will be verified when we verify the factory
+            bar.Setup(b =&gt; b.Redo()).Verifiable();
+            
+            // exercise the mocks here
+            // note that because the mocks are Loose, members 
+            // called in the interfaces for which no matching
+            // setups exist will NOT throw exceptions, 
+            // and will rather return default values.
+            
+            factory.Verify();
+            // At this point verifiable setups are already checked 
+            // and an optional MockException might be thrown.
+            </code>
+            The following examples shows how to setup the factory with a 
+            default strict behavior, overriding that default for a 
+            specific mock:
+            <code>
+            var factory = new MockFactory(MockBehavior.Strict);
+            
+            // this particular one we want loose
+            var foo = factory.Create&lt;IFoo&gt;(MockBehavior.Loose);
+            var bar = factory.Create&lt;IBar&gt;();
+            
+            // specify setups
+            
+            // exercise the mocks here
+            
+            factory.Verify();
+            </code>
+            </example>
+            <seealso cref="T:Moq.MockBehavior"/>
+        </member>
+        <member name="M:Moq.MockFactory.#ctor(Moq.MockBehavior)">
+            <summary>
+            Initializes the factory with the given <paramref name="defaultBehavior"/> 
+            for newly created mocks from the factory.
+            </summary>
+            <param name="defaultBehavior">The behavior to use for mocks created 
+            using the <see cref="M:Moq.MockFactory.Create``1"/> factory method if not overriden 
+            by using the <see cref="M:Moq.MockFactory.Create``1(Moq.MockBehavior)"/> overload.</param>
+        </member>
+        <member name="M:Moq.MockFactory.Create``1">
+            <summary>
+            Creates a new mock with the default <see cref="T:Moq.MockBehavior"/> 
+            specified at factory construction time.
+            </summary>
+            <typeparam name="T">Type to mock.</typeparam>
+            <returns>A new <see cref="T:Moq.Mock`1"/>.</returns>
+            <example ignore="true">
+            <code>
+            var factory = new MockFactory(MockBehavior.Strict);
+            
+            var foo = factory.Create&lt;IFoo&gt;();
+            // use mock on tests
+            
+            factory.VerifyAll();
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.MockFactory.Create``1(System.Object[])">
+            <summary>
+            Creates a new mock with the default <see cref="T:Moq.MockBehavior"/> 
+            specified at factory construction time and with the 
+            the given constructor arguments for the class.
+            </summary>
+            <remarks>
+            The mock will try to find the best match constructor given the 
+            constructor arguments, and invoke that to initialize the instance. 
+            This applies only to classes, not interfaces.
+            </remarks>
+            <typeparam name="T">Type to mock.</typeparam>
+            <param name="args">Constructor arguments for mocked classes.</param>
+            <returns>A new <see cref="T:Moq.Mock`1"/>.</returns>
+            <example ignore="true">
+            <code>
+            var factory = new MockFactory(MockBehavior.Default);
+            
+            var mock = factory.Create&lt;MyBase&gt;("Foo", 25, true);
+            // use mock on tests
+            
+            factory.Verify();
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.MockFactory.Create``1(Moq.MockBehavior)">
+            <summary>
+            Creates a new mock with the given <paramref name="behavior"/>.
+            </summary>
+            <typeparam name="T">Type to mock.</typeparam>
+            <param name="behavior">Behavior to use for the mock, which overrides 
+            the default behavior specified at factory construction time.</param>
+            <returns>A new <see cref="T:Moq.Mock`1"/>.</returns>
+            <example group="factory">
+            The following example shows how to create a mock with a different 
+            behavior to that specified as the default for the factory:
+            <code>
+            var factory = new MockFactory(MockBehavior.Strict);
+            
+            var foo = factory.Create&lt;IFoo&gt;(MockBehavior.Loose);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.MockFactory.Create``1(Moq.MockBehavior,System.Object[])">
+            <summary>
+            Creates a new mock with the given <paramref name="behavior"/> 
+            and with the the given constructor arguments for the class.
+            </summary>
+            <remarks>
+            The mock will try to find the best match constructor given the 
+            constructor arguments, and invoke that to initialize the instance. 
+            This applies only to classes, not interfaces.
+            </remarks>
+            <typeparam name="T">Type to mock.</typeparam>
+            <param name="behavior">Behavior to use for the mock, which overrides 
+            the default behavior specified at factory construction time.</param>
+            <param name="args">Constructor arguments for mocked classes.</param>
+            <returns>A new <see cref="T:Moq.Mock`1"/>.</returns>
+            <example group="factory">
+            The following example shows how to create a mock with a different 
+            behavior to that specified as the default for the factory, passing 
+            constructor arguments:
+            <code>
+            var factory = new MockFactory(MockBehavior.Default);
+            
+            var mock = factory.Create&lt;MyBase&gt;(MockBehavior.Strict, "Foo", 25, true);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.MockFactory.CreateMock``1(Moq.MockBehavior,System.Object[])">
+            <summary>
+            Implements creation of a new mock within the factory.
+            </summary>
+            <typeparam name="T">Type to mock.</typeparam>
+            <param name="behavior">The behavior for the new mock.</param>
+            <param name="args">Optional arguments for the construction of the mock.</param>
+        </member>
+        <member name="M:Moq.MockFactory.Verify">
+            <summary>
+            Verifies all verifiable expectations on all mocks created 
+            by this factory.
+            </summary>
+            <seealso cref="M:Moq.Mock.Verify"/>
+            <exception cref="T:Moq.MockException">One or more mocks had expectations that were not satisfied.</exception>
+        </member>
+        <member name="M:Moq.MockFactory.VerifyAll">
+            <summary>
+            Verifies all verifiable expectations on all mocks created 
+            by this factory.
+            </summary>
+            <seealso cref="M:Moq.Mock.Verify"/>
+            <exception cref="T:Moq.MockException">One or more mocks had expectations that were not satisfied.</exception>
+        </member>
+        <member name="M:Moq.MockFactory.VerifyMocks(System.Action{Moq.Mock})">
+            <summary>
+            Invokes <paramref name="verifyAction"/> for each mock 
+            in <see cref="P:Moq.MockFactory.Mocks"/>, and accumulates the resulting 
+            <see cref="T:Moq.MockVerificationException"/> that might be 
+            thrown from the action.
+            </summary>
+            <param name="verifyAction">The action to execute against 
+            each mock.</param>
+        </member>
+        <member name="P:Moq.MockFactory.CallBase">
+            <summary>
+            Whether the base member virtual implementation will be called 
+            for mocked classes if no setup is matched. Defaults to <see langword="false"/>.
+            </summary>
+        </member>
+        <member name="P:Moq.MockFactory.DefaultValue">
+            <summary>
+            Specifies the behavior to use when returning default values for 
+            unexpected invocations on loose mocks.
+            </summary>
+        </member>
+        <member name="P:Moq.MockFactory.Mocks">
+            <summary>
+            Gets the mocks that have been created by this factory and 
+            that will get verified together.
+            </summary>
+        </member>
+        <member name="M:Moq.MockRepository.#ctor(Moq.MockBehavior)">
+            <summary>
+            Initializes the repository with the given <paramref name="defaultBehavior"/> 
+            for newly created mocks from the repository.
+            </summary>
+            <param name="defaultBehavior">The behavior to use for mocks created 
+            using the <see cref="M:Moq.MockFactory.Create``1"/> repository method if not overriden 
+            by using the <see cref="M:Moq.MockFactory.Create``1(Moq.MockBehavior)"/> overload.</param>
+        </member>
+        <member name="M:Moq.MockRepository.Of``1">
+            <summary>
+            Access the universe of mocks of the given type, to retrieve those 
+            that behave according to the LINQ query specification.
+            </summary>
+            <typeparam name="T">The type of the mocked object to query.</typeparam>
+        </member>
+        <member name="M:Moq.MockRepository.Of``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Access the universe of mocks of the given type, to retrieve those 
+            that behave according to the LINQ query specification.
+            </summary>
+            <param name="specification">The predicate with the setup expressions.</param>
+            <typeparam name="T">The type of the mocked object to query.</typeparam>
+        </member>
+        <member name="M:Moq.MockRepository.OneOf``1">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="M:Moq.MockRepository.OneOf``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <param name="specification">The predicate with the setup expressions.</param>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="M:Moq.MockRepository.CreateMockQuery``1">
+            <summary>
+            Creates the mock query with the underlying queriable implementation.
+            </summary>
+        </member>
+        <member name="M:Moq.MockRepository.CreateQueryable``1">
+            <summary>
+            Wraps the enumerator inside a queryable.
+            </summary>
+        </member>
+        <member name="M:Moq.MockRepository.CreateMocks``1">
+            <summary>
+            Method that is turned into the actual call from .Query{T}, to 
+            transform the queryable query into a normal enumerable query.
+            This method is never used directly by consumers.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.Flow.ISetup`1">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Protected.ProtectedExtension">
+            <summary>
+            Enables the <c>Protected()</c> method on <see cref="T:Moq.Mock`1"/>, 
+            allowing setups to be set for protected members by using their 
+            name as a string, rather than strong-typing them which is not possible 
+            due to their visibility.
+            </summary>
+        </member>
+        <member name="M:Moq.Protected.ProtectedExtension.Protected``1(Moq.Mock{``0})">
+            <summary>
+            Enable protected setups for the mock.
+            </summary>
+            <typeparam name="T">Mocked object type. Typically omitted as it can be inferred from the mock instance.</typeparam>
+            <param name="mock">The mock to set the protected setups on.</param>
+        </member>
+        <member name="T:Moq.MockDefaultValueProvider">
+            <summary>
+            A <see cref="T:Moq.IDefaultValueProvider"/> that returns an empty default value 
+            for non-mockeable types, and mocks for all other types (interfaces and 
+            non-sealed classes) that can be mocked.
+            </summary>
+        </member>
+        <member name="T:Moq.EmptyDefaultValueProvider">
+            <summary>
+            A <see cref="T:Moq.IDefaultValueProvider"/> that returns an empty default value 
+            for invocations that do not have setups or return values, with loose mocks.
+            This is the default behavior for a mock.
+            </summary>
+        </member>
+        <member name="T:Moq.IDefaultValueProvider">
+            <summary>
+			Interface to be implemented by classes that determine the
+			default value of non-expected invocations.
+		</summary>
+        </member>
+        <member name="M:Moq.IDefaultValueProvider.DefineDefault``1(``0)">
+            <summary>
+			Defines the default value to return in all the methods returning <typeparamref name="T"/>.
+		</summary><typeparam name="T">The type of the return value.</typeparam><param name="value">The value to set as default.</param>
+        </member>
+        <member name="M:Moq.IDefaultValueProvider.ProvideDefault(System.Reflection.MethodInfo)">
+            <summary>
+			Provides a value for the given member and arguments.
+		</summary><param name="member">
+			The member to provide a default	value for.
+		</param>
+        </member>
+        <member name="T:Moq.Interceptor">
+            <summary>
+            Implements the actual interception and method invocation for 
+            all mocks.
+            </summary>
+        </member>
+        <member name="M:Moq.Interceptor.GetEventFromName(System.String)">
+            <summary>
+            Get an eventInfo for a given event name.  Search type ancestors depth first if necessary.
+            </summary>
+            <param name="eventName">Name of the event, with the set_ or get_ prefix already removed</param>
+        </member>
+        <member name="M:Moq.Interceptor.GetAncestorTypes(System.Type)">
+            <summary>
+            Given a type return all of its ancestors, both types and interfaces.
+            </summary>
+            <param name="initialType">The type to find immediate ancestors of</param>
+        </member>
+        <member name="T:Moq.IMocked`1">
+            <summary>
+            Implemented by all generated mock object instances.
+            </summary>
+        </member>
+        <member name="T:Moq.IMocked">
+            <summary>
+            Implemented by all generated mock object instances.
+            </summary>
+        </member>
+        <member name="P:Moq.IMocked.Mock">
+            <summary>
+            Reference the Mock that contains this as the <c>mock.Object</c> value.
+            </summary>
+        </member>
+        <member name="P:Moq.IMocked`1.Mock">
+            <summary>
+            Reference the Mock that contains this as the <c>mock.Object</c> value.
+            </summary>
+        </member>
+        <member name="T:Moq.FluentMockContext">
+            <summary>
+            Tracks the current mock and interception context.
+            </summary>
+        </member>
+        <member name="P:Moq.FluentMockContext.IsActive">
+            <summary>
+            Having an active fluent mock context means that the invocation 
+            is being performed in "trial" mode, just to gather the 
+            target method and arguments that need to be matched later 
+            when the actual invocation is made.
+            </summary>
+        </member>
+        <member name="T:Moq.ExpressionStringBuilder">
+            <summary>
+            The intention of <see cref="T:Moq.ExpressionStringBuilder"/> is to create a more readable 
+            string representation for the failure message.
+            </summary>
+        </member>
+        <member name="T:Moq.DefaultValue">
+            <summary>
+            Determines the way default values are generated 
+            calculated for loose mocks.
+            </summary>
+        </member>
+        <member name="F:Moq.DefaultValue.Empty">
+            <summary>
+            Default behavior, which generates empty values for 
+            value types (i.e. default(int)), empty array and 
+            enumerables, and nulls for all other reference types.
+            </summary>
+        </member>
+        <member name="F:Moq.DefaultValue.Mock">
+            <summary>
+            Whenever the default value generated by <see cref="F:Moq.DefaultValue.Empty"/> 
+            is null, replaces this value with a mock (if the type 
+            can be mocked). 
+            </summary>
+            <remarks>
+            For sealed classes, a null value will be generated.
+            </remarks>
+        </member>
+        <member name="T:Moq.Properties.Resources">
+            <summary>
+              A strongly-typed resource class, for looking up localized strings, etc.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ResourceManager">
+            <summary>
+              Returns the cached ResourceManager instance used by this class.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.Culture">
+            <summary>
+              Overrides the current thread's CurrentUICulture property for all
+              resource lookups using this strongly typed resource class.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.AlreadyInitialized">
+            <summary>
+              Looks up a localized string similar to Mock type has already been initialized by accessing its Object property. Adding interfaces must be done before that..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ArgumentCannotBeEmpty">
+            <summary>
+              Looks up a localized string similar to Value cannot be an empty string..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.AsMustBeInterface">
+            <summary>
+              Looks up a localized string similar to Can only add interfaces to the mock..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.CantSetReturnValueForVoid">
+            <summary>
+              Looks up a localized string similar to Can&apos;t set return value for void method {0}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ConstructorArgsForInterface">
+            <summary>
+              Looks up a localized string similar to Constructor arguments cannot be passed for interface mocks..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ConstructorNotFound">
+            <summary>
+              Looks up a localized string similar to A matching constructor for the given arguments was not found on the mocked type..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.EventNofFound">
+            <summary>
+              Looks up a localized string similar to Could not locate event for attach or detach method {0}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.FieldsNotSupported">
+            <summary>
+              Looks up a localized string similar to Expression {0} involves a field access, which is not supported. Use properties instead..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.InvalidMockClass">
+            <summary>
+              Looks up a localized string similar to Type to mock must be an interface or an abstract or non-sealed class. .
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.InvalidMockGetType">
+             <summary>
+               Looks up a localized string similar to Cannot retrieve a mock with the given object type {0} as it&apos;s not the main type of the mock or any of its additional interfaces.
+            Please cast the argument to one of the supported types: {1}.
+            Remember that there&apos;s no generics covariance in the CLR, so your object must be one of these types in order for the call to succeed..
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.LinqBinaryOperatorNotSupported">
+            <summary>
+              Looks up a localized string similar to The equals (&quot;==&quot; or &quot;=&quot; in VB) and the conditional &apos;and&apos; (&quot;&amp;&amp;&quot; or &quot;AndAlso&quot; in VB) operators are the only ones supported in the query specification expression. Unsupported expression: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.LinqMethodNotSupported">
+            <summary>
+              Looks up a localized string similar to LINQ method &apos;{0}&apos; not supported..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.LinqMethodNotVirtual">
+            <summary>
+              Looks up a localized string similar to Expression contains a call to a method which is not virtual (overridable in VB) or abstract. Unsupported expression: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.MemberMissing">
+            <summary>
+              Looks up a localized string similar to Member {0}.{1} does not exist..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.MethodIsPublic">
+             <summary>
+               Looks up a localized string similar to Method {0}.{1} is public. Use strong-typed Expect overload instead:
+            mock.Setup(x =&gt; x.{1}());
+            .
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.MockExceptionMessage">
+             <summary>
+               Looks up a localized string similar to {0} invocation failed with mock behavior {1}.
+            {2}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.MoreThanNCalls">
+            <summary>
+              Looks up a localized string similar to Expected only {0} calls to {1}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.MoreThanOneCall">
+            <summary>
+              Looks up a localized string similar to Expected only one call to {0}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsAtLeast">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock at least {2} times, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsAtLeastOnce">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock at least once, but was never performed: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsAtMost">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock at most {3} times, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsAtMostOnce">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock at most once, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsBetweenExclusive">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock between {2} and {3} times (Exclusive), but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsBetweenInclusive">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock between {2} and {3} times (Inclusive), but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsExactly">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock exactly {2} times, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsNever">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock should never have been performed, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoMatchingCallsOnce">
+             <summary>
+               Looks up a localized string similar to {0}
+            Expected invocation on the mock once, but was {4} times: {1}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.NoSetup">
+            <summary>
+              Looks up a localized string similar to All invocations on the mock must have a corresponding setup..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ObjectInstanceNotMock">
+            <summary>
+              Looks up a localized string similar to Object instance was not created by Moq..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.OutExpressionMustBeConstantValue">
+            <summary>
+              Looks up a localized string similar to Out expression must evaluate to a constant value..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.PropertyGetNotFound">
+            <summary>
+              Looks up a localized string similar to Property {0}.{1} does not have a getter..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.PropertyMissing">
+            <summary>
+              Looks up a localized string similar to Property {0}.{1} does not exist..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.PropertyNotReadable">
+            <summary>
+              Looks up a localized string similar to Property {0}.{1} is write-only..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.PropertyNotWritable">
+            <summary>
+              Looks up a localized string similar to Property {0}.{1} is read-only..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.PropertySetNotFound">
+            <summary>
+              Looks up a localized string similar to Property {0}.{1} does not have a setter..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.RaisedUnassociatedEvent">
+            <summary>
+              Looks up a localized string similar to Cannot raise a mocked event unless it has been associated (attached) to a concrete event in a mocked object..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.RefExpressionMustBeConstantValue">
+            <summary>
+              Looks up a localized string similar to Ref expression must evaluate to a constant value..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.ReturnValueRequired">
+            <summary>
+              Looks up a localized string similar to Invocation needs to return a value and therefore must have a corresponding setup that provides it..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupLambda">
+            <summary>
+              Looks up a localized string similar to A lambda expression is expected as the argument to It.Is&lt;T&gt;..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupNever">
+            <summary>
+              Looks up a localized string similar to Invocation {0} should not have been made..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupNotMethod">
+            <summary>
+              Looks up a localized string similar to Expression is not a method invocation: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupNotProperty">
+            <summary>
+              Looks up a localized string similar to Expression is not a property access: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupNotSetter">
+            <summary>
+              Looks up a localized string similar to Expression is not a property setter invocation..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupOnNonMemberMethod">
+            <summary>
+              Looks up a localized string similar to Expression references a method that does not belong to the mocked object: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.SetupOnNonOverridableMember">
+            <summary>
+              Looks up a localized string similar to Invalid setup on a non-virtual (overridable in VB) member: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.TypeNotImplementInterface">
+            <summary>
+              Looks up a localized string similar to Type {0} does not implement required interface {1}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.TypeNotInheritFromType">
+            <summary>
+              Looks up a localized string similar to Type {0} does not from required type {1}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnexpectedPublicProperty">
+             <summary>
+               Looks up a localized string similar to To specify a setup for public property {0}.{1}, use the typed overloads, such as:
+            mock.Setup(x =&gt; x.{1}).Returns(value);
+            mock.SetupGet(x =&gt; x.{1}).Returns(value); //equivalent to previous one
+            mock.SetupSet(x =&gt; x.{1}).Callback(callbackDelegate);
+            .
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedExpression">
+            <summary>
+              Looks up a localized string similar to Unsupported expression: {0}.
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedIntermediateExpression">
+            <summary>
+              Looks up a localized string similar to Only property accesses are supported in intermediate invocations on a setup. Unsupported expression {0}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedIntermediateType">
+            <summary>
+              Looks up a localized string similar to Expression contains intermediate property access {0}.{1} which is of type {2} and cannot be mocked. Unsupported expression {3}..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedMatcherParamsForSetter">
+            <summary>
+              Looks up a localized string similar to Setter expression cannot use argument matchers that receive parameters..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedMember">
+            <summary>
+              Looks up a localized string similar to Member {0} is not supported for protected mocking..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.UnsupportedNonStaticMatcherForSetter">
+            <summary>
+              Looks up a localized string similar to Setter expression can only use static custom matchers..
+            </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.VerficationFailed">
+             <summary>
+               Looks up a localized string similar to The following setups were not matched:
+            {0}.
+             </summary>
+        </member>
+        <member name="P:Moq.Properties.Resources.VerifyOnNonVirtualMember">
+            <summary>
+              Looks up a localized string similar to Invalid verify on a non-virtual (overridable in VB) member: {0}.
+            </summary>
+        </member>
+        <member name="T:Moq.MockExtensions">
+            <summary>
+            Provides additional methods on mocks.
+            </summary>
+            <devdoc>
+            Provided as extension methods as they confuse the compiler 
+            with the overloads taking Action.
+            </devdoc>
+        </member>
+        <member name="M:Moq.MockExtensions.SetupSet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
+            <summary>
+            Specifies a setup on the mocked type for a call to 
+            to a property setter, regardless of its value.
+            </summary>
+            <remarks>
+            If more than one setup is set for the same property setter, 
+            the latest one wins and is the one that will be executed.
+            </remarks>
+            <typeparam name="TProperty">Type of the property. Typically omitted as it can be inferred from the expression.</typeparam>
+            <typeparam name="T">Type of the mock.</typeparam>
+            <param name="mock">The target mock for the setup.</param>
+            <param name="expression">Lambda expression that specifies the property setter.</param>
+            <example group="setups">
+            <code>
+            mock.SetupSet(x =&gt; x.Suspended);
+            </code>
+            </example>
+            <devdoc>
+            This method is not legacy, but must be on an extension method to avoid 
+            confusing the compiler with the new Action syntax.
+            </devdoc>
+        </member>
+        <member name="M:Moq.MockExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
+            <summary>
+            Verifies that a property has been set on the mock, regarless of its value.
+            </summary>
+            <example group="verification">
+            This example assumes that the mock has been used, 
+            and later we want to verify that a given invocation 
+            with specific parameters was performed:
+            <code>
+            var mock = new Mock&lt;IWarehouse&gt;();
+            // exercise mock
+            //...
+            // Will throw if the test code didn't set the IsClosed property.
+            mock.VerifySet(warehouse =&gt; warehouse.IsClosed);
+            </code>
+            </example>
+            <exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception>
+            <param name="expression">Expression to verify.</param>
+            <param name="mock">The mock instance.</param>
+            <typeparam name="T">Mocked type.</typeparam>
+            <typeparam name="TProperty">Type of the property to verify. Typically omitted as it can 
+            be inferred from the expression's return type.</typeparam>
+        </member>
+        <member name="M:Moq.MockExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
+            <summary>
+            Verifies that a property has been set on the mock, specifying a failure  
+            error message. 
+            </summary>
+            <example group="verification">
+            This example assumes that the mock has been used, 
+            and later we want to verify that a given invocation 
+            with specific parameters was performed:
+            <code>
+            var mock = new Mock&lt;IWarehouse&gt;();
+            // exercise mock
+            //...
+            // Will throw if the test code didn't set the IsClosed property.
+            mock.VerifySet(warehouse =&gt; warehouse.IsClosed);
+            </code>
+            </example>
+            <exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception>
+            <param name="expression">Expression to verify.</param>
+            <param name="failMessage">Message to show if verification fails.</param>
+            <param name="mock">The mock instance.</param>
+            <typeparam name="T">Mocked type.</typeparam>
+            <typeparam name="TProperty">Type of the property to verify. Typically omitted as it can 
+            be inferred from the expression's return type.</typeparam>
+        </member>
+        <member name="M:Moq.MockExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},Moq.Times)">
+            <summary>
+            Verifies that a property has been set on the mock, regardless 
+            of the value but only the specified number of times.
+            </summary>
+            <example group="verification">
+            This example assumes that the mock has been used, 
+            and later we want to verify that a given invocation 
+            with specific parameters was performed:
+            <code>
+            var mock = new Mock&lt;IWarehouse&gt;();
+            // exercise mock
+            //...
+            // Will throw if the test code didn't set the IsClosed property.
+            mock.VerifySet(warehouse =&gt; warehouse.IsClosed);
+            </code>
+            </example>
+            <exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception>
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by
+            <paramref name="times"/>.</exception>
+            <param name="mock">The mock instance.</param>
+            <typeparam name="T">Mocked type.</typeparam>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <param name="expression">Expression to verify.</param>
+            <typeparam name="TProperty">Type of the property to verify. Typically omitted as it can 
+            be inferred from the expression's return type.</typeparam>
+        </member>
+        <member name="M:Moq.MockExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},Moq.Times,System.String)">
+            <summary>
+            Verifies that a property has been set on the mock, regardless 
+            of the value but only the specified number of times, and specifying a failure  
+            error message. 
+            </summary>
+            <example group="verification">
+            This example assumes that the mock has been used, 
+            and later we want to verify that a given invocation 
+            with specific parameters was performed:
+            <code>
+            var mock = new Mock&lt;IWarehouse&gt;();
+            // exercise mock
+            //...
+            // Will throw if the test code didn't set the IsClosed property.
+            mock.VerifySet(warehouse =&gt; warehouse.IsClosed);
+            </code>
+            </example>
+            <exception cref="T:Moq.MockException">The invocation was not performed on the mock.</exception>
+            <exception cref="T:Moq.MockException">The invocation was not call the times specified by
+            <paramref name="times"/>.</exception>
+            <param name="mock">The mock instance.</param>
+            <typeparam name="T">Mocked type.</typeparam>
+            <param name="times">The number of times a method is allowed to be called.</param>
+            <param name="failMessage">Message to show if verification fails.</param>
+            <param name="expression">Expression to verify.</param>
+            <typeparam name="TProperty">Type of the property to verify. Typically omitted as it can 
+            be inferred from the expression's return type.</typeparam>
+        </member>
+        <member name="T:Moq.MockException">
+            <summary>
+            Exception thrown by mocks when setups are not matched, 
+            the mock is not properly setup, etc.
+            </summary>
+            <remarks>
+            A distinct exception type is provided so that exceptions 
+            thrown by the mock can be differentiated in tests that 
+            expect other exceptions to be thrown (i.e. ArgumentException).
+            <para>
+            Richer exception hierarchy/types are not provided as 
+            tests typically should <b>not</b> catch or expect exceptions 
+            from the mocks. These are typically the result of changes 
+            in the tested class or its collaborators implementation, and 
+            result in fixes in the mock setup so that they dissapear and 
+            allow the test to pass.
+            </para>
+            </remarks>
+        </member>
+        <member name="T:Moq.MockException.ExceptionReason">
+            <summary>
+            Made internal as it's of no use for 
+            consumers, but it's important for 
+            our own tests.
+            </summary>
+        </member>
+        <member name="T:Moq.MockVerificationException">
+            <devdoc>
+            Used by the mock factory to accumulate verification 
+            failures.
+            </devdoc>
+        </member>
+        <member name="T:Moq.Language.ISetupSequentialResult`1">
+            <summary>
+            Language for ReturnSequence
+            </summary>
+        </member>
+        <member name="M:Moq.Language.ISetupSequentialResult`1.Returns(`0)">
+            <summary>
+            Returns value
+            </summary>
+        </member>
+        <member name="M:Moq.Language.ISetupSequentialResult`1.Throws(System.Exception)">
+            <summary>
+            Throws an exception
+            </summary>
+        </member>
+        <member name="M:Moq.Language.ISetupSequentialResult`1.Throws``1">
+            <summary>
+            Throws an exception
+            </summary>
+        </member>
+        <member name="T:Moq.Range">
+            <summary>
+            Kind of range to use in a filter specified through 
+            <see cref="M:Moq.It.IsInRange``1(``0,``0,Moq.Range)"/>.
+            </summary>
+        </member>
+        <member name="F:Moq.Range.Inclusive">
+            <summary>
+            The range includes the <c>to</c> and 
+            <c>from</c> values.
+            </summary>
+        </member>
+        <member name="F:Moq.Range.Exclusive">
+            <summary>
+            The range does not include the <c>to</c> and 
+            <c>from</c> values.
+            </summary>
+        </member>
+        <member name="T:Moq.MockLegacyExtensions">
+            <summary>
+            Provides legacy API members as extensions so that 
+            existing code continues to compile, but new code 
+            doesn't see then.
+            </summary>
+        </member>
+        <member name="M:Moq.MockLegacyExtensions.SetupSet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.MockLegacyExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="M:Moq.MockLegacyExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},``1,System.String)">
+            <summary>
+            Obsolete.
+            </summary>
+        </member>
+        <member name="F:Moq.Linq.FluentMockVisitor.isFirst">
+            <summary>
+            The first method call or member access will be the 
+            last segment of the expression (depth-first traversal), 
+            which is the one we have to Setup rather than FluentMock.
+            And the last one is the one we have to Mock.Get rather 
+            than FluentMock.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.ToLambda(System.Linq.Expressions.Expression)">
+            <summary>
+            Casts the expression to a lambda expression, removing 
+            a cast if there's any.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.ToMethodCall(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Casts the body of the lambda expression to a <see cref="T:System.Linq.Expressions.MethodCallExpression"/>.
+            </summary>
+            <exception cref="T:System.ArgumentException">If the body is not a method call.</exception>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.ToPropertyInfo(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Converts the body of the lambda expression into the <see cref="T:System.Reflection.PropertyInfo"/> referenced by it.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.IsProperty(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Checks whether the body of the lambda expression is a property access.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.IsProperty(System.Linq.Expressions.Expression)">
+            <summary>
+            Checks whether the expression is a property access.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.IsPropertyIndexer(System.Linq.Expressions.LambdaExpression)">
+            <summary>
+            Checks whether the body of the lambda expression is a property indexer, which is true 
+            when the expression is an <see cref="T:System.Linq.Expressions.MethodCallExpression"/> whose 
+            <see cref="P:System.Linq.Expressions.MethodCallExpression.Method"/> has <see cref="P:System.Reflection.MethodBase.IsSpecialName"/> 
+            equal to <see langword="true"/>.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.IsPropertyIndexer(System.Linq.Expressions.Expression)">
+            <summary>
+            Checks whether the expression is a property indexer, which is true 
+            when the expression is an <see cref="T:System.Linq.Expressions.MethodCallExpression"/> whose 
+            <see cref="P:System.Linq.Expressions.MethodCallExpression.Method"/> has <see cref="P:System.Reflection.MethodBase.IsSpecialName"/> 
+            equal to <see langword="true"/>.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.CastTo``1(System.Linq.Expressions.Expression)">
+            <summary>
+            Creates an expression that casts the given expression to the <typeparamref name="T"/> 
+            type.
+            </summary>
+        </member>
+        <member name="M:Moq.ExpressionExtensions.ToStringFixed(System.Linq.Expressions.Expression)">
+            <devdoc>
+            TODO: remove this code when https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=331583 
+            is fixed.
+            </devdoc>
+        </member>
+        <member name="T:Moq.Times">
+            <summary>
+			Defines the number of invocations allowed by a mocked method.
+		</summary>
+        </member>
+        <member name="M:Moq.Times.AtLeast(System.Int32)">
+            <summary>
+			Specifies that a mocked method should be invoked <paramref name="callCount"/> times as minimum.
+		</summary><param name="callCount">The minimun number of times.</param><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.AtLeastOnce">
+            <summary>
+			Specifies that a mocked method should be invoked one time as minimum.
+		</summary><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.AtMost(System.Int32)">
+            <summary>
+			Specifies that a mocked method should be invoked <paramref name="callCount"/> time as maximun.
+		</summary><param name="callCount">The maximun number of times.</param><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.AtMostOnce">
+            <summary>
+			Specifies that a mocked method should be invoked one time as maximun.
+		</summary><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.Between(System.Int32,System.Int32,Moq.Range)">
+            <summary>
+			Specifies that a mocked method should be invoked between <paramref name="callCountFrom"/> and
+			<paramref name="callCountTo"/> times.
+		</summary><param name="callCountFrom">The minimun number of times.</param><param name="callCountTo">The maximun number of times.</param><param name="rangeKind">
+			The kind of range. See <see cref="T:Moq.Range"/>.
+		</param><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.Exactly(System.Int32)">
+            <summary>
+			Specifies that a mocked method should be invoked exactly <paramref name="callCount"/> times.
+		</summary><param name="callCount">The times that a method or property can be called.</param><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.Never">
+            <summary>
+			Specifies that a mocked method should not be invoked.
+		</summary><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.Once">
+            <summary>
+			Specifies that a mocked method should be invoked exactly one time.
+		</summary><returns>An object defining the allowed number of invocations.</returns>
+        </member>
+        <member name="M:Moq.Times.Equals(System.Object)">
+            <summary>
+			Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
+		</summary><param name="obj">
+			The <see cref="T:System.Object"/> to compare with this instance.
+		</param><returns>
+			<c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
+		</returns>
+        </member>
+        <member name="M:Moq.Times.GetHashCode">
+            <summary>
+			Returns a hash code for this instance.
+		</summary><returns>
+			A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+		</returns>
+        </member>
+        <member name="M:Moq.Times.op_Equality(Moq.Times,Moq.Times)">
+            <summary>
+			Determines whether two specified <see cref="T:Moq.Times"/> objects have the same value.
+		</summary><param name="left">
+			The first <see cref="T:Moq.Times"/>.
+		</param><param name="right">
+			The second <see cref="T:Moq.Times"/>.
+		</param><returns>
+			<c>true</c> if the value of left is the same as the value of right; otherwise, <c>false</c>.
+		</returns>
+        </member>
+        <member name="M:Moq.Times.op_Inequality(Moq.Times,Moq.Times)">
+            <summary>
+			Determines whether two specified <see cref="T:Moq.Times"/> objects have different values.
+		</summary><param name="left">
+			The first <see cref="T:Moq.Times"/>.
+		</param><param name="right">
+			The second <see cref="T:Moq.Times"/>.
+		</param><returns>
+			<c>true</c> if the value of left is different from the value of right; otherwise, <c>false</c>.
+		</returns>
+        </member>
+        <member name="T:Moq.SequenceExtensions">
+            <summary>
+            Helper for sequencing return values in the same method.
+            </summary>
+        </member>
+        <member name="M:Moq.SequenceExtensions.SetupSequence``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
+            <summary>
+            Return a sequence of values, once per call.
+            </summary>
+        </member>
+        <member name="T:Moq.Linq.MockQueryable`1">
+            <summary>
+            A default implementation of IQueryable for use with QueryProvider
+            </summary>
+        </member>
+        <member name="M:Moq.Linq.MockQueryable`1.#ctor(System.Linq.Expressions.MethodCallExpression)">
+            <summary>
+            The <paramref name="underlyingCreateMocks"/> is a 
+            static method that returns an IQueryable of Mocks of T which is used to 
+            apply the linq specification to.
+            </summary>
+        </member>
+        <member name="T:Moq.Language.ICallbackSetter`1">
+            <summary>
+            Defines the <c>Callback</c> verb for property setter setups.
+            </summary>
+            <typeparam name="TProperty">Type of the property.</typeparam>
+        </member>
+        <member name="M:Moq.Language.ICallbackSetter`1.Callback(System.Action{`0})">
+            <summary>
+            Specifies a callback to invoke when the property is set that receives the 
+            property value being set.
+            </summary>
+            <param name="action">Callback method to invoke.</param>
+            <example>
+            Invokes the given callback with the property value being set. 
+            <code>
+            mock.SetupSet(x => x.Suspended)
+                .Callback((bool state) => Console.WriteLine(state));
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.Language.Flow.ISetupSetter`2">
+            <summary>
+            Implements the fluent API.
+            </summary>
+        </member>
+        <member name="T:Moq.Protected.ItExpr">
+            <summary>
+            Allows the specification of a matching condition for an 
+            argument in a protected member setup, rather than a specific 
+            argument value. "ItExpr" refers to the argument being matched.
+            </summary>
+            <remarks>
+            <para>Use this variant of argument matching instead of 
+            <see cref="T:Moq.It"/> for protected setups.</para>
+            This class allows the setup to match a method invocation 
+            with an arbitrary value, with a value in a specified range, or 
+            even one that matches a given predicate, or null.
+            </remarks>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.IsNull``1">
+            <summary>
+            Matches a null value of the given <typeparamref name="TValue"/> type.
+            </summary>
+            <remarks>
+            Required for protected mocks as the null value cannot be used 
+            directly as it prevents proper method overload selection.
+            </remarks>
+            <example>
+            <code>
+            // Throws an exception for a call to Remove with a null string value.
+            mock.Protected()
+                .Setup("Remove", ItExpr.IsNull&lt;string&gt;())
+                .Throws(new InvalidOperationException());
+            </code>
+            </example>
+            <typeparam name="TValue">Type of the value.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.IsAny``1">
+            <summary>
+            Matches any value of the given <typeparamref name="TValue"/> type.
+            </summary>
+            <remarks>
+            Typically used when the actual argument value for a method 
+            call is not relevant.
+            </remarks>
+            <example>
+            <code>
+            // Throws an exception for a call to Remove with any string value.
+            mock.Protected()
+                .Setup("Remove", ItExpr.IsAny&lt;string&gt;())
+                .Throws(new InvalidOperationException());
+            </code>
+            </example>
+            <typeparam name="TValue">Type of the value.</typeparam>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.Is``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Matches any value that satisfies the given predicate.
+            </summary>
+            <typeparam name="TValue">Type of the argument to check.</typeparam>
+            <param name="match">The predicate used to match the method argument.</param>
+            <remarks>
+            Allows the specification of a predicate to perform matching 
+            of method call arguments.
+            </remarks>
+            <example>
+            This example shows how to return the value <c>1</c> whenever the argument to the 
+            <c>Do</c> method is an even number.
+            <code>
+            mock.Protected()
+                .Setup("Do", ItExpr.Is&lt;int&gt;(i =&gt; i % 2 == 0))
+                .Returns(1);
+            </code>
+            This example shows how to throw an exception if the argument to the 
+            method is a negative number:
+            <code>
+            mock.Protected()
+                .Setup("GetUser", ItExpr.Is&lt;int&gt;(i =&gt; i &lt; 0))
+                .Throws(new ArgumentException());
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.IsInRange``1(``0,``0,Moq.Range)">
+            <summary>
+            Matches any value that is in the range specified.
+            </summary>
+            <typeparam name="TValue">Type of the argument to check.</typeparam>
+            <param name="from">The lower bound of the range.</param>
+            <param name="to">The upper bound of the range.</param>
+            <param name="rangeKind">The kind of range. See <see cref="T:Moq.Range"/>.</param>
+            <example>
+            The following example shows how to expect a method call 
+            with an integer argument within the 0..100 range.
+            <code>
+            mock.Protected()
+                .Setup("HasInventory",
+                        ItExpr.IsAny&lt;string&gt;(),
+                        ItExpr.IsInRange(0, 100, Range.Inclusive))
+                .Returns(false);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.IsRegex(System.String)">
+            <summary>
+            Matches a string argument if it matches the given regular expression pattern.
+            </summary>
+            <param name="regex">The pattern to use to match the string argument value.</param>
+            <example>
+            The following example shows how to expect a call to a method where the 
+            string argument matches the given regular expression:
+            <code>
+            mock.Protected()
+                .Setup("Check", ItExpr.IsRegex("[a-z]+"))
+                .Returns(1);
+            </code>
+            </example>
+        </member>
+        <member name="M:Moq.Protected.ItExpr.IsRegex(System.String,System.Text.RegularExpressions.RegexOptions)">
+            <summary>
+            Matches a string argument if it matches the given regular expression pattern.
+            </summary>
+            <param name="regex">The pattern to use to match the string argument value.</param>
+            <param name="options">The options used to interpret the pattern.</param>
+            <example>
+            The following example shows how to expect a call to a method where the 
+            string argument matches the given regular expression, in a case insensitive way:
+            <code>
+            mock.Protected()
+                .Setup("Check", ItExpr.IsRegex("[a-z]+", RegexOptions.IgnoreCase))
+                .Returns(1);
+            </code>
+            </example>
+        </member>
+        <member name="T:Moq.MockSequence">
+            <summary>
+            Helper class to setup a full trace between many mocks
+            </summary>
+        </member>
+        <member name="M:Moq.MockSequence.#ctor">
+            <summary>
+            Initialize a trace setup
+            </summary>
+        </member>
+        <member name="P:Moq.MockSequence.Cyclic">
+            <summary>
+            Allow sequence to be repeated
+            </summary>
+        </member>
+        <member name="T:Moq.MockSequenceHelper">
+            <summary>
+            define nice api
+            </summary>
+        </member>
+        <member name="M:Moq.MockSequenceHelper.InSequence``1(Moq.Mock{``0},Moq.MockSequence)">
+            <summary>
+            Perform an expectation in the trace.
+            </summary>
+        </member>
+        <member name="M:Moq.Guard.NotNull``1(System.Linq.Expressions.Expression{System.Func{``0}},``0)">
+            <summary>
+            Ensures the given <paramref name="value"/> is not null.
+            Throws <see cref="T:System.ArgumentNullException"/> otherwise.
+            </summary>
+        </member>
+        <member name="M:Moq.Guard.NotNullOrEmpty(System.Linq.Expressions.Expression{System.Func{System.String}},System.String)">
+            <summary>
+            Ensures the given string <paramref name="value"/> is not null or empty.
+            Throws <see cref="T:System.ArgumentNullException"/> in the first case, or 
+            <see cref="T:System.ArgumentException"/> in the latter.
+            </summary>
+        </member>
+        <member name="M:Moq.Guard.NotOutOfRangeInclusive``1(System.Linq.Expressions.Expression{System.Func{``0}},``0,``0,``0)">
+            <summary>
+            Checks an argument to ensure it is in the specified range including the edges.
+            </summary>
+            <typeparam name="T">Type of the argument to check, it must be an <see cref="T:System.IComparable"/> type.
+            </typeparam>
+            <param name="reference">The expression containing the name of the argument.</param>
+            <param name="value">The argument value to check.</param>
+            <param name="from">The minimun allowed value for the argument.</param>
+            <param name="to">The maximun allowed value for the argument.</param>
+        </member>
+        <member name="M:Moq.Guard.NotOutOfRangeExclusive``1(System.Linq.Expressions.Expression{System.Func{``0}},``0,``0,``0)">
+            <summary>
+            Checks an argument to ensure it is in the specified range excluding the edges.
+            </summary>
+            <typeparam name="T">Type of the argument to check, it must be an <see cref="T:System.IComparable"/> type.
+            </typeparam>
+            <param name="reference">The expression containing the name of the argument.</param>
+            <param name="value">The argument value to check.</param>
+            <param name="from">The minimun allowed value for the argument.</param>
+            <param name="to">The maximun allowed value for the argument.</param>
+        </member>
+        <member name="T:Moq.Match">
+            <summary>
+			Allows creation custom value matchers that can be used on setups and verification,
+			completely replacing the built-in <see cref="T:Moq.It"/> class with your own argument
+			matching rules.
+		</summary><remarks>
+			 See also <see cref="T:Moq.Match`1"/>.
+		</remarks>
+        </member>
+        <member name="M:Moq.Match.Matcher``1">
+            <devdoc>
+            Provided for the sole purpose of rendering the delegate passed to the 
+            matcher constructor if no friendly render lambda is provided.
+            </devdoc>
+        </member>
+        <member name="M:Moq.Match.Create``1(System.Predicate{``0})">
+            <summary>
+			Initializes the match with the condition that
+			will be checked in order to match invocation
+			values.
+		</summary><param name="condition">The condition to match against actual values.</param><remarks>
+			 <seealso cref="T:Moq.Match`1"/>
+		</remarks>
+        </member>
+        <member name="M:Moq.Match.Create``1(System.Predicate{``0},System.Linq.Expressions.Expression{System.Func{``0}})">
+            <!-- No matching elements were found for the following include tag --><include file="Match.xdoc" path="docs/doc[@for=&quot;Match.Create{T}(condition,renderExpression&quot;]/*"/>
+        </member>
+        <member name="M:Moq.Match.SetLastMatch``1(Moq.Match{``0})">
+            <devdoc>
+            This method is used to set an expression as the last matcher invoked, 
+            which is used in the SetupSet to allow matchers in the prop = value 
+            delegate expression. This delegate is executed in "fluent" mode in 
+            order to capture the value being set, and construct the corresponding 
+            methodcall.
+            This is also used in the MatcherFactory for each argument expression.
+            This method ensures that when we execute the delegate, we 
+            also track the matcher that was invoked, so that when we create the 
+            methodcall we build the expression using it, rather than the null/default 
+            value returned from the actual invocation.
+            </devdoc>
+        </member>
+        <member name="T:Moq.Match`1">
+            <summary>
+			Allows creation custom value matchers that can be used on setups and verification,
+			completely replacing the built-in <see cref="T:Moq.It"/> class with your own argument
+			matching rules.
+		</summary><typeparam name="T">Type of the value to match.</typeparam><remarks>
+			The argument matching is used to determine whether a concrete
+			invocation in the mock matches a given setup. This
+			matching mechanism is fully extensible.
+		</remarks><example>
+			Creating a custom matcher is straightforward. You just need to create a method
+			that returns a value from a call to <see cref="M:Moq.Match.Create``1(System.Predicate{``0})"/> with 
+			your matching condition and optional friendly render expression:
+			<code>
+				[Matcher]
+				public Order IsBigOrder()
+				{
+					return Match&lt;Order&gt;.Create(
+						o =&gt; o.GrandTotal &gt;= 5000, 
+						/* a friendly expression to render on failures */
+						() =&gt; IsBigOrder());
+				}
+			</code>
+			This method can be used in any mock setup invocation:
+			<code>
+				mock.Setup(m =&gt; m.Submit(IsBigOrder()).Throws&lt;UnauthorizedAccessException&gt;();
+			</code>
+			At runtime, Moq knows that the return value was a matcher (note that the method MUST be 
+			annotated with the [Matcher] attribute in order to determine this) and
+			evaluates your predicate with the actual value passed into your predicate.
+			<para>
+				Another example might be a case where you want to match a lists of orders
+				that contains a particular one. You might create matcher like the following:
+			</para>
+			<code>
+				public static class Orders
+				{
+					[Matcher]
+					public static IEnumerable&lt;Order&gt; Contains(Order order)
+					{
+						return Match&lt;IEnumerable&lt;Order&gt;&gt;.Create(orders =&gt; orders.Contains(order));
+					}
+				}
+			</code>
+			Now we can invoke this static method instead of an argument in an
+			invocation:
+			<code>
+				var order = new Order { ... };
+				var mock = new Mock&lt;IRepository&lt;Order&gt;&gt;();
+
+				mock.Setup(x =&gt; x.Save(Orders.Contains(order)))
+					 .Throws&lt;ArgumentException&gt;();
+			</code>
+		</example>
+        </member>
+        <member name="T:Moq.Mocks">
+            <summary>
+            Allows querying the universe of mocks for those that behave 
+            according to the LINQ query specification.
+            </summary>
+            <devdoc>
+            This entry-point into Linq to Mocks is the only one in the root Moq 
+            namespace to ease discovery. But to get all the mocking extension 
+            methods on Object, a using of Moq.Linq must be done, so that the 
+            polluting of the intellisense for all objects is an explicit opt-in.
+            </devdoc>
+        </member>
+        <member name="M:Moq.Mocks.Of``1">
+            <summary>
+            Access the universe of mocks of the given type, to retrieve those 
+            that behave according to the LINQ query specification.
+            </summary>
+            <typeparam name="T">The type of the mocked object to query.</typeparam>
+        </member>
+        <member name="M:Moq.Mocks.Of``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Access the universe of mocks of the given type, to retrieve those 
+            that behave according to the LINQ query specification.
+            </summary>
+            <param name="specification">The predicate with the setup expressions.</param>
+            <typeparam name="T">The type of the mocked object to query.</typeparam>
+        </member>
+        <member name="M:Moq.Mocks.OneOf``1">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="M:Moq.Mocks.OneOf``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
+            <summary>
+            Creates an mock object of the indicated type.
+            </summary>
+            <param name="specification">The predicate with the setup expressions.</param>
+            <typeparam name="T">The type of the mocked object.</typeparam>
+            <returns>The mocked object created.</returns>
+        </member>
+        <member name="M:Moq.Mocks.CreateMockQuery``1">
+            <summary>
+            Creates the mock query with the underlying queriable implementation.
+            </summary>
+        </member>
+        <member name="M:Moq.Mocks.CreateQueryable``1">
+            <summary>
+            Wraps the enumerator inside a queryable.
+            </summary>
+        </member>
+        <member name="M:Moq.Mocks.CreateMocks``1">
+            <summary>
+            Method that is turned into the actual call from .Query{T}, to 
+            transform the queryable query into a normal enumerable query.
+            This method is never used directly by consumers.
+            </summary>
+        </member>
+        <member name="M:Moq.Mocks.SetPropery``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
+            <summary>
+            Extension method used to support Linq-like setup properties that are not virtual but do have 
+            a getter and a setter, thereby allowing the use of Linq to Mocks to quickly initialize Dtos too :)
+            </summary>
+        </member>
+        <member name="T:Moq.QueryableMockExtensions">
+            <summary>
+            Helper extensions that are used by the query translator.
+            </summary>
+        </member>
+        <member name="M:Moq.QueryableMockExtensions.FluentMock``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
+            <summary>
+            Retrieves a fluent mock from the given setup expression.
+            </summary>
+        </member>
+    </members>
+</doc>
Binary file SilverlightValidation/Libs/Moq.dll has changed
Binary file SilverlightValidation/Libs/nunit.framework.dll has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/App.xaml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,8 @@
+<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
+             x:Class="SilverlightTest1.App"
+             >
+    <Application.Resources>
+        
+    </Application.Resources>
+</Application>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/App.xaml.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,58 @@
+using System;
+using System.Windows;
+using Microsoft.Silverlight.Testing;
+
+namespace SilverlightTest1
+{
+    public partial class App : Application
+    {
+
+        public App()
+        {
+            this.Startup += this.Application_Startup;
+            this.Exit += this.Application_Exit;
+            this.UnhandledException += this.Application_UnhandledException;
+
+            InitializeComponent();
+        }
+
+        private void Application_Startup(object sender, StartupEventArgs e)
+        {
+            RootVisual = UnitTestSystem.CreateTestPage();
+        }
+
+        private void Application_Exit(object sender, EventArgs e)
+        {
+
+        }
+        private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs e)
+        {
+            // If the app is running outside of the debugger then report the exception using
+            // the browser's exception mechanism. On IE this will display it a yellow alert 
+            // icon in the status bar and Firefox will display a script error.
+            if (!System.Diagnostics.Debugger.IsAttached)
+            {
+
+                // NOTE: This will allow the application to continue running after an exception has been thrown
+                // but not handled. 
+                // For production applications this error handling should be replaced with something that will 
+                // report the error to the website and stop the application.
+                e.Handled = true;
+                Deployment.Current.Dispatcher.BeginInvoke(delegate { ReportErrorToDOM(e); });
+            }
+        }
+        private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e)
+        {
+            try
+            {
+                string errorMsg = e.ExceptionObject.Message + e.ExceptionObject.StackTrace;
+                errorMsg = errorMsg.Replace('"', '\'').Replace("\r\n", @"\n");
+
+                System.Windows.Browser.HtmlPage.Window.Eval("throw new Error(\"Unhandled Error in Silverlight Application " + errorMsg + "\");");
+            }
+            catch (Exception)
+            {
+            }
+        }
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/Properties/AppManifest.xml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,7 @@
+<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+>
+    <Deployment.Parts>
+    </Deployment.Parts>
+    
+</Deployment>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/Properties/AssemblyInfo.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,37 @@
+// Copyright ©  2012
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SilverlightTest1")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SilverlightTest1")]
+[assembly: AssemblyCopyright("Copyright ©  2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("742825e3-6631-4dc4-95b8-9506052f7ed9")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Revision and Build Numbers 
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/SilverlightTest1.csproj	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>9.0.30729</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}</ProjectGuid>
+    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>SilverlightTest1</RootNamespace>
+    <AssemblyName>SilverlightTest1</AssemblyName>
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
+    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
+    <SilverlightApplication>true</SilverlightApplication>
+    <SupportedCultures />
+    <XapOutputs>true</XapOutputs>
+    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
+    <XapFilename>SilverlightTest1.xap</XapFilename>
+    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
+    <SilverlightAppEntry>SilverlightTest1.App</SilverlightAppEntry>
+    <TestPageFileName>TestPage.html</TestPageFileName>
+    <CreateTestPage>true</CreateTestPage>
+    <ValidateXaml>true</ValidateXaml>
+    <EnableOutOfBrowser>false</EnableOutOfBrowser>
+    <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
+    <UsePlatformExtensions>false</UsePlatformExtensions>
+    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
+    <LinkedServerProject />
+  </PropertyGroup>
+  <!--
+  //
+  // Silverlight Code Coverage Instrumentation
+  // List any libraries or assemblies that you would like to instrument during
+  // a code coverage pass. An example, for ClassLibrary1, is provided, and
+  // commented out below as a starting point:
+  //
+  -->
+  <!--
+  <ItemGroup>
+    <InstrumentSilverlightAssemblies Include="SilverlightClassLibrary1">
+      <Visible>false</Visible>
+    </InstrumentSilverlightAssemblies>
+  </ItemGroup>
+  -->
+  <!-- This property group is only here to support building this project using the 
+       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
+       to set the TargetFrameworkVersion to v3.5 -->
+  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>Bin\Debug</OutputPath>
+    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
+    <NoStdLib>true</NoStdLib>
+    <NoConfig>true</NoConfig>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>Bin\Release</OutputPath>
+    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
+    <NoStdLib>true</NoStdLib>
+    <NoConfig>true</NoConfig>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="Microsoft.Silverlight.Testing">
+      <HintPath>$(MSBuildExtensionsPath)\..\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Testing\Microsoft.Silverlight.Testing.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
+      <HintPath>$(MSBuildExtensionsPath)\..\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Testing\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Windows" />
+    <Reference Include="mscorlib" />
+    <Reference Include="system" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Net" />
+    <Reference Include="System.Xml" />
+    <Reference Include="System.Windows.Browser" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="App.xaml.cs">
+      <DependentUpon>App.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="Tests.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ApplicationDefinition Include="App.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </ApplicationDefinition>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Properties\AppManifest.xml" />
+  </ItemGroup>
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
+  <Import Condition="$(SilverlightVersion)=='v3.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v3.0)Microsoft.Silverlight.Toolkit.Build.targets" />
+  <Import Condition="$(SilverlightVersion)=='v4.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v4.0)Microsoft.Silverlight.Toolkit.Build.targets" />
+  <ProjectExtensions>
+    <VisualStudio>
+      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
+        <SilverlightProjectProperties />
+      </FlavorProperties>
+    </VisualStudio>
+  </ProjectExtensions>
+</Project>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightTest1/Tests.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,24 @@
+using System;
+using System.Net;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Shapes;
+using Microsoft.Silverlight.Testing;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace SilverlightTest1
+{
+    [TestClass]
+    public class Tests
+    {
+        [TestMethod]
+        public void TestMethod1()
+        {
+        }
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/Fakes/UserModelValidatorFake.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,38 @@
+using System;
+using FluentValidation;
+using SilverlightValidation.Interfaces;
+
+namespace SilverlightValidation.Tests.Fakes
+{
+    class UserModelValidatorFake : AbstractValidator<IUserModel>
+    {
+        private UserModelValidatorFake()
+        {
+            RuleFor(x => x.Username)
+                .Length(3, 8)
+                .WithMessage("Must be between 3-8 characters.");
+
+            RuleFor(x => x.Password)
+                .Matches(@"^\w*(?=\w*\d)(?=\w*[a-z])(?=\w*[A-Z])\w*$")
+                .WithMessage("Must contain lower, upper and numeric chars.");
+
+            RuleFor(x => x.Email)
+                .EmailAddress()
+                .WithMessage("A valid email address is required.");
+
+            RuleFor(x => x.DateOfBirth)
+                .Must(BeAValidDateOfBirth)
+                .WithMessage("Must be within 100 years of today.");
+        }
+
+        private bool BeAValidDateOfBirth(DateTime? dateOfBirth)
+        {
+            if (dateOfBirth == null) return false;
+            if (dateOfBirth.Value > DateTime.Today || dateOfBirth < DateTime.Today.AddYears(-100))
+                return false;
+            return true;
+        }
+
+        public static UserModelValidatorFake Create() { return new UserModelValidatorFake(); }
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/Properties/AssemblyInfo.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("SilverlightValidation.Tests")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SilverlightValidation.Tests")]
+[assembly: AssemblyCopyright("Copyright ©  2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("843ea0ec-635f-4592-b3e6-5893be73bc5e")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/SilverlightValidation.Tests.csproj	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>SilverlightValidation.Tests</RootNamespace>
+    <AssemblyName>SilverlightValidation.Tests</AssemblyName>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="FakeItEasy">
+      <HintPath>..\Libs\FakeItEasy.dll</HintPath>
+    </Reference>
+    <Reference Include="FluentAssertions">
+      <HintPath>..\Libs\FluentAssertions.dll</HintPath>
+    </Reference>
+    <Reference Include="FluentValidation">
+      <HintPath>..\Libs\FluentValidation.dll</HintPath>
+    </Reference>
+    <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+      <HintPath>..\Libs\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Windows">
+      <HintPath>..\Libs\System.Windows.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Fakes\UserModelValidatorFake.cs" />
+    <Compile Include="ViewModels\UserListViewModelFixture.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="ViewModels\UserViewModelFixture.cs" />
+    <Compile Include="ViewModels\ViewModelBaseFixture.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj">
+      <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project>
+      <Name>SilverlightValidation.PL</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="packages.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/UserListViewModelFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,15 @@
+using System;
+using NUnit.Framework;
+
+namespace SilverlightValidation.Tests.ViewModels
+{
+    [TestFixture]
+    class UserListViewModelFixture
+    {
+        [Test]
+        public void Given_When_Then()
+        {
+            Assert.True(true);
+        }
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/UserViewModelFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,222 @@
+using System;
+using FluentAssertions.EventMonitoring;
+using NUnit.Framework;
+using SilverlightValidation.Models;
+using SilverlightValidation.Tests.Fakes;
+using SilverlightValidation.Validators;
+using SilverlightValidation.ViewModels;
+
+namespace SilverlightValidation.Tests.ViewModels
+{
+    [TestFixture]
+    class UserViewModelFixture
+    {
+        #region Constructor
+
+        [Test]
+        public void WhenConstructed_WithTwoNulls_ThenArgumentNullExceptionForModel()
+        {
+            Assert.Throws<ArgumentNullException>(() => new UserViewModel(null, null), "model");
+        }
+
+        [Test]
+        public void WhenConstructed_WithNullFirstParam_ThenArgumentNullExceptionForModel()
+        {
+            Assert.Throws<ArgumentNullException>(() => new UserViewModel(null, UserModelValidator.Create()), "model");
+        }
+
+        [Test]
+        public void WhenConstructed_WithNullSecondParam_ThenArgumentNullExceptionForValidator()
+        {
+            Assert.Throws<ArgumentNullException>(() => new UserViewModel(UserModel.Create(), null), "validator");
+        }
+
+        [Test]
+        public void WhenConstructed_WithGenericParams_ThenInstantiatesViewModel()
+        {
+            var vm = new UserViewModel(UserModel.Create(), UserModelValidator.Create());
+            Assert.IsNotNull(vm);
+        }
+
+        #endregion
+
+        #region INotifyPropertyChanged
+
+        [Test]
+        public void WhenPropertyChanged_WithValidDateOfBirthUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.DateOfBirth = new DateTime(1977, 01, 01);
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.DateOfBirth);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+
+        [Test]
+        public void WhenPropertyChanged_WithInvalidDateOfBirthUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.DateOfBirth = new DateTime(1800, 01, 01);
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.DateOfBirth);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithDescriptionUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+            
+            // act
+            vm.Description = "New description";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Description);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithValidEmailUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Email = "test@domain.com";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Email);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithInvalidEmailUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Email = "invalid email";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Email);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithValidUsernameUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Username = "dummy";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Username);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithInvalidUsernameUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Username = "invalidusernametoolong";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Username);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithValidPasswordUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Password = "dummy";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Password);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        [Test]
+        public void WhenPropertyChanged_WithInvalidPasswordUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.Password = "invalidpasswordtoolong";
+
+            // assert
+            vm.ShouldRaisePropertyChangeFor(x => x.Password);
+            Assert.IsTrue(vm.IsChanged);
+        }
+
+        #endregion
+
+        #region Commands
+
+        [Test]
+        public void WhenNewViewModel_ThenOkCommandIsExecutable()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // assert
+            Assert.IsTrue(vm.OkCommand.CanExecute(null));
+        }
+
+        [Test]
+        public void WhenNewViewModel_ThenCancelCommandIsExecutable()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // assert
+            Assert.IsTrue(vm.CancelCommand.CanExecute(null));
+        }
+
+        [Test]
+        public void WhenNewViewModel_WithCancelExecuted_ThenShouldRaiseEvent()
+        {
+            // arrange
+            var vm = CreateDefaultUserViewModel();
+
+            // act
+            vm.CancelCommand.Execute(null);
+
+            // assert
+            vm.ShouldRaise("UserViewResponseMessage");
+        }
+        
+        #endregion
+
+        #region Helpers
+
+        private static UserViewModel CreateDefaultUserViewModel()
+        {
+            var vm = new UserViewModel(UserModel.Create(), UserModelValidatorFake.Create());
+            vm.MonitorEvents();
+            return vm;
+        }
+
+        #endregion
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/ViewModelBaseFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using NUnit.Framework;
+
+namespace SilverlightValidation.Tests.ViewModels
+{
+    [TestFixture]
+    class ViewModelBaseFixture
+    {
+        
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests.NUnit/packages.config	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+  <package id="FluentAssertions" version="1.7.1.1" />
+</packages>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests/App.xaml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,4 @@
+<Application x:Class="SilverlightValidation.Tests.App"
+             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+</Application>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests/App.xaml.cs	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,58 @@
+using System;
+using System.Windows;
+using Microsoft.Silverlight.Testing;
+
+namespace SilverlightValidation.Tests
+{
+    public partial class App
+    {
+
+        public App()
+        {
+            this.Startup += this.Application_Startup;
+            this.Exit += this.Application_Exit;
+            this.UnhandledException += this.Application_UnhandledException;
+
+            InitializeComponent();
+        }
+
+        private void Application_Startup(object sender, StartupEventArgs e)
+        {
+            RootVisual = UnitTestSystem.CreateTestPage();
+        }
+
+        private void Application_Exit(object sender, EventArgs e)
+        {
+
+        }
+        private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs e)
+        {
+            // If the app is running outside of the debugger then report the exception using
+            // the browser's exception mechanism. On IE this will display it a yellow alert 
+            // icon in the status bar and Firefox will display a script error.
+            if (!System.Diagnostics.Debugger.IsAttached)
+            {
+
+                // NOTE: This will allow the application to continue running after an exception has been thrown
+                // but not handled. 
+                // For production applications this error handling should be replaced with something that will 
+                // report the error to the website and stop the application.
+                e.Handled = true;
+                Deployment.Current.Dispatcher.BeginInvoke(delegate { ReportErrorToDOM(e); });
+            }
+        }
+        private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e)
+        {
+            try
+            {
+                string errorMsg = e.ExceptionObject.Message + e.ExceptionObject.StackTrace;
+                errorMsg = errorMsg.Replace('"', '\'').Replace("\r\n", @"\n");
+
+                System.Windows.Browser.HtmlPage.Window.Eval("throw new Error(\"Unhandled Error in Silverlight Application " + errorMsg + "\");");
+            }
+            catch (Exception)
+            {
+            }
+        }
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightValidation/SilverlightValidation.Tests/Properties/AppManifest.xml	Sun May 06 16:09:28 2012 +0100
@@ -0,0 +1,7 @@
+<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+>
+    <Deployment.Parts>
+    </Deployment.Parts>
+    
+</Deployment>
--- a/SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs	Sun May 06 16:09:28 2012 +0100
@@ -1,4 +1,6 @@
-using System.Reflection;
+// Copyright ©  2012
+
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
@@ -20,7 +22,7 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("843ea0ec-635f-4592-b3e6-5893be73bc5e")]
+[assembly: Guid("373cbfeb-a5d8-4b7e-8dd0-d6d441242d46")]
 
 // Version information for an assembly consists of the following four values:
 //
@@ -29,8 +31,7 @@
 //      Build Number
 //      Revision
 //
-// You can specify all the values or you can default the Build and Revision Numbers 
+// You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
 [assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
--- a/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj	Sun May 06 16:09:28 2012 +0100
@@ -3,79 +3,160 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}</ProjectGuid>
+    <ProjectGuid>{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}</ProjectGuid>
+    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>SilverlightValidation.Tests</RootNamespace>
     <AssemblyName>SilverlightValidation.Tests</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
+    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
+    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
+    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
+    <SilverlightApplication>true</SilverlightApplication>
+    <SupportedCultures />
+    <XapOutputs>true</XapOutputs>
+    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
+    <XapFilename>SilverlightValidation.Tests.xap</XapFilename>
+    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
+    <SilverlightAppEntry>SilverlightValidation.Tests.App</SilverlightAppEntry>
+    <TestPageFileName>TestPage.html</TestPageFileName>
+    <CreateTestPage>true</CreateTestPage>
+    <ValidateXaml>true</ValidateXaml>
+    <EnableOutOfBrowser>false</EnableOutOfBrowser>
+    <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
+    <UsePlatformExtensions>false</UsePlatformExtensions>
+    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
+    <LinkedServerProject />
+  </PropertyGroup>
+  <!--
+  //
+  // Silverlight Code Coverage Instrumentation
+  // List any libraries or assemblies that you would like to instrument during
+  // a code coverage pass. An example, for ClassLibrary1, is provided, and
+  // commented out below as a starting point:
+  //
+  -->
+  <!--
+  <ItemGroup>
+    <InstrumentSilverlightAssemblies Include="SilverlightClassLibrary1">
+      <Visible>false</Visible>
+    </InstrumentSilverlightAssemblies>
+  </ItemGroup>
+  -->
+  <!-- This property group is only here to support building this project using the 
+       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
+       to set the TargetFrameworkVersion to v3.5 -->
+  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <OutputPath>Bin\Debug</OutputPath>
+    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
+    <NoStdLib>true</NoStdLib>
+    <NoConfig>true</NoConfig>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <OutputPath>Bin\Release</OutputPath>
+    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
+    <NoStdLib>true</NoStdLib>
+    <NoConfig>true</NoConfig>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="FakeItEasy">
-      <HintPath>..\Libs\FakeItEasy.dll</HintPath>
-    </Reference>
-    <Reference Include="FluentAssertions">
-      <HintPath>..\Libs\FluentAssertions.dll</HintPath>
+    <Reference Include="FluentAssertions.Silverlight">
+      <HintPath>..\Libs\FluentAssertions.Silverlight.dll</HintPath>
     </Reference>
     <Reference Include="FluentValidation">
       <HintPath>..\Libs\FluentValidation.dll</HintPath>
     </Reference>
-    <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
-      <HintPath>..\Libs\nunit.framework.dll</HintPath>
+    <Reference Include="GalaSoft.MvvmLight.Extras.SL5, Version=4.0.21.32933, Culture=neutral, PublicKeyToken=e7f91b7703710fe7, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Libs\GalaSoft.MvvmLight.Extras.SL5.dll</HintPath>
+    </Reference>
+    <Reference Include="GalaSoft.MvvmLight.SL5, Version=4.0.21.32885, Culture=neutral, PublicKeyToken=c114982fcf1a3a2e, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Libs\GalaSoft.MvvmLight.SL5.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
     </Reference>
-    <Reference Include="System" />
+    <Reference Include="Microsoft.Silverlight.Testing">
+      <HintPath>..\Libs\Microsoft.Silverlight.Testing.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
+      <HintPath>..\Libs\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
+    </Reference>
+    <Reference Include="Moq.Silverlight">
+      <HintPath>..\Libs\Moq.Silverlight.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Windows" />
+    <Reference Include="mscorlib" />
+    <Reference Include="system" />
     <Reference Include="System.Core" />
-    <Reference Include="System.Windows">
-      <HintPath>..\Libs\System.Windows.dll</HintPath>
+    <Reference Include="System.Net" />
+    <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\System.Windows.Controls.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Windows.Controls.Data, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\System.Windows.Controls.Data.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Windows.Controls.Data.Input, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\System.Windows.Controls.Data.Input.dll</HintPath>
     </Reference>
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
+    <Reference Include="System.Windows.Controls.Navigation, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\System.Windows.Controls.Navigation.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\Libs\System.Windows.Interactivity.dll</HintPath>
+    </Reference>
     <Reference Include="System.Xml" />
+    <Reference Include="System.Windows.Browser" />
+    <Reference Include="System.Xml.Linq, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
+    <Reference Include="System.Xml.Serialization, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="App.xaml.cs">
+      <DependentUpon>App.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Fakes\UserModelValidatorFake.cs" />
     <Compile Include="ViewModels\UserListViewModelFixture.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="ViewModels\UserViewModelFixture.cs" />
     <Compile Include="ViewModels\ViewModelBaseFixture.cs" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="Properties\AppManifest.xml" />
+  </ItemGroup>
+  <ItemGroup>
     <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj">
       <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project>
       <Name>SilverlightValidation.PL</Name>
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
-    <None Include="packages.config" />
+    <Page Include="App.xaml">
+      <Generator>MSBuild:Compile</Generator>
+      <SubType>Designer</SubType>
+    </Page>
   </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
+  <Import Condition="$(SilverlightVersion)=='v3.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v3.0)Microsoft.Silverlight.Toolkit.Build.targets" />
+  <Import Condition="$(SilverlightVersion)=='v4.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v4.0)Microsoft.Silverlight.Toolkit.Build.targets" />
+  <ProjectExtensions>
+    <VisualStudio>
+      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
+        <SilverlightProjectProperties />
+      </FlavorProperties>
+    </VisualStudio>
+  </ProjectExtensions>
 </Project>
\ No newline at end of file
--- a/SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserListViewModelFixture.cs	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserListViewModelFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -1,15 +1,6 @@
 using System;
-using NUnit.Framework;
 
 namespace SilverlightValidation.Tests.ViewModels
 {
-    [TestFixture]
-    class UserListViewModelFixture
-    {
-        [Test]
-        public void Given_When_Then()
-        {
-            Assert.True(true);
-        }
-    }
+   
 }
--- a/SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserViewModelFixture.cs	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserViewModelFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -1,6 +1,8 @@
 using System;
 using FluentAssertions.EventMonitoring;
-using NUnit.Framework;
+using GalaSoft.MvvmLight.Messaging;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+using SilverlightValidation.Messages;
 using SilverlightValidation.Models;
 using SilverlightValidation.Tests.Fakes;
 using SilverlightValidation.Validators;
@@ -8,30 +10,33 @@
 
 namespace SilverlightValidation.Tests.ViewModels
 {
-    [TestFixture]
-    class UserViewModelFixture
+    [TestClass]
+    public class UserViewModelFixture
     {
         #region Constructor
 
-        [Test]
-        public void WhenConstructed_WithTwoNulls_ThenArgumentNullExceptionForModel()
+        [TestMethod]
+        [ExpectedException(typeof(ArgumentNullException))]
+        public void WhenConstructed_WithTwoNulls_ThenThrowsArgumentNullException()
         {
-            Assert.Throws<ArgumentNullException>(() => new UserViewModel(null, null), "model");
+            new UserViewModel(null, null);
         }
 
-        [Test]
-        public void WhenConstructed_WithNullFirstParam_ThenArgumentNullExceptionForModel()
+        [TestMethod]
+        [ExpectedException(typeof(ArgumentNullException))]
+        public void WhenConstructed_WithNullFirstParam_ThenThrowsArgumentNullException()
         {
-            Assert.Throws<ArgumentNullException>(() => new UserViewModel(null, UserModelValidator.Create()), "model");
+            new UserViewModel(null, UserModelValidator.Create());
         }
 
-        [Test]
-        public void WhenConstructed_WithNullSecondParam_ThenArgumentNullExceptionForValidator()
+        [TestMethod]
+        [ExpectedException(typeof(ArgumentNullException))]
+        public void WhenConstructed_WithNullSecondParam_ThenThrowsArgumentNullException()
         {
-            Assert.Throws<ArgumentNullException>(() => new UserViewModel(UserModel.Create(), null), "validator");
+            new UserViewModel(UserModel.Create(), null);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenConstructed_WithGenericParams_ThenInstantiatesViewModel()
         {
             var vm = new UserViewModel(UserModel.Create(), UserModelValidator.Create());
@@ -42,7 +47,7 @@
 
         #region INotifyPropertyChanged
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithValidDateOfBirthUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -57,7 +62,7 @@
         }
 
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithInvalidDateOfBirthUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -71,7 +76,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithDescriptionUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -85,7 +90,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithValidEmailUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -99,7 +104,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithInvalidEmailUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -113,7 +118,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithValidUsernameUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -127,7 +132,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithInvalidUsernameUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -141,7 +146,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithValidPasswordUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -155,7 +160,7 @@
             Assert.IsTrue(vm.IsChanged);
         }
 
-        [Test]
+        [TestMethod]
         public void WhenPropertyChanged_WithInvalidPasswordUpdated_ThenFiresChangeEventAndIsChangedEqualsTrue()
         {
             // arrange
@@ -173,7 +178,7 @@
 
         #region Commands
 
-        [Test]
+        [TestMethod]
         public void WhenNewViewModel_ThenOkCommandIsExecutable()
         {
             // arrange
@@ -183,7 +188,7 @@
             Assert.IsTrue(vm.OkCommand.CanExecute(null));
         }
 
-        [Test]
+        [TestMethod]
         public void WhenNewViewModel_ThenCancelCommandIsExecutable()
         {
             // arrange
@@ -193,17 +198,19 @@
             Assert.IsTrue(vm.CancelCommand.CanExecute(null));
         }
 
-        [Test]
+        [TestMethod]
         public void WhenNewViewModel_WithCancelExecuted_ThenShouldRaiseEvent()
         {
             // arrange
             var vm = CreateDefaultUserViewModel();
+            bool hasMessage = false;
+            Messenger.Default.Register<UserViewResponseMessage>(this, message => { hasMessage = true; });
 
             // act
             vm.CancelCommand.Execute(null);
 
             // assert
-            vm.ShouldRaise("UserViewResponseMessage");
+            Assert.IsTrue(hasMessage);
         }
         
         #endregion
--- a/SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseFixture.cs	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseFixture.cs	Sun May 06 16:09:28 2012 +0100
@@ -1,11 +1,9 @@
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
-using NUnit.Framework;
 
 namespace SilverlightValidation.Tests.ViewModels
 {
-    [TestFixture]
     class ViewModelBaseFixture
     {
         
--- a/SilverlightValidation/SilverlightValidation.Tests/packages.config	Sun May 06 13:00:46 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="FluentAssertions" version="1.7.1.1" />
-</packages>
\ No newline at end of file
--- a/SilverlightValidation/SilverlightValidation.sln	Sun May 06 13:00:46 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.sln	Sun May 06 16:09:28 2012 +0100
@@ -7,7 +7,7 @@
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightValidation.PL", "SilverlightValidation.PL\SilverlightValidation.PL.csproj", "{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightValidation.Tests", "SilverlightValidation.Tests\SilverlightValidation.Tests.csproj", "{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightValidation.Tests", "SilverlightValidation.Tests\SilverlightValidation.Tests.csproj", "{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,10 +27,10 @@
 		{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}.Release|Any CPU.Build.0 = Release|Any CPU
-		{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}.Release|Any CPU.Build.0 = Release|Any CPU
+		{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE