Skip to content

Commit

Permalink
Updated GSF dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Feb 3, 2024
1 parent 1312684 commit 0a7e2d0
Show file tree
Hide file tree
Showing 89 changed files with 19 additions and 19 deletions.
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS 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/AzureEventHubAdapters.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/DeviceStatAdapters.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.
6 changes: 3 additions & 3 deletions Source/Dependencies/GSF/GSF.Core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41557,9 +41557,9 @@
This method will return a C#-compatible proper type name, resolving generic type names using reflection, which creates a valid,
useable type name versus what <see cref="P:System.Type.FullName"/> returns. For example, <see cref="P:System.Type.FullName"/> will return something like:
<c>System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]</c>
with a backtick (`) to indicate a generic type and noisy assembly info. Even <see cref="!:Type.Name"/> returns <c>List`1</c> with a backtick (`).
For the same type, this method would instead return: <c>System.Collections.Generic.List&lt;System.String&gt;</c> which is a valid, usable C# type
name. You can also set the <paramref name="includeNamespaces"/> parameter to <c>false</c> to remove namespaces from the type name, which yields:
with a backtick (`) to indicate a generic type and noisy assembly info. Even <c>Type.Name</c> returns <c>List`1</c> with a backtick (`). For the
same type, this method would instead return: <c>System.Collections.Generic.List&lt;System.String&gt;</c> which is a valid, usable C# type name.
You can also set the <paramref name="includeNamespaces"/> parameter to <c>false</c> to remove namespaces from the type name, which yields:
<c>List&lt;String&gt;</c> for the same example.
</remarks>
</member>
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.PQDS.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/MetadataAdapters.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/PhasorWebUI.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.
2 changes: 1 addition & 1 deletion Source/Dependencies/GSF/ValidateAssemblyBindings.exe
Git LFS 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 modified Source/Dependencies/GSF/sttp.gsf.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 0a7e2d0

Please sign in to comment.