From 509c40b836b883c5811c78398373b94df4da0a18 Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Wed, 16 Oct 2013 07:33:21 +0200 Subject: [PATCH 1/2] Updating NuGet packages --- src/Pickles/Pickles.CommandLine/NLog.xsd | 953 +++++++++--------- .../Pickles.CommandLine.csproj | 7 +- .../Pickles.CommandLine/packages.config | 7 +- .../Pickles.MSBuild/Pickles.MSBuild.csproj | 5 +- src/Pickles/Pickles.MSBuild/packages.config | 2 +- src/Pickles/Pickles.NAnt/Pickles.NAnt.csproj | 5 +- src/Pickles/Pickles.NAnt/packages.config | 2 +- .../Pickles.PowerShell.csproj | 5 +- .../Pickles.PowerShell/packages.config | 2 +- src/Pickles/Pickles.Test/Pickles.Test.csproj | 31 +- src/Pickles/Pickles.Test/packages.config | 13 +- src/Pickles/Pickles.UserInterface/NLog.xsd | 953 +++++++++--------- .../Pickles.UserInterface.csproj | 14 +- src/Pickles/Pickles.UserInterface/app.config | 4 + .../Pickles.UserInterface/packages.config | 7 +- src/Pickles/Pickles/Pickles.csproj | 17 +- src/Pickles/Pickles/packages.config | 8 +- 17 files changed, 1036 insertions(+), 999 deletions(-) diff --git a/src/Pickles/Pickles.CommandLine/NLog.xsd b/src/Pickles/Pickles.CommandLine/NLog.xsd index 9874c1571..49dd62049 100644 --- a/src/Pickles/Pickles.CommandLine/NLog.xsd +++ b/src/Pickles/Pickles.CommandLine/NLog.xsd @@ -229,20 +229,15 @@ - + Name of the target. - - - Maximum number of log events that the buffer can keep. - - Indicates whether buffer should grow as needed. @@ -253,6 +248,11 @@ Number of log events to be buffered. + + + Maximum number of log events that the buffer can keep. + + @@ -367,8 +367,8 @@ - + @@ -380,14 +380,14 @@ Indicates whether to use sliding timeout. - + - Number of log events to be buffered. + Timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes. - + - Timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes. + Number of log events to be buffered. @@ -398,39 +398,29 @@ - - + - - + + + + + + + + - - - - - Name of the target. - - - Instance of that is used to format log messages. - - - - - Maximum message size in bytes. - - Indicates whether to append newline at the end of log message. @@ -441,14 +431,24 @@ Action that should be taken if the message is larger than maxMessageSize. + + + Maximum message size in bytes. + + Encoding to be used. - + - Indicates whether to keep connection open whenever possible. + Instance of that is used to format log messages. + + + + + Network address. @@ -456,9 +456,9 @@ Size of the connection cache (number of connections which are kept alive). - + - Network address. + Indicates whether to keep connection open whenever possible. @@ -466,14 +466,14 @@ Maximum queue size. - + - NDC item separator. + Indicates whether to include dictionary contents. - + - Indicates whether to include source info (file name and line number) in the information sent over the network. + Indicates whether to include call site (class and method name) in the information sent over the network. @@ -481,24 +481,24 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + Indicates whether to include NLog-specific extensions to log4j schema. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. - + - Indicates whether to include call site (class and method name) in the information sent over the network. + NDC item separator. - + - Indicates whether to include dictionary contents. + Indicates whether to include source info (file name and line number) in the information sent over the network. @@ -532,12 +532,12 @@ - - - + + + @@ -545,9 +545,9 @@ Name of the target. - + - Text to be rendered. + Footer. @@ -555,9 +555,9 @@ Header. - + - Footer. + Text to be rendered. @@ -596,18 +596,18 @@ - + - + - Background color. + Condition that must be met in order to set the specified foreground and background color. - + - Condition that must be met in order to set the specified foreground and background color. + Background color. @@ -618,23 +618,13 @@ - - + + - - - Background color. - - - - - Foreground color. - - Indicates whether to ignore case when comparing texts. @@ -655,15 +645,25 @@ Indicates whether to match whole words only. + + + Background color. + + + + + Foreground color. + + - - + + @@ -671,9 +671,9 @@ Name of the target. - + - Text to be rendered. + Footer. @@ -681,9 +681,9 @@ Header. - + - Footer. + Text to be rendered. @@ -702,17 +702,17 @@ - - - + + + + - - + @@ -734,34 +734,34 @@ Indicates whether to use database transactions. Some data providers require this. - + - Name of the connection string (as specified in <connectionStrings> configuration section. + Indicates whether to keep the database connection open between the log events. - + - Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. + Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. - + - Indicates whether to keep the database connection open between the log events. + Name of the connection string (as specified in <connectionStrings> configuration section. - + - Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. + Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. - + - Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. + Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. - + - Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. @@ -779,9 +779,9 @@ + - @@ -853,8 +853,8 @@ - + @@ -866,14 +866,14 @@ Footer. - + - Text to be rendered. + Header. - + - Header. + Text to be rendered. @@ -907,9 +907,9 @@ + - @@ -931,6 +931,11 @@ Value to be used as the event Source. + + + Name of the Event Log to write to. This can be System, Application or any user-defined name. + + Layout that renders event Category. @@ -941,11 +946,6 @@ Layout that renders event ID. - - - Name of the Event Log to write to. This can be System, Application or any user-defined name. - - @@ -974,30 +974,31 @@ - - - + + + + + - - - - + - + + - - - - + + + + + @@ -1005,14 +1006,14 @@ Name of the target. - + - Text to be rendered. + File encoding. - + - Header. + Line ending mode. @@ -1020,14 +1021,19 @@ Footer. - + - File encoding. + Text to be rendered. - + - Line ending mode. + Header. + + + + + Indicates whether to automatically archive log files every time the specified time passes. @@ -1035,34 +1041,24 @@ Size in bytes above which log files will be automatically archived. - - - Maximum number of archive files that should be kept. - - - - - Way file archives are numbered. - - - + - Indicates whether to automatically archive log files every time the specified time passes. + Name of the file to be used for an archive. - + - Name of the file to be used for an archive. + Maximum number of archive files that should be kept. - + - Name of the file to write to. + Way file archives are numbered. - + - Indicates whether to replace file contents on each write instead of appending log message at the end. + Gets ors set a value indicating whether a managed file stream is forced, instead of used the native implementation. @@ -1085,9 +1081,14 @@ Indicates whether to create directories if they don't exist. - + - Indicates whether concurrent writes to the log file by multiple processes on the same host. + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Name of the file to write to. @@ -1095,14 +1096,14 @@ Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity. - + - Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + Log file buffer size in bytes. - + - Indicates whether concurrent writes to the log file by multiple processes on different network hosts. + Number of times the write is appended on the file before NLog discards the log message. @@ -1110,19 +1111,24 @@ Delay in milliseconds to wait before attempting to write to the file again. - + - Number of times the write is appended on the file before NLog discards the log message. + Indicates whether to automatically flush the file buffers after each log message. - + - Log file buffer size in bytes. + Indicates whether concurrent writes to the log file by multiple processes on the same host. - + - Indicates whether to automatically flush the file buffers after each log message. + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + + + + + Indicates whether concurrent writes to the log file by multiple processes on different network hosts. @@ -1142,12 +1148,6 @@ - - - - - - @@ -1158,9 +1158,15 @@ + + + + + + - + @@ -1176,7 +1182,6 @@ - @@ -1206,8 +1211,8 @@ - + @@ -1225,14 +1230,14 @@ Name of the Form on which the control is located. - + - Indicates whether log text should be appended to the text of the control instead of overwriting it. + Name of control to which NLog will log write log text. - + - Name of control to which NLog will log write log text. + Indicates whether log text should be appended to the text of the control instead of overwriting it. @@ -1248,12 +1253,12 @@ - - - + + + @@ -1261,11 +1266,6 @@ Name of the target. - - - Username to change context to. - - User account password. @@ -1276,9 +1276,14 @@ Indicates whether to revert to the credentials of the process instead of impersonating another user. - + - Required impersonation level. + Username to change context to. + + + + + Logon Type. @@ -1286,9 +1291,9 @@ Windows domain name to change context to. - + - Logon Type. + Required impersonation level. @@ -1299,14 +1304,6 @@ - - - - - - - - @@ -1317,79 +1314,156 @@ + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Name of the endpoint configuration in WCF configuration file. + + + + + Endpoint address. + + + + + Indicates whether to use binary message encoding. + + + + + Client ID. + + + + + Indicates whether to include per-event properties in the payload sent to the server. + + + + + + + + + + + + + + Layout that should be use to calcuate the value for the parameter. + + + + + Name of the parameter. + + + + + Type of the parameter. + + + - - - - - + + + + - - + + - + + + - - - + + + + Name of the target. - + - Header. + Indicates whether to send message as HTML instead of plain text. - + - Footer. + Encoding to be used for sending e-mail. - + - Text to be rendered. + Indicates whether to add new lines between log entries. - + - Indicates whether to send message as HTML instead of plain text. + Text to be rendered. - + - Indicates whether to add new lines between log entries. + Header. - + - Encoding to be used for sending e-mail. + Footer. - + - Mail subject. + Recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - + - Recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). @@ -1397,24 +1471,29 @@ BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - + - Sender's email address (e.g. joe@domain.com). + Mail subject. - + - CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + Mail message body (repeated for each log message send in one mail). - + - Mail message body (repeated for each log message send in one mail). + Sender's email address (e.g. joe@domain.com). - + - Indicates whether SSL (secure sockets layer) should be used when communicating with SMTP server. + Indicates whether NewLine characters in the body should be replaced with tags. + + + + + Priority used for sending mails. @@ -1422,14 +1501,19 @@ Indicates whether the default Settings from System.Net.MailSettings should be used. + + + SMTP Server to be used for sending. + + Username used to connect to SMTP server (used when SmtpAuthentication is set to "basic"). - + - Password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). + Port number that SMTP Server is listening on. @@ -1437,14 +1521,14 @@ SMTP Authentication mode. - + - SMTP Server to be used for sending. + Password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). - + - Port number that SMTP Server is listening on. + Indicates whether SSL (secure sockets layer) should be used when communicating with SMTP server. @@ -1503,67 +1587,19 @@ - - - - - - - - - - - - Name of the target. - - - - - Method name. The method must be public and static. - - - - - Class name. - - - - - - - - - - - - - - Layout that should be use to calcuate the value for the parameter. - - - - - Name of the parameter. - - - - - Type of the parameter. - - - - + + + - @@ -1572,12 +1608,12 @@ - Indicates whether to use the XML format when serializing message. + Indicates whether to use the XML format when serializing message. This will also disable creating queues. - + - Encoding to be used when writing text to the queue. + Indicates whether to check if a queue exists before writing to it. @@ -1585,6 +1621,16 @@ Layout used to format log messages. + + + Encoding to be used when writing text to the queue. + + + + + Name of the queue to write to. + + Indicates whether to use recoverable messages (with guaranteed delivery). @@ -1600,9 +1646,31 @@ Label to associate with each message. - + + + + + + + + + + + + + - Name of the queue to write to. + Name of the target. + + + + + Method name. The method must be public and static. + + + + + Class name. @@ -1613,13 +1681,13 @@ - - + + - + @@ -1628,19 +1696,14 @@ Name of the target. - - - Action that should be taken if the message is larger than maxMessageSize. - - Indicates whether to append newline at the end of log message. - + - Layout used to format log messages. + Action that should be taken if the message is larger than maxMessageSize. @@ -1648,14 +1711,14 @@ Maximum message size in bytes. - + - Encoding to be used. + Layout used to format log messages. - + - Size of the connection cache (number of connections which are kept alive). + Encoding to be used. @@ -1663,6 +1726,11 @@ Indicates whether to keep connection open whenever possible. + + + Size of the connection cache (number of connections which are kept alive). + + Network address. @@ -1681,37 +1749,27 @@ - - + - - + + + - - - + + - + - - - - - - Name of the target. - - - - - Instance of that is used to format log messages. - - - + + + + + - Maximum message size in bytes. + Name of the target. @@ -1724,14 +1782,24 @@ Action that should be taken if the message is larger than maxMessageSize. + + + Maximum message size in bytes. + + Encoding to be used. - + - Indicates whether to keep connection open whenever possible. + Instance of that is used to format log messages. + + + + + Network address. @@ -1739,9 +1807,9 @@ Size of the connection cache (number of connections which are kept alive). - + - Network address. + Indicates whether to keep connection open whenever possible. @@ -1749,14 +1817,14 @@ Maximum queue size. - + - NDC item separator. + Indicates whether to include dictionary contents. - + - Indicates whether to include source info (file name and line number) in the information sent over the network. + Indicates whether to include call site (class and method name) in the information sent over the network. @@ -1764,24 +1832,24 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + Indicates whether to include NLog-specific extensions to log4j schema. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. - + - Indicates whether to include call site (class and method name) in the information sent over the network. + NDC item separator. - + - Indicates whether to include dictionary contents. + Indicates whether to include source info (file name and line number) in the information sent over the network. @@ -1838,31 +1906,31 @@ - - + + - + Name of the target. - + - Performance counter instance name. + Name of the performance counter. - + - Counter help text. + Performance counter type. - + - Performance counter type. + Performance counter instance name. @@ -1875,9 +1943,9 @@ Name of the performance counter category. - + - Name of the performance counter. + Counter help text. @@ -2018,14 +2086,14 @@ - - - + + + + - @@ -2040,14 +2108,9 @@ Layout used to format log messages. - - - Initial height of the form with rich text box. - - - + - Indicates whether scroll bar will be moved automatically to show most recent log entries. + Indicates whether the created form will be initially minimized. @@ -2055,9 +2118,9 @@ Maximum number of lines the rich text box will store (or 0 to disable this feature). - + - Indicates whether the created form will be initially minimized. + Initial width of the form with rich text box. @@ -2070,14 +2133,19 @@ Name of RichTextBox to which Nlog will write. - + - Name of the Form on which the control is located. If there is no open form of a specified name than NLog will create a new one. + Indicates whether scroll bar will be moved automatically to show most recent log entries. - + - Initial width of the form with rich text box. + Initial height of the form with rich text box. + + + + + Name of the Form on which the control is located. If there is no open form of a specified name than NLog will create a new one. @@ -2099,65 +2167,65 @@ - - - + + + - + - Background color. Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed. + Indicates whether to ignore case when comparing texts. - + - Font color. Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed. + Regular expression to be matched. You must specify either text or regex. - + - Indicates whether to ignore case when comparing texts. + Text to be matched. You must specify either text or regex. - + - Regular expression to be matched. You must specify either text or regex. + Indicates whether to match whole words only. - + - Font style of matched text. Possible values are the same as in FontStyle enum in System.Drawing. + Background color. Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed. - + - Text to be matched. You must specify either text or regex. + Font color. Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed. - + - Indicates whether to match whole words only. + Font style of matched text. Possible values are the same as in FontStyle enum in System.Drawing. - + - + - Background color. + Condition that must be met in order to set the specified font color. - + - Condition that must be met in order to set the specified font color. + Background color. @@ -2226,10 +2294,10 @@ - - + + @@ -2241,9 +2309,9 @@ Web service URL. - + - Encoding. + Web service namespace. @@ -2251,14 +2319,14 @@ Protocol to be used when calling web service. - + - Web service namespace. + Web service method name. - + - Web service method name. + Encoding. @@ -2277,33 +2345,28 @@ - - + + + - Body layout (can be repeated multiple times). - - - Footer layout. - - Header layout. - + - Quoting mode. + Footer layout. @@ -2311,6 +2374,11 @@ Quote Character. + + + Quoting mode. + + Indicates whether CVS should include header. @@ -2363,20 +2431,6 @@ - - - - - - - - - Layout text. - - - - - @@ -2410,6 +2464,20 @@ + + + + + + + + + Layout text. + + + + + @@ -2567,49 +2635,4 @@ - - - - - - - - - - - - - - - Name of the target. - - - - - Name of the endpoint configuration in WCF configuration file. - - - - - Endpoint address. - - - - - Indicates whether to use binary message encoding. - - - - - Client ID. - - - - - Indicates whether to include per-event properties in the payload sent to the server. - - - - - \ No newline at end of file diff --git a/src/Pickles/Pickles.CommandLine/Pickles.CommandLine.csproj b/src/Pickles/Pickles.CommandLine/Pickles.CommandLine.csproj index 0591e59eb..8c539ab68 100644 --- a/src/Pickles/Pickles.CommandLine/Pickles.CommandLine.csproj +++ b/src/Pickles/Pickles.CommandLine/Pickles.CommandLine.csproj @@ -49,13 +49,12 @@ ..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll - ..\packages\NLog.2.0.1.2\lib\net35\NLog.dll + ..\packages\NLog.2.1.0\lib\net35\NLog.dll - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll diff --git a/src/Pickles/Pickles.CommandLine/packages.config b/src/Pickles/Pickles.CommandLine/packages.config index 0111f5967..ed7b7ffaa 100644 --- a/src/Pickles/Pickles.CommandLine/packages.config +++ b/src/Pickles/Pickles.CommandLine/packages.config @@ -2,7 +2,8 @@ - - - + + + + \ No newline at end of file diff --git a/src/Pickles/Pickles.MSBuild/Pickles.MSBuild.csproj b/src/Pickles/Pickles.MSBuild/Pickles.MSBuild.csproj index db24cc2bd..1f427c278 100644 --- a/src/Pickles/Pickles.MSBuild/Pickles.MSBuild.csproj +++ b/src/Pickles/Pickles.MSBuild/Pickles.MSBuild.csproj @@ -44,9 +44,8 @@ - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll diff --git a/src/Pickles/Pickles.MSBuild/packages.config b/src/Pickles/Pickles.MSBuild/packages.config index 335f66170..2fd84cef1 100644 --- a/src/Pickles/Pickles.MSBuild/packages.config +++ b/src/Pickles/Pickles.MSBuild/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Pickles/Pickles.NAnt/Pickles.NAnt.csproj b/src/Pickles/Pickles.NAnt/Pickles.NAnt.csproj index 0b40d2fbb..d8878e082 100644 --- a/src/Pickles/Pickles.NAnt/Pickles.NAnt.csproj +++ b/src/Pickles/Pickles.NAnt/Pickles.NAnt.csproj @@ -44,9 +44,8 @@ - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll diff --git a/src/Pickles/Pickles.NAnt/packages.config b/src/Pickles/Pickles.NAnt/packages.config index 335f66170..2fd84cef1 100644 --- a/src/Pickles/Pickles.NAnt/packages.config +++ b/src/Pickles/Pickles.NAnt/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Pickles/Pickles.PowerShell/Pickles.PowerShell.csproj b/src/Pickles/Pickles.PowerShell/Pickles.PowerShell.csproj index 642173f8b..721ccc953 100644 --- a/src/Pickles/Pickles.PowerShell/Pickles.PowerShell.csproj +++ b/src/Pickles/Pickles.PowerShell/Pickles.PowerShell.csproj @@ -41,9 +41,8 @@ - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll diff --git a/src/Pickles/Pickles.PowerShell/packages.config b/src/Pickles/Pickles.PowerShell/packages.config index 335f66170..2fd84cef1 100644 --- a/src/Pickles/Pickles.PowerShell/packages.config +++ b/src/Pickles/Pickles.PowerShell/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Pickles/Pickles.Test/Pickles.Test.csproj b/src/Pickles/Pickles.Test/Pickles.Test.csproj index 010a3a50f..ec62679c4 100644 --- a/src/Pickles/Pickles.Test/Pickles.Test.csproj +++ b/src/Pickles/Pickles.Test/Pickles.Test.csproj @@ -40,9 +40,8 @@ ..\packages\Autofac.2.6.3.862\lib\NET35\Autofac.Configuration.dll - - False - ..\packages\ClosedXML.0.68.1\lib\net35-client\ClosedXML.dll + + ..\packages\ClosedXML.0.69.2\lib\net35-client\ClosedXML.dll ..\packages\gherkin.2.9.0\lib\gherkin.dll @@ -86,17 +85,18 @@ ..\packages\IKVM.0.46.0.1\lib\net20\IKVM.Reflection.dll - - False - ..\packages\Newtonsoft.Json.5.0.6\lib\net35\Newtonsoft.Json.dll + + ..\packages\Moq.4.1.1309.1617\lib\net35\Moq.dll + + + ..\packages\Newtonsoft.Json.5.0.7\lib\net35\Newtonsoft.Json.dll False ..\packages\NGenerics.1.4.1.0\lib\net35\NGenerics.dll - - False - ..\packages\NUnit.2.6.2\lib\nunit.framework.dll + + ..\packages\NUnit.2.6.3\lib\nunit.framework.dll False @@ -109,13 +109,11 @@ - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll - - False - ..\packages\System.IO.Abstractions.TestingHelpers.1.4.0.66\lib\net35\System.IO.Abstractions.TestingHelpers.dll + + ..\packages\System.IO.Abstractions.TestingHelpers.1.4.0.68\lib\net35\System.IO.Abstractions.TestingHelpers.dll @@ -163,9 +161,6 @@ ..\packages\IKVM.0.46.0.1\lib\net20\IKVM.Runtime.JNI.dll - - ..\packages\Moq.4.0.10827\lib\NET35\Moq.dll - ..\packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll diff --git a/src/Pickles/Pickles.Test/packages.config b/src/Pickles/Pickles.Test/packages.config index 994ae0161..53b8e5d5f 100644 --- a/src/Pickles/Pickles.Test/packages.config +++ b/src/Pickles/Pickles.Test/packages.config @@ -1,18 +1,17 @@  - + - - + + - - + - - + + \ No newline at end of file diff --git a/src/Pickles/Pickles.UserInterface/NLog.xsd b/src/Pickles/Pickles.UserInterface/NLog.xsd index 9874c1571..49dd62049 100644 --- a/src/Pickles/Pickles.UserInterface/NLog.xsd +++ b/src/Pickles/Pickles.UserInterface/NLog.xsd @@ -229,20 +229,15 @@ - + Name of the target. - - - Maximum number of log events that the buffer can keep. - - Indicates whether buffer should grow as needed. @@ -253,6 +248,11 @@ Number of log events to be buffered. + + + Maximum number of log events that the buffer can keep. + + @@ -367,8 +367,8 @@ - + @@ -380,14 +380,14 @@ Indicates whether to use sliding timeout. - + - Number of log events to be buffered. + Timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes. - + - Timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes. + Number of log events to be buffered. @@ -398,39 +398,29 @@ - - + - - + + + + + + + + - - - - - Name of the target. - - - Instance of that is used to format log messages. - - - - - Maximum message size in bytes. - - Indicates whether to append newline at the end of log message. @@ -441,14 +431,24 @@ Action that should be taken if the message is larger than maxMessageSize. + + + Maximum message size in bytes. + + Encoding to be used. - + - Indicates whether to keep connection open whenever possible. + Instance of that is used to format log messages. + + + + + Network address. @@ -456,9 +456,9 @@ Size of the connection cache (number of connections which are kept alive). - + - Network address. + Indicates whether to keep connection open whenever possible. @@ -466,14 +466,14 @@ Maximum queue size. - + - NDC item separator. + Indicates whether to include dictionary contents. - + - Indicates whether to include source info (file name and line number) in the information sent over the network. + Indicates whether to include call site (class and method name) in the information sent over the network. @@ -481,24 +481,24 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + Indicates whether to include NLog-specific extensions to log4j schema. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. - + - Indicates whether to include call site (class and method name) in the information sent over the network. + NDC item separator. - + - Indicates whether to include dictionary contents. + Indicates whether to include source info (file name and line number) in the information sent over the network. @@ -532,12 +532,12 @@ - - - + + + @@ -545,9 +545,9 @@ Name of the target. - + - Text to be rendered. + Footer. @@ -555,9 +555,9 @@ Header. - + - Footer. + Text to be rendered. @@ -596,18 +596,18 @@ - + - + - Background color. + Condition that must be met in order to set the specified foreground and background color. - + - Condition that must be met in order to set the specified foreground and background color. + Background color. @@ -618,23 +618,13 @@ - - + + - - - Background color. - - - - - Foreground color. - - Indicates whether to ignore case when comparing texts. @@ -655,15 +645,25 @@ Indicates whether to match whole words only. + + + Background color. + + + + + Foreground color. + + - - + + @@ -671,9 +671,9 @@ Name of the target. - + - Text to be rendered. + Footer. @@ -681,9 +681,9 @@ Header. - + - Footer. + Text to be rendered. @@ -702,17 +702,17 @@ - - - + + + + - - + @@ -734,34 +734,34 @@ Indicates whether to use database transactions. Some data providers require this. - + - Name of the connection string (as specified in <connectionStrings> configuration section. + Indicates whether to keep the database connection open between the log events. - + - Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. + Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. - + - Indicates whether to keep the database connection open between the log events. + Name of the connection string (as specified in <connectionStrings> configuration section. - + - Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. + Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. - + - Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. + Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. - + - Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. @@ -779,9 +779,9 @@ + - @@ -853,8 +853,8 @@ - + @@ -866,14 +866,14 @@ Footer. - + - Text to be rendered. + Header. - + - Header. + Text to be rendered. @@ -907,9 +907,9 @@ + - @@ -931,6 +931,11 @@ Value to be used as the event Source. + + + Name of the Event Log to write to. This can be System, Application or any user-defined name. + + Layout that renders event Category. @@ -941,11 +946,6 @@ Layout that renders event ID. - - - Name of the Event Log to write to. This can be System, Application or any user-defined name. - - @@ -974,30 +974,31 @@ - - - + + + + + - - - - + - + + - - - - + + + + + @@ -1005,14 +1006,14 @@ Name of the target. - + - Text to be rendered. + File encoding. - + - Header. + Line ending mode. @@ -1020,14 +1021,19 @@ Footer. - + - File encoding. + Text to be rendered. - + - Line ending mode. + Header. + + + + + Indicates whether to automatically archive log files every time the specified time passes. @@ -1035,34 +1041,24 @@ Size in bytes above which log files will be automatically archived. - - - Maximum number of archive files that should be kept. - - - - - Way file archives are numbered. - - - + - Indicates whether to automatically archive log files every time the specified time passes. + Name of the file to be used for an archive. - + - Name of the file to be used for an archive. + Maximum number of archive files that should be kept. - + - Name of the file to write to. + Way file archives are numbered. - + - Indicates whether to replace file contents on each write instead of appending log message at the end. + Gets ors set a value indicating whether a managed file stream is forced, instead of used the native implementation. @@ -1085,9 +1081,14 @@ Indicates whether to create directories if they don't exist. - + - Indicates whether concurrent writes to the log file by multiple processes on the same host. + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Name of the file to write to. @@ -1095,14 +1096,14 @@ Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity. - + - Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + Log file buffer size in bytes. - + - Indicates whether concurrent writes to the log file by multiple processes on different network hosts. + Number of times the write is appended on the file before NLog discards the log message. @@ -1110,19 +1111,24 @@ Delay in milliseconds to wait before attempting to write to the file again. - + - Number of times the write is appended on the file before NLog discards the log message. + Indicates whether to automatically flush the file buffers after each log message. - + - Log file buffer size in bytes. + Indicates whether concurrent writes to the log file by multiple processes on the same host. - + - Indicates whether to automatically flush the file buffers after each log message. + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + + + + + Indicates whether concurrent writes to the log file by multiple processes on different network hosts. @@ -1142,12 +1148,6 @@ - - - - - - @@ -1158,9 +1158,15 @@ + + + + + + - + @@ -1176,7 +1182,6 @@ - @@ -1206,8 +1211,8 @@ - + @@ -1225,14 +1230,14 @@ Name of the Form on which the control is located. - + - Indicates whether log text should be appended to the text of the control instead of overwriting it. + Name of control to which NLog will log write log text. - + - Name of control to which NLog will log write log text. + Indicates whether log text should be appended to the text of the control instead of overwriting it. @@ -1248,12 +1253,12 @@ - - - + + + @@ -1261,11 +1266,6 @@ Name of the target. - - - Username to change context to. - - User account password. @@ -1276,9 +1276,14 @@ Indicates whether to revert to the credentials of the process instead of impersonating another user. - + - Required impersonation level. + Username to change context to. + + + + + Logon Type. @@ -1286,9 +1291,9 @@ Windows domain name to change context to. - + - Logon Type. + Required impersonation level. @@ -1299,14 +1304,6 @@ - - - - - - - - @@ -1317,79 +1314,156 @@ + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Name of the endpoint configuration in WCF configuration file. + + + + + Endpoint address. + + + + + Indicates whether to use binary message encoding. + + + + + Client ID. + + + + + Indicates whether to include per-event properties in the payload sent to the server. + + + + + + + + + + + + + + Layout that should be use to calcuate the value for the parameter. + + + + + Name of the parameter. + + + + + Type of the parameter. + + + - - - - - + + + + - - + + - + + + - - - + + + + Name of the target. - + - Header. + Indicates whether to send message as HTML instead of plain text. - + - Footer. + Encoding to be used for sending e-mail. - + - Text to be rendered. + Indicates whether to add new lines between log entries. - + - Indicates whether to send message as HTML instead of plain text. + Text to be rendered. - + - Indicates whether to add new lines between log entries. + Header. - + - Encoding to be used for sending e-mail. + Footer. - + - Mail subject. + Recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - + - Recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). @@ -1397,24 +1471,29 @@ BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - + - Sender's email address (e.g. joe@domain.com). + Mail subject. - + - CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + Mail message body (repeated for each log message send in one mail). - + - Mail message body (repeated for each log message send in one mail). + Sender's email address (e.g. joe@domain.com). - + - Indicates whether SSL (secure sockets layer) should be used when communicating with SMTP server. + Indicates whether NewLine characters in the body should be replaced with tags. + + + + + Priority used for sending mails. @@ -1422,14 +1501,19 @@ Indicates whether the default Settings from System.Net.MailSettings should be used. + + + SMTP Server to be used for sending. + + Username used to connect to SMTP server (used when SmtpAuthentication is set to "basic"). - + - Password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). + Port number that SMTP Server is listening on. @@ -1437,14 +1521,14 @@ SMTP Authentication mode. - + - SMTP Server to be used for sending. + Password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). - + - Port number that SMTP Server is listening on. + Indicates whether SSL (secure sockets layer) should be used when communicating with SMTP server. @@ -1503,67 +1587,19 @@ - - - - - - - - - - - - Name of the target. - - - - - Method name. The method must be public and static. - - - - - Class name. - - - - - - - - - - - - - - Layout that should be use to calcuate the value for the parameter. - - - - - Name of the parameter. - - - - - Type of the parameter. - - - - + + + - @@ -1572,12 +1608,12 @@ - Indicates whether to use the XML format when serializing message. + Indicates whether to use the XML format when serializing message. This will also disable creating queues. - + - Encoding to be used when writing text to the queue. + Indicates whether to check if a queue exists before writing to it. @@ -1585,6 +1621,16 @@ Layout used to format log messages. + + + Encoding to be used when writing text to the queue. + + + + + Name of the queue to write to. + + Indicates whether to use recoverable messages (with guaranteed delivery). @@ -1600,9 +1646,31 @@ Label to associate with each message. - + + + + + + + + + + + + + - Name of the queue to write to. + Name of the target. + + + + + Method name. The method must be public and static. + + + + + Class name. @@ -1613,13 +1681,13 @@ - - + + - + @@ -1628,19 +1696,14 @@ Name of the target. - - - Action that should be taken if the message is larger than maxMessageSize. - - Indicates whether to append newline at the end of log message. - + - Layout used to format log messages. + Action that should be taken if the message is larger than maxMessageSize. @@ -1648,14 +1711,14 @@ Maximum message size in bytes. - + - Encoding to be used. + Layout used to format log messages. - + - Size of the connection cache (number of connections which are kept alive). + Encoding to be used. @@ -1663,6 +1726,11 @@ Indicates whether to keep connection open whenever possible. + + + Size of the connection cache (number of connections which are kept alive). + + Network address. @@ -1681,37 +1749,27 @@ - - + - - + + + - - - + + - + - - - - - - Name of the target. - - - - - Instance of that is used to format log messages. - - - + + + + + - Maximum message size in bytes. + Name of the target. @@ -1724,14 +1782,24 @@ Action that should be taken if the message is larger than maxMessageSize. + + + Maximum message size in bytes. + + Encoding to be used. - + - Indicates whether to keep connection open whenever possible. + Instance of that is used to format log messages. + + + + + Network address. @@ -1739,9 +1807,9 @@ Size of the connection cache (number of connections which are kept alive). - + - Network address. + Indicates whether to keep connection open whenever possible. @@ -1749,14 +1817,14 @@ Maximum queue size. - + - NDC item separator. + Indicates whether to include dictionary contents. - + - Indicates whether to include source info (file name and line number) in the information sent over the network. + Indicates whether to include call site (class and method name) in the information sent over the network. @@ -1764,24 +1832,24 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + Indicates whether to include NLog-specific extensions to log4j schema. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. - + - Indicates whether to include call site (class and method name) in the information sent over the network. + NDC item separator. - + - Indicates whether to include dictionary contents. + Indicates whether to include source info (file name and line number) in the information sent over the network. @@ -1838,31 +1906,31 @@ - - + + - + Name of the target. - + - Performance counter instance name. + Name of the performance counter. - + - Counter help text. + Performance counter type. - + - Performance counter type. + Performance counter instance name. @@ -1875,9 +1943,9 @@ Name of the performance counter category. - + - Name of the performance counter. + Counter help text. @@ -2018,14 +2086,14 @@ - - - + + + + - @@ -2040,14 +2108,9 @@ Layout used to format log messages. - - - Initial height of the form with rich text box. - - - + - Indicates whether scroll bar will be moved automatically to show most recent log entries. + Indicates whether the created form will be initially minimized. @@ -2055,9 +2118,9 @@ Maximum number of lines the rich text box will store (or 0 to disable this feature). - + - Indicates whether the created form will be initially minimized. + Initial width of the form with rich text box. @@ -2070,14 +2133,19 @@ Name of RichTextBox to which Nlog will write. - + - Name of the Form on which the control is located. If there is no open form of a specified name than NLog will create a new one. + Indicates whether scroll bar will be moved automatically to show most recent log entries. - + - Initial width of the form with rich text box. + Initial height of the form with rich text box. + + + + + Name of the Form on which the control is located. If there is no open form of a specified name than NLog will create a new one. @@ -2099,65 +2167,65 @@ - - - + + + - + - Background color. Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed. + Indicates whether to ignore case when comparing texts. - + - Font color. Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed. + Regular expression to be matched. You must specify either text or regex. - + - Indicates whether to ignore case when comparing texts. + Text to be matched. You must specify either text or regex. - + - Regular expression to be matched. You must specify either text or regex. + Indicates whether to match whole words only. - + - Font style of matched text. Possible values are the same as in FontStyle enum in System.Drawing. + Background color. Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed. - + - Text to be matched. You must specify either text or regex. + Font color. Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed. - + - Indicates whether to match whole words only. + Font style of matched text. Possible values are the same as in FontStyle enum in System.Drawing. - + - + - Background color. + Condition that must be met in order to set the specified font color. - + - Condition that must be met in order to set the specified font color. + Background color. @@ -2226,10 +2294,10 @@ - - + + @@ -2241,9 +2309,9 @@ Web service URL. - + - Encoding. + Web service namespace. @@ -2251,14 +2319,14 @@ Protocol to be used when calling web service. - + - Web service namespace. + Web service method name. - + - Web service method name. + Encoding. @@ -2277,33 +2345,28 @@ - - + + + - Body layout (can be repeated multiple times). - - - Footer layout. - - Header layout. - + - Quoting mode. + Footer layout. @@ -2311,6 +2374,11 @@ Quote Character. + + + Quoting mode. + + Indicates whether CVS should include header. @@ -2363,20 +2431,6 @@ - - - - - - - - - Layout text. - - - - - @@ -2410,6 +2464,20 @@ + + + + + + + + + Layout text. + + + + + @@ -2567,49 +2635,4 @@ - - - - - - - - - - - - - - - Name of the target. - - - - - Name of the endpoint configuration in WCF configuration file. - - - - - Endpoint address. - - - - - Indicates whether to use binary message encoding. - - - - - Client ID. - - - - - Indicates whether to include per-event properties in the payload sent to the server. - - - - - \ No newline at end of file diff --git a/src/Pickles/Pickles.UserInterface/Pickles.UserInterface.csproj b/src/Pickles/Pickles.UserInterface/Pickles.UserInterface.csproj index 9b5f68e99..171693f59 100644 --- a/src/Pickles/Pickles.UserInterface/Pickles.UserInterface.csproj +++ b/src/Pickles/Pickles.UserInterface/Pickles.UserInterface.csproj @@ -47,9 +47,8 @@ False ..\packages\MahApps.Metro.0.10.1.1\lib\net40\MahApps.Metro.dll - - False - ..\packages\NLog.2.0.1.2\lib\net40\NLog.dll + + ..\packages\NLog.2.1.0\lib\net40\NLog.dll False @@ -61,9 +60,8 @@ - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll @@ -132,9 +130,9 @@ Resources.Designer.cs - + Always - + Designer diff --git a/src/Pickles/Pickles.UserInterface/app.config b/src/Pickles/Pickles.UserInterface/app.config index 07ccb9bc1..e549d798c 100644 --- a/src/Pickles/Pickles.UserInterface/app.config +++ b/src/Pickles/Pickles.UserInterface/app.config @@ -14,6 +14,10 @@ + + + + diff --git a/src/Pickles/Pickles.UserInterface/packages.config b/src/Pickles/Pickles.UserInterface/packages.config index 7680d9ee0..f7065892a 100644 --- a/src/Pickles/Pickles.UserInterface/packages.config +++ b/src/Pickles/Pickles.UserInterface/packages.config @@ -2,9 +2,10 @@ - - + + + - + \ No newline at end of file diff --git a/src/Pickles/Pickles/Pickles.csproj b/src/Pickles/Pickles/Pickles.csproj index 14e82be4e..65305cf39 100644 --- a/src/Pickles/Pickles/Pickles.csproj +++ b/src/Pickles/Pickles/Pickles.csproj @@ -40,9 +40,8 @@ ..\packages\Autofac.2.6.3.862\lib\NET35\Autofac.Configuration.dll - - False - ..\packages\ClosedXML.0.68.1\lib\net35-client\ClosedXML.dll + + ..\packages\ClosedXML.0.69.2\lib\net35-client\ClosedXML.dll ..\packages\gherkin.2.9.0\lib\gherkin.dll @@ -147,23 +146,21 @@ ..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll - - False - ..\packages\Newtonsoft.Json.5.0.6\lib\net35\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.5.0.7\lib\net35\Newtonsoft.Json.dll False ..\packages\NGenerics.1.4.1.0\lib\net35\NGenerics.dll - ..\packages\NLog.2.0.1.2\lib\net35\NLog.dll + ..\packages\NLog.2.1.0\lib\net35\NLog.dll - - False - ..\packages\System.IO.Abstractions.1.4.0.66\lib\net35\System.IO.Abstractions.dll + + ..\packages\System.IO.Abstractions.1.4.0.68\lib\net35\System.IO.Abstractions.dll diff --git a/src/Pickles/Pickles/packages.config b/src/Pickles/Pickles/packages.config index 22998404a..166877759 100644 --- a/src/Pickles/Pickles/packages.config +++ b/src/Pickles/Pickles/packages.config @@ -1,14 +1,14 @@  - + - + - - + + \ No newline at end of file From b5aa9574dd98e10db7a55f0472a40ac28d9463e1 Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Wed, 16 Oct 2013 07:42:01 +0200 Subject: [PATCH 2/2] Make Pickles UI generate each selected output format once instead of the first selected output format multiple times --- .../MainWindowViewModel.cs | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Pickles/Pickles.UserInterface/MainWindowViewModel.cs b/src/Pickles/Pickles.UserInterface/MainWindowViewModel.cs index c37456d50..69a030461 100644 --- a/src/Pickles/Pickles.UserInterface/MainWindowViewModel.cs +++ b/src/Pickles/Pickles.UserInterface/MainWindowViewModel.cs @@ -505,25 +505,25 @@ private void DoGenerate() private void DoWork() { - var builder = new ContainerBuilder(); - builder.RegisterAssemblyTypes(typeof(Runner).Assembly); - builder.Register(_ => new FileSystem()).As().SingleInstance(); - builder.RegisterModule(); - var container = builder.Build(); - - var configuration = container.Resolve(); - var fileSystem = container.Resolve(); - - configuration.FeatureFolder = fileSystem.DirectoryInfo.FromDirectoryName(this.featureFolder); - configuration.OutputFolder = fileSystem.DirectoryInfo.FromDirectoryName(this.outputFolder); - configuration.SystemUnderTestName = this.projectName; - configuration.SystemUnderTestVersion = this.projectVersion; - configuration.TestResultsFile = this.IncludeTests ? fileSystem.FileInfo.FromFileName(this.testResultsFile) : null; - configuration.TestResultsFormat = this.testResultsFormats.Selected; - configuration.Language = this.selectedLanguage != null ? this.selectedLanguage.TwoLetterISOLanguageName : CultureInfo.CurrentUICulture.TwoLetterISOLanguageName; - foreach (DocumentationFormat documentationFormat in this.documentationFormats.Selected) { + var builder = new ContainerBuilder(); + builder.RegisterAssemblyTypes(typeof(Runner).Assembly); + builder.Register(_ => new FileSystem()).As().SingleInstance(); + builder.RegisterModule(); + var container = builder.Build(); + + var configuration = container.Resolve(); + var fileSystem = container.Resolve(); + + configuration.FeatureFolder = fileSystem.DirectoryInfo.FromDirectoryName(this.featureFolder); + configuration.OutputFolder = fileSystem.DirectoryInfo.FromDirectoryName(this.outputFolder); + configuration.SystemUnderTestName = this.projectName; + configuration.SystemUnderTestVersion = this.projectVersion; + configuration.TestResultsFile = this.IncludeTests ? fileSystem.FileInfo.FromFileName(this.testResultsFile) : null; + configuration.TestResultsFormat = this.testResultsFormats.Selected; + configuration.Language = this.selectedLanguage != null ? this.selectedLanguage.TwoLetterISOLanguageName : CultureInfo.CurrentUICulture.TwoLetterISOLanguageName; + configuration.DocumentationFormat = documentationFormat; var runner = container.Resolve(); runner.Run(container);