Skip to content

Commit f736cd3

Browse files
authored
Merge pull request #444 from mpostol/master
Update the Monitor branch according to the current state of the master branch.
2 parents d4f331e + 22db479 commit f736cd3

101 files changed

Lines changed: 810 additions & 463 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ExDataManagement/DataStreams/DataStreams.UnitTest/CryptographyHelpersUnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System.Text;
1818
using System.Xml;
1919

20-
namespace TP.DataStreams.Cryptography
20+
namespace TP.ExDM.DataStreams.Cryptography
2121
{
2222
[TestClass]
2323
public class CryptographyHelpersUnitTest

ExDataManagement/DataStreams/DataStreams.UnitTest/DataStreams.UnitTest.csproj

Lines changed: 59 additions & 48 deletions
Large diffs are not rendered by default.

ExDataManagement/DataStreams/DataStreams.UnitTest/FileStreamUnitTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
using Microsoft.VisualStudio.TestTools.UnitTesting;
1313
using System.IO;
14-
using TP.DataStreams.FileAndStream;
14+
using TP.ExDM.DataStreams.FileAndStream;
1515

16-
namespace TP.DataStreams
16+
namespace TP.ExDM.DataStreams
1717
{
1818
[TestClass]
1919
public class FileStreamUnitTest
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<linker>
2+
<assembly fullname="System.Diagnostics.DiagnosticSource">
3+
<type fullname="System.Diagnostics.Metrics.MetricsEventSource">
4+
<!-- Used by System.Private.CoreLib via reflection to init the EventSource -->
5+
<method name="GetInstance" />
6+
</type>
7+
</assembly>
8+
</linker>

ExDataManagement/DataStreams/DataStreams.UnitTest/Instrumentation/Catalog.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//------------------------------------------------------------------------------
1+
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was generated by a tool.
44
// Runtime Version:4.0.30319.42000
@@ -11,7 +11,8 @@
1111
//
1212
// This source code was auto-generated by xsd, Version=4.6.1055.0.
1313
//
14-
namespace TP.DataStreams.Instrumentation {
14+
namespace TP.ExDM.DataStreams.Instrumentation
15+
{
1516
using System.Xml.Serialization;
1617

1718

ExDataManagement/DataStreams/DataStreams.UnitTest/Instrumentation/Catalog.xsd.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
using System.Diagnostics;
1313
using System.Xml.Serialization;
14-
using TP.DataStreams.Serialization;
14+
using TP.ExDM.DataStreams.Serialization;
1515

16-
namespace TP.DataStreams.Instrumentation
16+
namespace TP.ExDM.DataStreams.Instrumentation
1717
{
1818
/// <summary>
1919
/// class catalog
@@ -65,7 +65,7 @@ partial class CatalogCD
6565
}
6666
public override bool Equals(object obj)
6767
{
68-
CatalogCD _catalogCD = obj as CatalogCD ?? throw new System.ArgumentException(nameof(obj), "wrong parameter type");
68+
CatalogCD _catalogCD = obj as CatalogCD ?? throw new System.ArgumentException(nameof(obj), "wrong parameter type");
6969
return ToString() == _catalogCD.ToString();
7070
}
7171
public override int GetHashCode()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
REM convert the scheme Catalog.xsd to cs code
2-
xsd.exe Catalog.xsd /N:TP.DataStreams.Instrumentation /c
2+
xsd.exe Catalog.xsd /N:TP.ExDM.DataStreams.Instrumentation /c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xsd.exe ..\bin\Debug\TP.DataStreams.UnitTest.dll /t:TP.DataStreams.Instrumentation.Catalog
1+
xsd.exe ..\bin\Debug\TP.ExDM.DataStreams.UnitTest.dll /t:TP.ExDM.DataStreams.Instrumentation.Catalog

ExDataManagement/DataStreams/DataStreams.UnitTest/Instrumentation/SelfControlSerialization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using System;
1313
using System.Runtime.Serialization;
1414

15-
namespace TP.DataStreams.Instrumentation
15+
namespace TP.ExDM.DataStreams.Instrumentation
1616
{
1717
/// <summary>
1818
/// Class CustomSerialization - Demonstrates custom serialization approach

ExDataManagement/DataStreams/DataStreams.UnitTest/ReflectionUnitTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
using Microsoft.VisualStudio.TestTools.UnitTesting;
1515
using System;
16-
using TP.DataStreams.Reflection;
16+
using TP.ExDM.DataStreams.Reflection;
1717

18-
namespace TP.DataStreams
18+
namespace TP.ExDM.DataStreams
1919
{
2020
[TestClass]
2121
public class ReflectionUnitTest

0 commit comments

Comments
 (0)