Skip to content

Commit

Permalink
Updated GSF dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Aug 17, 2017
1 parent 811a805 commit 12e3c7c
Show file tree
Hide file tree
Showing 91 changed files with 8 additions and 8 deletions.
Binary file modified Source/Applications/openMIC/openMICSetup/ConfigCrypter.exe
Binary file not shown.
Binary file modified Source/Applications/openMIC/openMICSetup/ConfigurationEditor.exe
Binary file not shown.
Binary file modified Source/Applications/openMIC/openMICSetup/DNP3ConfigGenerator.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Applications/openMIC/openMICSetup/HistorianView.exe
Binary file not shown.
Binary file modified Source/Applications/openMIC/openMICSetup/LogFileViewer.exe
Binary file not shown.
Binary file modified Source/Applications/openMIC/openMICSetup/NoInetFixUtil.exe
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/AdoAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ArchivistAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/AudioAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/COMTRADEAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/CsvAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/DataQualityMonitoring.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Dnp3Adapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/DynamicCalculator.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/EpriExport.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/FileAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/FtpAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ASN1.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.COMTRADE.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Communication.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Core.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions Source/Dependencies/GSF/GSF.Core.dll.CodeAnalysisLog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Members>
<Member Name="#.ctor(System.String,System.Boolean)" Kind="Method" Static="False" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message TypeName="AvoidExcessiveComplexity" Category="Microsoft.Maintainability" CheckId="CA1502" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message TypeName="AvoidExcessiveComplexity" Category="Microsoft.Maintainability" CheckId="CA1502" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Certainty="90" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core.Shared" File="RadixCodec.cs" Line="167">'RadixCodec.RadixCodec(string, bool)' has a cyclomatic complexity of 76. Rewrite or refactor the method to reduce complexity to 25.</Issue>
</Message>
</Messages>
Expand All @@ -23,14 +23,14 @@
<Members>
<Member Name="#IndexOfPrevious(System.String,System.String,System.Int32)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Certainty="95" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core.Shared" File="StringExtensions.cs" Line="1929">Because the behavior of 'string.IndexOf(string, int)' could vary based on the current user's locale settings, replace this call in 'StringExtensions.IndexOfPrevious(this string, string, int)' with a call to 'string.IndexOf(string, int, StringComparison)'. If the result of 'string.IndexOf(string, int, StringComparison)' will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.</Issue>
</Message>
</Messages>
</Member>
<Member Name="#quoteUnwrap(System.String,System.Char)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message Id="System.String.Trim" TypeName="DoNotIgnoreMethodResults" Category="Microsoft.Usage" CheckId="CA1806" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message Id="System.String.Trim" TypeName="DoNotIgnoreMethodResults" Category="Microsoft.Usage" CheckId="CA1806" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Name="StringCreation" Certainty="95" Level="Warning" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core.Shared" File="StringExtensions.cs" Line="2075">'StringExtensions.quoteUnwrap(this string, char)' calls 'string.Trim()' but does not use the new string instance that the method returns. Pass the instance as an argument to another method, assign the instance to a variable, or remove the call if it is unnecessary.</Issue>
</Message>
</Messages>
Expand All @@ -45,7 +45,7 @@
<Members>
<Member Name="#ResolveParameters(System.Object[])" Kind="Method" Static="False" Accessibility="Private" ExternallyVisible="False">
<Messages>
<Message TypeName="DoNotCastUnnecessarily" Category="Microsoft.Performance" CheckId="CA1800" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message TypeName="DoNotCastUnnecessarily" Category="Microsoft.Performance" CheckId="CA1800" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Name="Local" Certainty="95" Level="Warning" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Data" File="AdoDataConnection.cs" Line="1046">'value', a variable, is cast to type 'IDbDataParameter' multiple times in method 'AdoDataConnection.ResolveParameters(object[])'. Cache the result of the 'as' operator or direct cast in order to eliminate the redundant isint instruction.</Issue>
</Message>
</Messages>
Expand All @@ -58,30 +58,30 @@
<Types>
<Type Name="StringParser" Kind="Class" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message TypeName="StaticHolderTypesShouldNotHaveConstructors" Category="Microsoft.Design" CheckId="CA1053" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="Breaking">
<Message TypeName="StaticHolderTypesShouldNotHaveConstructors" Category="Microsoft.Design" CheckId="CA1053" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="Breaking">
<Issue Certainty="90" Level="Error">Because type 'StringParser' contains only 'static' ('Shared' in Visual Basic) members, add a default private constructor to prevent the compiler from adding a default public constructor.</Issue>
</Message>
</Messages>
<Members>
<Member Name="#IndexOfMatchingCloseToken(System.String,System.String,System.String,System.Int32,System.Boolean)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Certainty="95" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Parsing" File="StringParser.cs" Line="496">Because the behavior of 'string.IndexOf(string, int)' could vary based on the current user's locale settings, replace this call in 'StringParser.IndexOfMatchingCloseToken(string, string, string, int, bool)' with a call to 'string.IndexOf(string, int, StringComparison)'. If the result of 'string.IndexOf(string, int, StringComparison)' will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.</Issue>
<Issue Certainty="95" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Parsing" File="StringParser.cs" Line="503">Because the behavior of 'string.IndexOf(string, int)' could vary based on the current user's locale settings, replace this call in 'StringParser.IndexOfMatchingCloseToken(string, string, string, int, bool)' with a call to 'string.IndexOf(string, int, StringComparison)'. If the result of 'string.IndexOf(string, int, StringComparison)' will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.</Issue>
</Message>
</Messages>
</Member>
<Member Name="#IndexOfNextToken(System.String,System.String,System.Int32,System.Int32,System.Boolean)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message Id="System.String.IndexOf(System.String,System.Int32)" TypeName="SpecifyStringComparison" Category="Microsoft.Globalization" CheckId="CA1307" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Certainty="95" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Parsing" File="StringParser.cs" Line="312">Because the behavior of 'string.IndexOf(string, int)' could vary based on the current user's locale settings, replace this call in 'StringParser.IndexOfNextToken(string, string, int, int, bool)' with a call to 'string.IndexOf(string, int, StringComparison)'. If the result of 'string.IndexOf(string, int, StringComparison)' will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.</Issue>
<Issue Certainty="95" Level="Error" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Parsing" File="StringParser.cs" Line="316">Because the behavior of 'string.IndexOf(string, int)' could vary based on the current user's locale settings, replace this call in 'StringParser.IndexOfNextToken(string, string, int, int, bool)' with a call to 'string.IndexOf(string, int, StringComparison)'. If the result of 'string.IndexOf(string, int, StringComparison)' will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.</Issue>
</Message>
</Messages>
</Member>
<Member Name="#ParseCheck(System.String[],System.TypeCode[],System.Object[]&amp;)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True">
<Messages>
<Message TypeName="AvoidExcessiveComplexity" Category="Microsoft.Maintainability" CheckId="CA1502" Status="Active" Created="2017-08-16 04:00:36Z" FixCategory="NonBreaking">
<Message TypeName="AvoidExcessiveComplexity" Category="Microsoft.Maintainability" CheckId="CA1502" Status="Active" Created="2017-08-17 04:00:43Z" FixCategory="NonBreaking">
<Issue Certainty="90" Level="Warning" Path="C:\Users\buildbot\Projects\gsf\Source\Libraries\GSF.Core\Parsing" File="StringParser.cs" Line="798">'StringParser.ParseCheck(string[], TypeCode[], out object[])' has a cyclomatic complexity of 33. Rewrite or refactor the method to reduce complexity to 25.</Issue>
</Message>
</Messages>
Expand Down
Binary file modified Source/Dependencies/GSF/GSF.EMAX.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Geo.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Historian.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.InstallerActions.CA.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.MMS.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Media.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Net.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PQDIF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.SELEventParser.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Security.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceBus.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceModel.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceProcess.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Web.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Windows.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GrafanaAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Hadoop.Replication.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/HistorianAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ICCPExport.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/InfluxDBAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/KafkaAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ModbusAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/MongoAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/MySqlAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/OneSecondFrequencyAverager.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PIAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PhasorProtocolAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/TestingAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/CsvAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Communication.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Communication.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Core.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Core.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Historian.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Security.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Security.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.ServiceBus.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.ServiceModel.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.ServiceProcess.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.ServiceProcess.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.TimeSeries.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Web.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Tests/GSF.Windows.Tests.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/WavInputAdapter.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/eDNAAdapters.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.

0 comments on commit 12e3c7c

Please sign in to comment.