diff --git a/RetailCoder.VBE/NLog.xsd b/RetailCoder.VBE/NLog.xsd index 4b0477c3c7..4740d8056f 100644 --- a/RetailCoder.VBE/NLog.xsd +++ b/RetailCoder.VBE/NLog.xsd @@ -42,7 +42,32 @@ - Pass NLog internal exceptions to the application. Default value is: false. + Throw an exception when there is an internal error. Default value is: false. + + + + + Throw an exception when there is a configuration error. If not set, determined by throwExceptions. + + + + + Gets or sets a value indicating whether Variables should be kept on configuration reload. Default value is: false. + + + + + Write internal NLog messages to the System.Diagnostics.Trace. Default value is: false. + + + + + Write timestamps for internal NLog messages. Default value is: true. + + + + + Use InvariantCulture as default culture instead of CurrentCulture. Default value is: false. @@ -139,6 +164,7 @@ + @@ -169,7 +195,7 @@ - Name of the file to be included. The name is relative to the name of the current config file. + Name of the file to be included. You could use * wildcard. The name is relative to the name of the current config file. @@ -227,7 +253,6 @@ - @@ -240,41 +265,17 @@ - - - - - - - - - - - Name of the target. - - - - - Layout used to format log messages. - - - - - Indicates whether to add <!-- --> comments around all written texts. - - - - - + + @@ -286,6 +287,11 @@ Number of log events that should be processed in a batch by the lazy writer thread. + + + Limit of full s to write before yielding into Performance is better when writing many small batches, than writing a single large batch + + Action to be taken when the lazy writer thread request queue count exceeds the set limit. @@ -301,6 +307,11 @@ Time in milliseconds to sleep between batches. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -316,12 +327,30 @@ + + + Name of the target. + + + Delay the flush until the LogEvent has been confirmed as written + + + + + Condition expression. Log events who meet this condition will cause a flush on the wrapped target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -333,6 +362,7 @@ + @@ -354,6 +384,11 @@ Indicates whether to use sliding timeout. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -364,21 +399,26 @@ + + + + - - - - - - + + + + + + + @@ -395,6 +435,11 @@ Instance of that is used to format log messages. + + + End of line value if a newline is appended at the end of log message . + + Maximum message size in bytes. @@ -405,11 +450,26 @@ Indicates whether to append newline at the end of log message. + + + Action that should be taken if the will be more connections than . + + Action that should be taken if the message is larger than maxMessageSize. + + + Maximum current connections. 0 = no maximum. + + + + + Indicates whether to keep connection open whenever possible. + + Size of the connection cache (number of connections which are kept alive). @@ -420,19 +480,14 @@ Network address. - - - Indicates whether to keep connection open whenever possible. - - Maximum queue size. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. @@ -440,9 +495,14 @@ Indicates whether to include source info (file name and line number) in the information sent over the network. - + - NDC item separator. + Indicates whether to include NLog-specific extensions to log4j schema. + + + + + Indicates whether to include dictionary contents. @@ -455,19 +515,31 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + NDC item separator. - + Indicates whether to include dictionary contents. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + @@ -502,8 +574,10 @@ + + @@ -530,6 +604,11 @@ Indicates whether to use default row highlighting rules. + + + Indicates whether to auto-check if the console is available. - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) + + The encoding for writing messages to the . @@ -540,6 +619,11 @@ Indicates whether the error stream (stderr) should be used instead of the output stream (stdout). + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -592,6 +676,7 @@ + @@ -615,6 +700,11 @@ Indicates whether to match whole words only. + + + Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. + + Background color. @@ -635,7 +725,9 @@ + + @@ -662,11 +754,21 @@ Indicates whether to send the log messages to the standard error instead of the standard output. + + + Indicates whether to auto-check if the console is available - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) + + The encoding for writing messages to the . + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -675,64 +777,71 @@ - - - - - - + + + + + + + + + - Name of the target. - + - Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. + Obsolete - value will be ignored! The logging code always runs outside of transaction. Gets or sets a value indicating whether to use database transactions. Some data providers require this. - + - Name of the connection string (as specified in <connectionStrings> configuration section. + Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" 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. + Name of the database provider. - + - Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. - + - 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 database provider. + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. - + - Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. + 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 host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. @@ -740,6 +849,11 @@ Connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + Text of the SQL command to be run on each log level. @@ -831,6 +945,7 @@ + @@ -852,6 +967,11 @@ Footer. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -861,6 +981,7 @@ + @@ -872,6 +993,11 @@ Layout used to format log messages. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -886,7 +1012,11 @@ + + + + @@ -923,20 +1053,48 @@ Value to be used as the event Source. + + + Action to take if the message is larger than the option. + + Optional entrytype. When not set, or when not convertable to then determined by + + + Maximum Event log size in kilobytes. If null, the value won't be set. Default is 512 Kilobytes as specified by Eventlog API + + + + + Message length limit to write to the Event Log. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + @@ -948,6 +1106,11 @@ Indicates whether to return to the first target after any successful write. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -961,31 +1124,38 @@ - + - - + + + + + + + + + - - - - - - - + + + + + + + @@ -1017,11 +1187,6 @@ Line ending mode. - - - Maximum number of archive files that should be kept. - - Way file archives are numbered. @@ -1039,7 +1204,7 @@ - Size in bytes above which log files will be automatically archived. + Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. Choose: @@ -1047,19 +1212,49 @@ Indicates whether to compress archive files into the zip archive format. + + + Maximum number of archive files that should be kept. + + - Gets ors set a value indicating whether a managed file stream is forced, instead of used the native implementation. + Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - + - File attributes (Windows only). + Is the an absolute or relative path? - + - Indicates whether to replace file contents on each write instead of appending log message at the end. + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + + + + + Whether or not this target should just discard all data that its asked to write. Mostly used for when testing NLog Stack except final write + + + + + Is the an absolute or relative path? + + + + + Value indicationg whether file creation calls should be synchronized by a system global mutex. + + + + + Maximum number of log filenames that should be stored as existing. + + + + + Indicates whether the footer should be written only when the file is archived. @@ -1069,7 +1264,7 @@ - Value specifying the date format to use when archving files. + Value specifying the date format to use when archiving files. @@ -1082,29 +1277,34 @@ Indicates whether to create directories if they do not exist. + + + File attributes (Windows only). + + Indicates whether to delete old log file on startup. - + - Indicates whether to enable log file(s) to be deleted. + Indicates whether to replace file contents on each write instead of appending log message at the end. - + - 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. + Indicates whether to enable log file(s) to be deleted. - + - 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. - + - Maximum number of log filenames that should be stored as existing. + Indicates whether concurrent writes to the log file by multiple processes on the same host. @@ -1112,34 +1312,39 @@ Indicates whether to keep log file open instead of opening and closing it on each logging event. - + - Indicates whether concurrent writes to the log file by multiple processes on the same host. + 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. + 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). - + - Delay in milliseconds to wait before attempting to write to the file again. + 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. - + - Indicates whether to automatically flush the file buffers after each log message. + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit - + - 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. - + - Log file buffer size in bytes. + Indicates whether to automatically flush the file buffers after each log message. + + + + + Delay in milliseconds to wait before attempting to write to the file again. @@ -1161,6 +1366,20 @@ + + + + + + + + + + + + + + @@ -1189,6 +1408,7 @@ + @@ -1200,6 +1420,11 @@ Condition expression. Log events who meet this condition will be forwarded to the wrapped target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1215,6 +1440,7 @@ + @@ -1256,6 +1482,11 @@ Username to change context to. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1282,6 +1513,38 @@ + + + + + + + + + + + + Name of the target. + + + + + Interval in which messages will be written up to the number of messages. + + + + + Maximum allowed number of messages written per . + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + @@ -1294,6 +1557,7 @@ + @@ -1330,6 +1594,11 @@ Indicates whether to use binary message encoding. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1337,6 +1606,7 @@ + @@ -1349,11 +1619,16 @@ Name of the parameter. - + Type of the parameter. + + + Type of the parameter. Obsolete alias for + + @@ -1366,15 +1641,16 @@ - - + + - - + + + @@ -1382,6 +1658,8 @@ + + @@ -1418,9 +1696,9 @@ Indicates whether to add new lines between log entries. - + - BCC 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). @@ -1428,9 +1706,9 @@ 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). + BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). @@ -1448,9 +1726,9 @@ Sender's email address (e.g. joe@domain.com). - + - Indicates whether NewLine characters in the body should be replaced with tags. + Indicates the SMTP client timeout. @@ -1458,9 +1736,14 @@ Priority used for sending mails. - + - Indicates the SMTP client timeout. + Indicates whether NewLine characters in the body should be replaced with tags. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -1498,6 +1781,16 @@ Indicates whether the default Settings from System.Net.MailSettings should be used. + + + Folder where applications save mail messages to be processed by the local SMTP server. + + + + + Specifies how outgoing email messages will be handled. + + @@ -1508,12 +1801,20 @@ + + + + + + + + @@ -1525,6 +1826,11 @@ Layout used to format log messages. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1537,6 +1843,7 @@ + @@ -1567,6 +1874,11 @@ Indicates whether to check if a queue exists before writing to it. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + Indicates whether to create the queue if it doesn't exists. @@ -1598,6 +1910,7 @@ + @@ -1611,7 +1924,12 @@ - Method name. The method must be public and static. + Method name. The method must be public and static. Use the AssemblyQualifiedName , https://msdn.microsoft.com/en-us/library/system.type.assemblyqualifiedname(v=vs.110).aspx e.g. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -1624,13 +1942,17 @@ + + + + @@ -1647,6 +1969,11 @@ Encoding to be used. + + + End of line value if a newline is appended at the end of log message . + + Maximum message size in bytes. @@ -1657,6 +1984,11 @@ Indicates whether to append newline at the end of log message. + + + Action that should be taken if the will be more connections than . + + Action that should be taken if the message is larger than maxMessageSize. @@ -1677,11 +2009,21 @@ Indicates whether to keep connection open whenever possible. + + + Maximum current connections. 0 = no maximum. + + Maximum queue size. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1692,21 +2034,26 @@ + + + + - - - - - - + + + + + + + @@ -1723,6 +2070,11 @@ Instance of that is used to format log messages. + + + End of line value if a newline is appended at the end of log message . + + Maximum message size in bytes. @@ -1733,11 +2085,26 @@ Indicates whether to append newline at the end of log message. + + + Action that should be taken if the will be more connections than . + + Action that should be taken if the message is larger than maxMessageSize. + + + Maximum current connections. 0 = no maximum. + + + + + Indicates whether to keep connection open whenever possible. + + Size of the connection cache (number of connections which are kept alive). @@ -1748,19 +2115,14 @@ Network address. - - - Indicates whether to keep connection open whenever possible. - - Maximum queue size. - + - Indicates whether to include NLog-specific extensions to log4j schema. + Indicates whether to include stack contents. @@ -1768,9 +2130,14 @@ Indicates whether to include source info (file name and line number) in the information sent over the network. - + - NDC item separator. + Indicates whether to include NLog-specific extensions to log4j schema. + + + + + Indicates whether to include dictionary contents. @@ -1783,16 +2150,21 @@ AppInfo field. By default it's the friendly name of the current AppDomain. - + - Indicates whether to include stack contents. + NDC item separator. - + Indicates whether to include dictionary contents. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1803,6 +2175,7 @@ + @@ -1819,6 +2192,11 @@ Indicates whether to perform layout calculation. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1828,6 +2206,7 @@ + @@ -1839,6 +2218,11 @@ Layout used to format log messages. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1852,7 +2236,9 @@ + + @@ -1884,11 +2270,21 @@ Performance counter type. + + + The value by which to increment the counter. + + Performance counter instance name. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1931,6 +2327,7 @@ + @@ -1942,6 +2339,11 @@ Default filter to be applied when no specific rule matches. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1966,12 +2368,18 @@ + Name of the target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -1980,6 +2388,7 @@ + @@ -1987,6 +2396,11 @@ Name of the target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + Number of times to repeat each log message. @@ -2000,6 +2414,7 @@ + @@ -2008,6 +2423,11 @@ Name of the target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + Number of retries that should be attempted on the wrapped target in case of a failure. @@ -2026,12 +2446,18 @@ + Name of the target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -2040,12 +2466,18 @@ + Name of the target. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -2055,6 +2487,7 @@ + @@ -2066,6 +2499,11 @@ Layout used to format log messages. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + @@ -2076,11 +2514,18 @@ + + + + + + + @@ -2092,11 +2537,26 @@ Should we include the BOM (Byte-order-mark) for UTF? Influences the property. This will only work for UTF-8. + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + Encoding. + + + Value whether escaping be done according to the old NLog style (Very non-standard) + + + + + Value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs) + + Web service method name. Only used with Soap. @@ -2107,6 +2567,11 @@ Web service namespace. Only used with Soap. + + + Indicates whether to pre-authenticate the HttpWebRequest (Requires 'Authorization' in parameters) + + Protocol to be used when calling web service. @@ -2117,6 +2582,16 @@ Web service URL. + + + Name of the root XML element, if POST of XML document chosen. If so, this property must not be null. (see and ). + + + + + (optional) root namespace of the XML document, if POST of XML document chosen. (see and ). + + @@ -2126,8 +2601,22 @@ + + + + + + + + + + + + + + @@ -2224,15 +2713,63 @@ + + + + + + + + + List of property names to exclude when is true + + + + + Option to include all properties from the log events + + + + + Indicates whether to include contents of the dictionary. + + + + + Option to render the empty object value {} + + + + + Option to suppress the extra spaces in the output json + + + + + Indicates whether to include contents of the dictionary. + + + + + + + Determines wether or not this attribute will be Json encoded. + + + + + Indicates whether to escape non-ascii characters + + Layout that will be rendered as the attribute's value. @@ -2273,7 +2810,26 @@ - + + + + + + + + Option to include all properties from the log events + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + @@ -2448,6 +3004,74 @@ + + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + Layout to be used to filter log messages. + + + + + Default number of unique filter values to expect, will automatically increase if needed + + + + + Append FilterCount to the when an event is no longer filtered + + + + + Insert FilterCount value into when an event is no longer filtered + + + + + Max number of unique filter values to expect simultaneously + + + + + Max length of filter values, will truncate if above limit + + + + + Default buffer size for the internal buffers + + + + + Reuse internal buffers, and doesn't have to constantly allocate new buffers + + + + + How long before a filter expires, and logging is accepted again + + + + + @@ -2476,4 +3100,4 @@ - + \ No newline at end of file diff --git a/RetailCoder.VBE/Rubberduck.csproj b/RetailCoder.VBE/Rubberduck.csproj index 7df2a322bd..24177d421c 100644 --- a/RetailCoder.VBE/Rubberduck.csproj +++ b/RetailCoder.VBE/Rubberduck.csproj @@ -252,8 +252,8 @@ ..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll True - - ..\packages\AvalonEdit.5.0.3\lib\Net40\ICSharpCode.AvalonEdit.dll + + ..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll ..\libs\Infralution.Localization.Wpf.dll @@ -275,6 +275,9 @@ ..\libs\Microsoft.Vbe.Interop.Forms.dll True + + ..\packages\NLog.4.4.12\lib\net45\NLog.dll + @@ -308,9 +311,6 @@ ..\libs\Office.dll - - ..\packages\NLog.4.0.1\lib\net45\NLog.dll - diff --git a/RetailCoder.VBE/packages.config b/RetailCoder.VBE/packages.config index 85b2e69caf..532288e094 100644 --- a/RetailCoder.VBE/packages.config +++ b/RetailCoder.VBE/packages.config @@ -2,15 +2,15 @@ - + - - + + \ No newline at end of file diff --git a/Rubberduck.Inspections/Rubberduck.Inspections.csproj b/Rubberduck.Inspections/Rubberduck.Inspections.csproj index 89b5797493..802ad58187 100644 --- a/Rubberduck.Inspections/Rubberduck.Inspections.csproj +++ b/Rubberduck.Inspections/Rubberduck.Inspections.csproj @@ -41,8 +41,7 @@ True - ..\packages\NLog.4.0.1\lib\net45\NLog.dll - True + ..\packages\NLog.4.4.12\lib\net45\NLog.dll diff --git a/Rubberduck.Inspections/packages.config b/Rubberduck.Inspections/packages.config index 01b28e01af..42cef986f7 100644 --- a/Rubberduck.Inspections/packages.config +++ b/Rubberduck.Inspections/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Rubberduck.Parsing/Rubberduck.Parsing.csproj b/Rubberduck.Parsing/Rubberduck.Parsing.csproj index 6d7b7b1792..6af60087e3 100644 --- a/Rubberduck.Parsing/Rubberduck.Parsing.csproj +++ b/Rubberduck.Parsing/Rubberduck.Parsing.csproj @@ -50,8 +50,7 @@ - ..\packages\NLog.4.0.1\lib\net45\NLog.dll - True + ..\packages\NLog.4.4.12\lib\net45\NLog.dll diff --git a/Rubberduck.Parsing/packages.config b/Rubberduck.Parsing/packages.config index 813542e98e..71b61f6a35 100644 --- a/Rubberduck.Parsing/packages.config +++ b/Rubberduck.Parsing/packages.config @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/Rubberduck.SourceControl/Rubberduck.SourceControl.csproj b/Rubberduck.SourceControl/Rubberduck.SourceControl.csproj index aa6126e944..98ce6d11fe 100644 --- a/Rubberduck.SourceControl/Rubberduck.SourceControl.csproj +++ b/Rubberduck.SourceControl/Rubberduck.SourceControl.csproj @@ -1,5 +1,6 @@  + Debug @@ -11,7 +12,8 @@ Rubberduck.SourceControl v4.5 512 - a8fe7e5a + + ..\ true @@ -109,6 +111,7 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. +