This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.BitDiffer.
                            
	
		Summary
                Settings used by 
		BitDifferRunner
                Read more about configuration options on BitDiffer project
                (https://github.com/bitdiffer/bitdiffer/wiki/ConsoleApplication)
            - Assembly
 - Cake
.BitDiffer .dll  - Namespace
 - Cake
.BitDiffer  - Base Types
 - 
									
- ToolSettings
 
 
							graph BT
	Type-->Base0["ToolSettings"]
	Type["BitDifferSettings"]
class Type type-node
						
					Syntax
public sealed class BitDifferSettings : ToolSettings
			Constructors
| Name | Summary | 
|---|---|
| BitDifferSettings | 
									
Properties
| Name | Value | Summary | 
|---|---|---|
| Compare | 
								bool | 
									 
                Compare for changes in assembly attribute values
             
								 | 
							
| Compare | 
								bool | 
									 
                Compare implementation of methods and properties (DEFAULT: true)
             
								 | 
							
| CompareOnlyPublic | bool | 
									 
                Compare only public members (DEFAULT: false)
             
								 | 
							
| CurrentAssemblyFile | FilePath | 
									 
                File name for the current version of the assembly to compare
             
								 | 
							
| IsolationLevel | IsolationLevel | 
									 
                Isolation level to load assemblies  
								IsolationLevel (DEFAULT: Auto)
             | 
							
| PreferGacVersion | bool | 
									 
                Prefer to load dependent assemblies from GAC instead from current directory (DEFAULT: false)
             
								 | 
							
| PreviousAssemblyFile | FilePath | 
									 
                File name for the previous version of the assembly to compare
             
								 | 
							
| Reflection | 
								bool | 
									 
                Load assemblies in reflection context (false: load assembly) (DEFAULT: true)
             
								 | 
							
| ReportOnlyChanged | bool | 
									 
                Report only assemblies with changes (DEFAULT: true)
             
								 | 
							
| ResultOutputFile | FilePath | 
									 
                Result file name (could be HTML or XML file)
             
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| Dump | 
								string | 
									 
             Get a basic string representation of specified object.
              
										From LoggingExtensions 
                                            	Requires the Cake.Incubator addin 
								 | 
							
| IsIn | 
								bool | 
									 
            Checks if the source is contained in a list
             
										From EnumerableExtensions 
                                            	Requires the Cake.Incubator addin 
								 | 
							
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From Extensions 
                                            	Requires the Cake.Ftp addin 
								 | 
							
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From IssuesArgumentChecks 
                                            	Requires the Cake.Issues addin 
								 | 
							
| ThrowIfNull | 
								T | 
									 
            Throws a  
										System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
            From AssertExtensions 
                                            	Requires the Cake.Incubator addin 
								 | 
							
| ThrowIfNull | 
								T | 
									 
            Throws a  
										System.ArgumentNullException if the value is null, otherwise returns the value
            From AssertExtensions 
                                            	Requires the Cake.Incubator addin 
								 | 
							
| ToDictionary | 
								IDictionary | 
								
									
										 From ObjectHelpers 
                                            	Requires the Cake.DeployParams addin 
								 | 
							
| To | 
								string | 
									 
            Returns the string value or a  
										Not set> markup suitable for Spectre.Console.
            From StringExtensions 
                                            	Requires the Cake.Issues addin 
								 | 
							
