From 5caa336f8f763b433e897e222ba5e651c2b9ee83 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Tue, 20 Feb 2024 13:48:05 -0700 Subject: [PATCH] cellInstanceVersion.EdaConnection.PortNumber gitignore CA1862 and GetWeekOfYear for WritePDSF Removed Open Insight API IFX Directory from Save editorconfig v2_52_0-Tests net8.0 --- .gitignore | 3 + .vscode/format-report.json | 10424 ---------------- .vscode/mklink.md | 11 + .vscode/settings.json | 55 + Adaptation/.editorconfig | 32 + Adaptation/.kanbn/index.md | 2 - Adaptation/.vscode/launch.json | 2 +- Adaptation/FileHandlers/Archive/FileRead.cs | 2 +- Adaptation/FileHandlers/Dummy/FileRead.cs | 2 +- .../MoveMatchingFiles/FileRead.cs | 5 +- .../FileHandlers/OpenInsight/FileRead.cs | 8 +- .../FileHandlers/OpenInsight/FromIQS.cs | 28 +- .../OpenInsightMetrologyViewer/FileRead.cs | 4 +- .../OpenInsightMetrologyViewer/WSRequest.cs | 2 +- .../FileRead.cs | 6 +- .../FileHandlers/Stratus/Description.cs | 2 +- Adaptation/FileHandlers/Stratus/FileRead.cs | 3 +- Adaptation/FileHandlers/txt/FileRead.cs | 3 +- Adaptation/FileHandlers/txt/ProcessData.cs | 6 +- Adaptation/MET08THFTIRSTRATUS-Development.yml | 19 +- Adaptation/MET08THFTIRSTRATUS.Tests.csproj | 41 +- Adaptation/MET08THFTIRSTRATUS.yml | 19 +- Adaptation/Shared/Duplicator/Description.cs | 2 +- Adaptation/Shared/FileRead.cs | 37 +- Adaptation/Shared/Logistics.cs | 2 +- .../Shared/ProcessDataStandardFormat.cs | 13 +- .../Staging/v2.47.0/BIORAD4.cs | 2 +- .../Staging/v2.47.0/BIORAD5.cs | 2 +- .../Staging/v2.47.1/MET08THFTIRSTRATUS.cs | 2 +- .../Staging/v2.47.5/BIORAD4.cs | 2 +- .../Staging/v2.47.5/BIORAD5.cs | 2 +- .../Staging/v2.47.5/MET08THFTIRSTRATUS.cs | 2 +- .../Staging/v2.49.0/BIORAD4.cs | 2 +- .../Staging/v2.49.0/BIORAD5.cs | 2 +- .../Staging/v2.49.0/MET08THFTIRSTRATUS.cs | 2 +- .../Staging/v2.49.2/BIORAD4.cs | 8 +- .../Staging/v2.49.2/BIORAD5.cs | 8 +- .../Staging/v2.49.2/MET08THFTIRSTRATUS.cs | 22 +- .../Staging/v2.49.3/BIORAD4.cs | 85 + .../Staging/v2.49.3/BIORAD5.cs | 85 + .../Staging/v2.49.3/MET08THFTIRSTRATUS.cs | 160 + .../Staging/v2.52.0/BIORAD4.cs | 91 + .../Staging/v2.52.0/BIORAD5.cs | 91 + .../Staging/v2.52.0/MET08THFTIRSTRATUS.cs | 180 + .../_Tests/Extract/Staging/v2.49.2/BIORAD4.cs | 24 - .../_Tests/Extract/Staging/v2.49.2/BIORAD5.cs | 12 - .../Staging/v2.49.2/MET08THFTIRSTRATUS.cs | 28 - .../_Tests/Extract/Staging/v2.49.3/BIORAD4.cs | 169 + .../_Tests/Extract/Staging/v2.49.3/BIORAD5.cs | 100 + .../Staging/v2.49.3/MET08THFTIRSTRATUS.cs | 118 + .../_Tests/Extract/Staging/v2.52.0/BIORAD4.cs | 193 + .../_Tests/Extract/Staging/v2.52.0/BIORAD5.cs | 112 + .../Staging/v2.52.0/MET08THFTIRSTRATUS.cs | 146 + Adaptation/_Tests/Shared/AdaptationTesting.cs | 82 +- Adaptation/_Tests/Shared/UnitTesting.cs | 3 +- .../_Tests/Static/MET08THFTIRSTRATUS.cs | 38 +- Adaptation/_Tests/Static/Stratus.cs | 33 +- Adaptation/appsettings.Development.json | 6 +- Adaptation/appsettings.json | 6 +- MET08THFTIRSTRATUS.csproj | 2 +- Properties/AssemblyInfo.cs | 4 +- 61 files changed, 1857 insertions(+), 10700 deletions(-) delete mode 100644 .vscode/format-report.json create mode 100644 .vscode/mklink.md create mode 100644 .vscode/settings.json create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD4.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD5.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/MET08THFTIRSTRATUS.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD4.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD5.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/MET08THFTIRSTRATUS.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD4.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD5.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.49.3/MET08THFTIRSTRATUS.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD4.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD5.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.52.0/MET08THFTIRSTRATUS.cs diff --git a/.gitignore b/.gitignore index e85055c..dce63ed 100644 --- a/.gitignore +++ b/.gitignore @@ -337,5 +337,8 @@ ASALocalRun/ !**/.vscode/launch.json !**/.vscode/settings.json !**/.vscode/tasks.json +!**/.vscode/mklink.md *.lnk + +.kanbn diff --git a/.vscode/format-report.json b/.vscode/format-report.json deleted file mode 100644 index 5a6db5a..0000000 --- a/.vscode/format-report.json +++ /dev/null @@ -1,10424 +0,0 @@ -[ - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "90116a16-c229-4110-9bf3-9c1d2bf59f58" - }, - "FileName": "EquipmentEvent.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\EquipmentEvent.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentEvent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c7ab3156-188b-4e19-b0f0-b12af33dd539" - }, - "FileName": "BackboneStatusCache.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\AutoGenerated\\BackboneStatusCache.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027BackboneStatusCache\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "12d7cc4d-973a-45c8-a08b-bbf83fa0976b" - }, - "FileName": "StatusItem.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\AutoGenerated\\StatusItem.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StatusItem\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ada5c67d-f301-451b-a732-1b35c995c7ea" - }, - "FileName": "BackboneComponent.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\AutoGenerated\\BackboneComponent.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027BackboneComponent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "548b8a39-f203-44b7-9dc0-5080d5b1cead" - }, - "FileName": "DataCollectionRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\DataCollectionRequest.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DataCollectionRequest\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "12909a78-ce2e-4992-b2fc-3860794a1738" - }, - "FileName": "EquipmentException.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\EquipmentException.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentException\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9be7ede1-4df9-406d-8afc-a85e534b16fd" - }, - "FileName": "EquipmentSelfDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\EquipmentSelfDescription.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentSelfDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "12de511f-cbbf-4393-9db4-b35878639883" - }, - "FileName": "GetParameterValuesHandler.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\GetParameterValuesHandler.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetParameterValuesHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3458477a-d4f5-499b-9ddc-d0cbe4467d77" - }, - "FileName": "ExtWebClient.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\ExtWebClient.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PreAuthenticate\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3458477a-d4f5-499b-9ddc-d0cbe4467d77" - }, - "FileName": "ExtWebClient.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\ExtWebClient.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ExtWebClient\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e0848a5b-03e3-4fe6-89d2-b5bad359d963" - }, - "FileName": "ChangeDataCollectionHandler.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\ChangeDataCollectionHandler.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ChangeDataCollectionHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EmailMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Body\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Subject\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Priority\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PriorityHigh\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PriorityLow\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PriorityNormal\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetBody\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetPriority\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fb9e6483-d16a-4b39-8c0d-ba0da43f0d5a" - }, - "FileName": "EmailMessage.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\EmailMessage.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetSubject\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "81edb044-8de2-4504-aac1-cb8544d5d79d" - }, - "FileName": "ConnectionSetting.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\Common\\Configuration\\ConnectionSetting.cs", - "FileChanges": [ - { - "LineNumber": 4, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ConnectionSetting\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "81edb044-8de2-4504-aac1-cb8544d5d79d" - }, - "FileName": "ConnectionSetting.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\Common\\Configuration\\ConnectionSetting.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "81edb044-8de2-4504-aac1-cb8544d5d79d" - }, - "FileName": "ConnectionSetting.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\Common\\Configuration\\ConnectionSetting.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Value\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "296e6402-0889-4a86-8144-3927b0e89220" - }, - "FileName": "MailPriority.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\MailPriority.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MailPriority\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Path\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027File\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 39, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ContentParameters\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsErrorFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TimeFound\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UpdateContentParameters\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ca8e2382-3228-47d9-ad4b-dd07774af366" - }, - "FileName": "File.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\File.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UpdateParsingStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Backbone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027STATE_ERROR\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027STATE_OFFLINE\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027STATE_RUNNING\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027STATE_STARTING\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027STATE_SHUTDOWN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 33, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027LoggingConfigurationManager\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Status\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Instance\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsAutomatedRestartActive\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsReadyForRestart\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StartTime\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027State\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CellName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 53, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027BackboneComponents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 32, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ConfigurationServiceAddress\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsInitialized\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027AddBackboneComponent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 38, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ContainsBackboneComponent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 40, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetAllStatuses\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 41, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetBackboneComponentById\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 42, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetBackboneComponentsOfType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 43, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetBackboneComponentsOfType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 44, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RegisterSubprocess\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 46, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 48, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 49, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CloseConnectionOfComponents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 50, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StopAllComponents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0d4b152e-c141-4489-8eb1-9fe23175fe52" - }, - "FileName": "Backbone.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Backbone.cs", - "FileChanges": [ - { - "LineNumber": 51, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StopComponents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 32, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: These words must begin with upper case characters: log" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 107, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Send\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 131, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027AddParameterRangeAndEvent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 185, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CreateSelfDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 204, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetFilePathGeneratorInfo\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 227, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePathGeneratorInfoMove\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 250, - "CharNumber": 34, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetParameterValues\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 276, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerEvents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "50167de9-b5b0-4893-a290-377dbf8f858e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\FileHandlers\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 298, - "CharNumber": 65, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReExtract\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_SEPARATOR\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_NOT_AVAILABLE\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_ORIGINAL_FILE_NAME\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_IDENTIFIER\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_ORIGINAL_FILE_EXTENSION\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_DATE_TIME\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_CELL_NAME\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PLACEHOLDER_SUB_FOLDER\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePathGenerator\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SubFolderPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 42, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Configuration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027File\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsErrorFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DefaultPlaceHolderValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetFullTargetPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetTargetFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetTargetFolder\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 36, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetSubFolder\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PrepareFolderPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5271eef4-877e-4018-98d1-ee1a55d1f405" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Component\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 38, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReplacePlaceholder\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MonInUrl\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MonIn\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetInstance\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 64, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetBasicAuthentication\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 257, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CreateStatusMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 274, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CreatePerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "54981597-c7fc-473b-a02a-bf334448a6e1" - }, - "FileName": "MonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\MonIn.cs", - "FileChanges": [ - { - "LineNumber": 300, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDateTimeNowAsPosix\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9604129b-9f9e-4d40-b991-eb2ed4f06096" - }, - "FileName": "State.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\State.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027State\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "bf80f1f1-f60f-457f-abce-287052bdb3c5" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 39, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileConnectorConfiguration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "bf80f1f1-f60f-457f-abce-287052bdb3c5" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePathGenerator\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "bf80f1f1-f60f-457f-abce-287052bdb3c5" - }, - "FileName": "FilePathGenerator.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGenerator.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetSubFolderPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027To\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027From\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsErrorFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SubFolderPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FirstDirectory\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ResolvedFileLocation\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReportFullPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "db0272f7-b356-4e68-85c3-4286ed552719" - }, - "FileName": "FilePathGeneratorInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\FilePathGeneratorInfo.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePathGeneratorInfo\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3a5a9d8d-14bf-41b2-94fe-ccca5fc6dfb9" - }, - "FileName": "Mapper.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\Mapper.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Mapper\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3a5a9d8d-14bf-41b2-94fe-ccca5fc6dfb9" - }, - "FileName": "Mapper.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\Mapper.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 105, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Map\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3a5a9d8d-14bf-41b2-94fe-ccca5fc6dfb9" - }, - "FileName": "Mapper.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Shared\\Mapper.cs", - "FileChanges": [ - { - "LineNumber": 62, - "CharNumber": 118, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Map\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "4a620bb4-dbcc-4a64-803b-0986c6f51fab" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\APC\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "4a620bb4-dbcc-4a64-803b-0986c6f51fab" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\APC\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 106, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileCopy\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "4a620bb4-dbcc-4a64-803b-0986c6f51fab" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\APC\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 120, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f1577615-149d-446c-b82e-5c9a535daee4" - }, - "FileName": "CellInstanceConnectionName.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\CellInstanceConnectionName.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CellInstanceConnectionName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f1577615-149d-446c-b82e-5c9a535daee4" - }, - "FileName": "CellInstanceConnectionName.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\CellInstanceConnectionName.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 31, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Get\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileConnectorConfiguration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IDLE_EVENT_WAIT_TIME_DEFAULT\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FILE_HANDLE_TIMEOUT_DEFAULT\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerOnChanged\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CopySourceFolderStructure\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PostProcessingRetries\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 39, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IfPostProcessingFailsAction\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027AlternateTargetFolder\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileHandleTimeout\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DeleteEmptySourceSubFolders\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IdleEventWaitTimeInSeconds\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileAgeThreshold\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 33, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 31, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileAgeFilterMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipTargetFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 39, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipErrorTargetFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 41, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipFileSubFolderLevel\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 43, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DefaultPlaceHolderValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 48, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceDirectoryCloaking\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FolderAgeCheckIndividualSubFolders\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 53, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerOnCreated\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 51, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileScanningIntervalInSeconds\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 47, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ConnectionSettings\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 45, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UseZip64Mode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 55, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipFileTime\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 57, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceFileLocation\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 49, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FolderAgeThreshold\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 60, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceFileFilters\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 62, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IncludeSubDirectories\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 64, - "CharNumber": 44, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileScanningOption\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 66, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TargetFileLocation\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 59, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceFileFilter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 68, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ErrorTargetFileLocation\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 72, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileHandleWaitTime\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 76, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ConnectionRetryInterval\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 74, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IfFileExistAction\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 70, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TargetFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 78, - "CharNumber": 35, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PreProcessingMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 80, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PostProcessingMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 82, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ErrorPostProcessingMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 84, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipFileAmount\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 86, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ErrorTargetFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 90, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PostProcessingModeEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 107, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IfFileExistEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 113, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IfPostProcessingFailsEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 118, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileScanningOptionEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 123, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ZipModeEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 102, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PreProcessingModeEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 129, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileAgeFilterEnum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c66e9ee4-0b50-49c8-9595-345ff39ce6d7" - }, - "FileName": "FileConnectorConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\Configuration\\FileConnectorConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 88, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Initialize\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c4f2880a-5d3b-4876-9e99-f4b51c27d87b" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Dummy\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c4f2880a-5d3b-4876-9e99-f4b51c27d87b" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Dummy\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 98, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CallbackInProcessCleared\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c4f2880a-5d3b-4876-9e99-f4b51c27d87b" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Dummy\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 163, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CallbackFileExists\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c4f2880a-5d3b-4876-9e99-f4b51c27d87b" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Dummy\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 202, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetCellName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c4f2880a-5d3b-4876-9e99-f4b51c27d87b" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Dummy\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 229, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Callback\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a4946a4f-82e2-4c1b-9459-95693820e55d" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\IQSSi\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a4946a4f-82e2-4c1b-9459-95693820e55d" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\IQSSi\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 106, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileCopy\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a4946a4f-82e2-4c1b-9459-95693820e55d" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\IQSSi\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 119, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "16c995ea-6541-444f-80d4-5ef1dc14e14e" - }, - "FileName": "IEquipmentControl.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\IEquipmentControl.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 38, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SelfDescriptionBuilder\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "16c995ea-6541-444f-80d4-5ef1dc14e14e" - }, - "FileName": "IEquipmentControl.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\IEquipmentControl.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Commands\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "16c995ea-6541-444f-80d4-5ef1dc14e14e" - }, - "FileName": "IEquipmentControl.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\IEquipmentControl.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Connection\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "16c995ea-6541-444f-80d4-5ef1dc14e14e" - }, - "FileName": "IEquipmentControl.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\IEquipmentControl.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DataCollection\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "20a1e027-d8b9-44da-bc4d-6cff5388ef45" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Archive\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "20a1e027-d8b9-44da-bc4d-6cff5388ef45" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Archive\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 102, - "CharNumber": 40, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDirectoriesRecursively\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "20a1e027-d8b9-44da-bc4d-6cff5388ef45" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Archive\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 118, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MoveArchive\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "20a1e027-d8b9-44da-bc4d-6cff5388ef45" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Archive\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 139, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "dff580e9-588f-45c8-be01-82dc0cd2e338" - }, - "FileName": "FileConnectorParameterTypeDefinitionProvider.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\SelfDescription\\FileConnectorParameterTypeDefinitionProvider.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileConnectorParameterTypeDefinitionProvider\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "dff580e9-588f-45c8-be01-82dc0cd2e338" - }, - "FileName": "FileConnectorParameterTypeDefinitionProvider.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\SelfDescription\\FileConnectorParameterTypeDefinitionProvider.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 49, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetAllParameterTypeDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "dff580e9-588f-45c8-be01-82dc0cd2e338" - }, - "FileName": "FileConnectorParameterTypeDefinitionProvider.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Ifx\\Eaf\\EquipmentConnector\\File\\SelfDescription\\FileConnectorParameterTypeDefinitionProvider.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetParameterTypeDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "65861c71-7091-49aa-a4de-8b6a8d4b7adb" - }, - "FileName": "NotNullAttribute.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\PeerGroup\\GCL\\Annotations\\NotNullAttribute.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NotNullAttribute\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1b429855-894b-4857-87f8-f38efbec5ae8" - }, - "FileName": "HsmsConnectionMode.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\PeerGroup\\GCL\\SecsDriver\\HsmsConnectionMode.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HsmsConnectionMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "94d327a8-bbf8-4119-8ab9-3ebe984771fb" - }, - "FileName": "HsmsSessionMode.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\PeerGroup\\GCL\\SecsDriver\\HsmsSessionMode.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HsmsSessionMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "64fcf726-7d6b-4a75-b03e-2ac4ab8d82d3" - }, - "FileName": "SerialBaudRate.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\PeerGroup\\GCL\\SecsDriver\\SerialBaudRate.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SerialBaudRate\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ModelObjectParameterDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 45, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ValueType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EnumType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Value\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Id\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsValidValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "f38bd707-4dd5-4b23-9ada-a7e493b4b8a8" - }, - "FileName": "ModelObjectParameterDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterDefinition.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 51, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Clone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "8bc9fb72-6d21-45ff-b005-31cff7f83e2b" - }, - "FileName": "SecsTransportType.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\PeerGroup\\GCL\\SecsDriver\\SecsTransportType.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SecsTransportType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 107, - "CharNumber": 33, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetSearchDirectories\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 121, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetMatchingFiles\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 143, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetCollection\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 156, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MoveCollection\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9c5d3e10-9196-49c9-9798-a0c578985cbc" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\MoveMatchingFiles\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 191, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Description\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NullData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EventName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Sequence\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessJobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReportFullPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Date\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027JobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 115, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDisplayNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5effce0d-4509-46e7-bb3b-efb6dc3aa172" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Duplicator\\Description.cs", - "FileChanges": [ - { - "LineNumber": 121, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDefault\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d56e1bf0-e7ab-4da4-a1d9-2bd85cd52478" - }, - "FileName": "ModelObjectParameterType.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\CellAutomation\\ModelObjectParameterType.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ModelObjectParameterType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SecsConnectionConfiguration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T6HsmsControlMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 39, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PortType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Port\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027LinkTestTimer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 32, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Host\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T5ConnectionSeperation\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 36, - "CharNumber": 37, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SessionMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DeviceId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 38, - "CharNumber": 40, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ConnectionMode\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 40, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T7ConnectionIdle\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 42, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T8NetworkIntercharacter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T4InterBlock\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T3MessageReply\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T2Protocol\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027T1InterCharacter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c34f8e4b-b842-4833-9d61-5b9c969635cb" - }, - "FileName": "SecsConnectionConfiguration.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Management\\ConfigurationData\\Semiconductor\\CellInstances\\SecsConnectionConfiguration.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027BaudRate\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 153, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetPropertyValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 163, - "CharNumber": 55, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetProperties\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 171, - "CharNumber": 55, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetProperties\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 179, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UpdateLastTicksDuration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 218, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WriteAllLines\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 187, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WaitForThread\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 230, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Move\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 263, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetTupleFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 295, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WaitForFileConsumption\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 369, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetFileParameter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 380, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetFileParameterLotIDToLogisticsMID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 391, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetFileParameterLotID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 404, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WritePDSF\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 424, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Move\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 442, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerEvents\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 503, - "CharNumber": 52, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDuplicatorDescriptions\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 471, - "CharNumber": 68, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReExtract\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 518, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Shared1880\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 553, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Shared1811\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 590, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Shared0231\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 602, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WaitForFileConsumption\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 618, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetJobIdParentDirectory\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 630, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetInProcessDirectory\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 645, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetFileNameAfterUnderscoreSplit\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1df27496-7750-49d7-9b47-38b72893fd32" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 656, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetParentParent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fa9a35f3-5cb6-46b5-8e36-221ddc22640a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fa9a35f3-5cb6-46b5-8e36-221ddc22640a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 110, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "fa9a35f3-5cb6-46b5-8e36-221ddc22640a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 127, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Cassette\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WSRequest\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CellName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Date\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MeanThickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Operator\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PSN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RDS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Reactor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Recipe\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StdDev\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Title\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 33, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Details\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Id\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Batch\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5516bcca-997c-417d-8a94-4c28420ab3fe" - }, - "FileName": "WSRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewer\\WSRequest.cs", - "FileChanges": [ - { - "LineNumber": 92, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PostOpenInsightMetrologyViewerAttachments\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3cf49582-427a-4a55-8a87-c6c70f2eb262" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewerAttachments\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3cf49582-427a-4a55-8a87-c6c70f2eb262" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewerAttachments\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 113, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PostOpenInsightMetrologyViewerAttachments\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3cf49582-427a-4a55-8a87-c6c70f2eb262" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsightMetrologyViewerAttachments\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 137, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9ce9d4bd-ed16-4739-9e3f-abbb3c751e26" - }, - "FileName": "Logistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Logistics.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Logistics\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9ce9d4bd-ed16-4739-9e3f-abbb3c751e26" - }, - "FileName": "Logistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Logistics.cs", - "FileChanges": [ - { - "LineNumber": 193, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DefaultMesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9ce9d4bd-ed16-4739-9e3f-abbb3c751e26" - }, - "FileName": "Logistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Logistics.cs", - "FileChanges": [ - { - "LineNumber": 195, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Update\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e9fecc86-8576-4787-9cb6-db446a467b25" - }, - "FileName": "TraceRequest.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\TraceRequest.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TraceRequest\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e78d8c0c-da01-4b98-abb3-f1ca5f2d48d0" - }, - "FileName": "SetParameterValuesHandler.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\AutoGenerated\\SetParameterValuesHandler.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SetParameterValuesHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "11d08a43-74f9-4dd2-a7ae-167fe3c43dce" - }, - "FileName": "Logistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Logistics2.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Logistics2\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027VirtualParameterValuesHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 28, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SelfDescriptionLookup\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SelfDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 40, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ActiveRequests\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DataTracingHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RegisterChangeDataCollectionHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NotifyDataTracingAvailable\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CreateParameterValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RegisterGetParameterValuesHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RegisterDataTracingHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RegisterSetParameterValuesHandler\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerDeactivate\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerEvent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerEvent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionClear\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionClear\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionClear\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionClear\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionSet\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionSet\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionSet\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 32, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerExceptionSet\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerPerformanceWarning\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerPerformanceRestored\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerTraceSample\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 36, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerTraceSample\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a52d8281-3eb7-40ed-a831-ab81bf7bdd0d" - }, - "FileName": "IEquipmentDataCollection.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\Control\\IEquipmentDataCollection.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TriggerTraceSample\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "09a0dbbd-7715-487a-be9d-c4af19a3e85c" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsight\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "09a0dbbd-7715-487a-be9d-c4af19a3e85c" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsight\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 111, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetLines\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "09a0dbbd-7715-487a-be9d-c4af19a3e85c" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsight\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 132, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SaveOpenInsightFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "09a0dbbd-7715-487a-be9d-c4af19a3e85c" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\OpenInsight\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 154, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d4d9b347-9c15-438f-a7fa-5b24a28d32d9" - }, - "FileName": "ParameterValue.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\DataCollection\\Reporting\\ParameterValue.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Value\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d4d9b347-9c15-438f-a7fa-5b24a28d32d9" - }, - "FileName": "ParameterValue.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\DataCollection\\Reporting\\ParameterValue.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Timestamp\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d4d9b347-9c15-438f-a7fa-5b24a28d32d9" - }, - "FileName": "ParameterValue.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\DataCollection\\Reporting\\ParameterValue.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 31, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Definition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d4d9b347-9c15-438f-a7fa-5b24a28d32d9" - }, - "FileName": "ParameterValue.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\DataCollection\\Reporting\\ParameterValue.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ParameterValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d4d9b347-9c15-438f-a7fa-5b24a28d32d9" - }, - "FileName": "ParameterValue.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\DataCollection\\Reporting\\ParameterValue.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 35, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Clone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2e3a573d-15d2-42d3-9f01-1d22132f345e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Processed\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2e3a573d-15d2-42d3-9f01-1d22132f345e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Processed\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 111, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DirectoryMove\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2e3a573d-15d2-42d3-9f01-1d22132f345e" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Processed\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 139, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e411055a-d79c-4828-a068-702907b837b7" - }, - "FileName": "ScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\ScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ScopeInfo\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e411055a-d79c-4828-a068-702907b837b7" - }, - "FileName": "ScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\ScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Test\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "e411055a-d79c-4828-a068-702907b837b7" - }, - "FileName": "ScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\ScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 298, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ShallowCopy\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentParameter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Id\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourcePath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Description\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceEquipment\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TypeDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsReadOnly\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsTransient\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2506ab79-5062-43b2-aef6-77a5bf62966a" - }, - "FileName": "EquipmentParameter.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ElementDescription\\EquipmentParameter.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ToStringWithDetails\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "57e3f643-3e1a-41b9-8eda-e560af39cd25" - }, - "FileName": "Field.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\Field.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Field\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "57e3f643-3e1a-41b9-8eda-e560af39cd25" - }, - "FileName": "Field.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\Field.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "57e3f643-3e1a-41b9-8eda-e560af39cd25" - }, - "FileName": "Field.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\Field.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Description\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "57e3f643-3e1a-41b9-8eda-e560af39cd25" - }, - "FileName": "Field.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\Field.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 36, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TypeDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "57e3f643-3e1a-41b9-8eda-e560af39cd25" - }, - "FileName": "Field.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\Field.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CanBeNull\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d7e9c8ca-b6a1-4ecc-b5ee-bd7743725020" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\SPaCe\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d7e9c8ca-b6a1-4ecc-b5ee-bd7743725020" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\SPaCe\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 106, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileCopy\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "d7e9c8ca-b6a1-4ecc-b5ee-bd7743725020" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\SPaCe\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 117, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "37583a1b-f220-4cde-a365-b5ed09ed34eb" - }, - "FileName": "WS.Attachment.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Attachment.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SourceFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "37583a1b-f220-4cde-a365-b5ed09ed34eb" - }, - "FileName": "WS.Attachment.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Attachment.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "37583a1b-f220-4cde-a365-b5ed09ed34eb" - }, - "FileName": "WS.Attachment.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Attachment.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "37583a1b-f220-4cde-a365-b5ed09ed34eb" - }, - "FileName": "WS.Attachment.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Attachment.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DestinationFileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "37583a1b-f220-4cde-a365-b5ed09ed34eb" - }, - "FileName": "WS.Attachment.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Attachment.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Attachment\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "40af334c-16b1-4eef-85c6-d204447cf0b9" - }, - "FileName": "ParameterTypeDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\ParameterTypeDefinition.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 23, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ParameterTypeDefinition\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "40af334c-16b1-4eef-85c6-d204447cf0b9" - }, - "FileName": "ParameterTypeDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\ParameterTypeDefinition.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Name\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "40af334c-16b1-4eef-85c6-d204447cf0b9" - }, - "FileName": "ParameterTypeDefinition.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\ParameterTypeDefinition.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Description\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "83063ebb-574e-425a-b0cd-fcdca433f1ab" - }, - "FileName": "WS.Results.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Results.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Results\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "83063ebb-574e-425a-b0cd-fcdca433f1ab" - }, - "FileName": "WS.Results.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Results.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Success\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "83063ebb-574e-425a-b0cd-fcdca433f1ab" - }, - "FileName": "WS.Results.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Results.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HeaderID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "83063ebb-574e-425a-b0cd-fcdca433f1ab" - }, - "FileName": "WS.Results.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Results.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Errors\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "83063ebb-574e-425a-b0cd-fcdca433f1ab" - }, - "FileName": "WS.Results.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.Results.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Warnings\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "55d060d9-ff1f-458a-aab5-781c5ae98252" - }, - "FileName": "ParameterType.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ParameterType.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ParameterType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Description\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EventName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NullData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027JobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Sequence\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReportFullPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessJobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Employee\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Lot\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PSN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Recipe\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Reactor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Cassette\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GradeStdDev\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Date\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HeaderUniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 36, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Layer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 38, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PassFail\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MeanThickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 39, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RDS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 40, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Slot\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 41, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Title\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 42, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 44, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Zone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 46, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Mean\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 47, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Position\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 43, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Wafer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 48, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StdDev\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 49, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Thickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 226, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDisplayNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9f67df7f-6648-408f-afb1-87cc2b2153d2" - }, - "FileName": "Description.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Description.cs", - "FileChanges": [ - { - "LineNumber": 232, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDefault\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3b100b54-1124-4707-8049-abc7a6b37fa9" - }, - "FileName": "StructuredType.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\StructuredType.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Fields\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3b100b54-1124-4707-8049-abc7a6b37fa9" - }, - "FileName": "StructuredType.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\EquipmentCore\\SelfDescription\\ParameterTypes\\StructuredType.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StructuredType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Descriptor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Reactor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Zone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Layer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Cassette\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Employee\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RDS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "26a189bc-da37-40c8-852d-40c542fed650" - }, - "FileName": "Descriptor.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Descriptor.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PSN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Detail\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HeaderUniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Mean\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PassFail\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Position\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Recipe\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Slot\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StdDev\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Wafer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Thickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0f81aa2f-8897-4d6d-b944-0b6e7641526b" - }, - "FileName": "Detail.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Detail.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Points\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessDataStandardFormat\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SearchFor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetPDSFText\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 89, - "CharNumber": 53, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetLogisticsColumnsAndBody\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 190, - "CharNumber": 52, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDictionary\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 143, - "CharNumber": 33, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetArray\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 211, - "CharNumber": 85, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetTestDictionary\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 259, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetString\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 267, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentIntegration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 269, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027BusinessIntegration\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 271, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SystemExport\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 273, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Archive\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 275, - "CharNumber": 26, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetLines\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "674bbc99-8b1a-4d2a-a18d-e40c20dc1799" - }, - "FileName": "ProcessDataStandardFormat.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\ProcessDataStandardFormat.cs", - "FileChanges": [ - { - "LineNumber": 337, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PDSFToFixedWidth\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2f919aa2-bf7a-44b7-aaf6-ac591fbefd46" - }, - "FileName": "Point.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Point.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Point\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2f919aa2-bf7a-44b7-aaf6-ac591fbefd46" - }, - "FileName": "Point.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Point.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HeaderUniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2f919aa2-bf7a-44b7-aaf6-ac591fbefd46" - }, - "FileName": "Point.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Point.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Position\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2f919aa2-bf7a-44b7-aaf6-ac591fbefd46" - }, - "FileName": "Point.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Point.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Thickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "2f919aa2-bf7a-44b7-aaf6-ac591fbefd46" - }, - "FileName": "Point.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\Point.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "155f34a8-32e5-46d6-872c-bb94e8533021" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 9, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Test\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "155f34a8-32e5-46d6-872c-bb94e8533021" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 9, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Index\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "155f34a8-32e5-46d6-872c-bb94e8533021" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 9, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Count\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsEvent\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NullData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EventName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsEAFHosted\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsDuplicator\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027EquipmentType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReportFullPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CellInstanceName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027CellInstanceConnectionName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ExceptionSubject\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UseCyclicalForDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5e10d579-a07e-4ab2-8311-7902e4574ad6" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ParameterizedModelObjectDefinitionType\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d9de3b9-7f25-4806-831a-9409fac7a00a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\txt\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d9de3b9-7f25-4806-831a-9409fac7a00a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\txt\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 99, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileInfo\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 21, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027DateTimeFromSequence\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027JobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Logistics1\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 29, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Logistics2\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027NullData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReportFullPath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessJobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 21, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TotalSecondsSinceLastWriteTimeFromSequence\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "a277dc2c-6f82-4e96-bebf-d85056707805" - }, - "FileName": "ILogistics.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 17, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Sequence\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RunNumber\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SatelliteGroup\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PocketNumber\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PartNumber\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WaferLot\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "be0c31d5-22fc-4129-accb-807b9a4b765b" - }, - "FileName": "ILogistics2.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\ILogistics2.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Recipe\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "ea5d9354-3f3a-4dcc-a549-0636554fc5c3" - }, - "FileName": "IProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IProcessData.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Details\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027HTML\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Title\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Enum\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileName\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 9, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027TestValue\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Header\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027QueryFilter\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "0a7bbdcc-16eb-4ac2-bacd-2ff3cc61e551" - }, - "FileName": "IScopeInfo.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Properties\\IScopeInfo.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileNameWithoutExtension\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "baaf4518-1a93-4ab8-aee7-0bca1d26348d" - }, - "FileName": "Test.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Test.cs", - "FileChanges": [ - { - "LineNumber": 3, - "CharNumber": 13, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Test\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5f5fc956-f019-4f6b-8ef2-b45c1e1c6455" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\txt\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "5f5fc956-f019-4f6b-8ef2-b45c1e1c6455" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\txt\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 65, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetTuples\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96906bbc-0981-42a1-b8da-88158c60683a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FileRead\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96906bbc-0981-42a1-b8da-88158c60683a" - }, - "FileName": "FileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\FileRead.cs", - "FileChanges": [ - { - "LineNumber": 99, - "CharNumber": 66, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 22, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ProcessData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 26, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Date\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 22, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027JobID\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 23, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MesEntity\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 25, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Cassette\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 24, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Batch\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 28, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Layer\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027MeanThickness\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 27, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027FilePath\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 30, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Employee\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 32, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027RDS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 31, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PSN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 33, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Reactor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 35, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Title\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 34, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027StdDev\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 37, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Zone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 36, - "CharNumber": 19, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027UniqueId\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 80, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetBefore\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 100, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetBefore\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 127, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetToEOL\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 137, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetToEOL\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 147, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetToken\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 177, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsBlankLine\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 183, - "CharNumber": 25, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027IsNullOrWhiteSpace\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 171, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetToText\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 207, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027PeekNextLine\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 215, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ScanPast\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 228, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDateTime\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 249, - "CharNumber": 37, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetReactorAndRDS\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 269, - "CharNumber": 37, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetLayerAndPSN\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 294, - "CharNumber": 27, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetZone\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 308, - "CharNumber": 30, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDescriptor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 375, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Set\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 438, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Parse\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "6c110270-a487-4d89-af75-d3f5ee15b851" - }, - "FileName": "ProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\FileHandlers\\Stratus\\ProcessData.cs", - "FileChanges": [ - { - "LineNumber": 601, - "CharNumber": 39, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDescriptions\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 29, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 58, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 8, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 39, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 68, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 48, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendStatus\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 79, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 92, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 107, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 99, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 115, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 123, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 132, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 139, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 147, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 85, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 155, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 164, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "96167e65-6b68-4a5d-a0b6-2b405992727f" - }, - "FileName": "IMonIn.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Infineon\\Monitoring\\MonA\\IMonIn.cs", - "FileChanges": [ - { - "LineNumber": 173, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendPerformanceMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "b3973d4b-c753-464a-8f2d-e959e1a3b541" - }, - "FileName": "ISmtp.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Eaf\\Core\\Smtp\\ISmtp.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Send\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9fb71b2e-81a3-4418-833a-7e450bd69373" - }, - "FileName": "ISMTP.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\ISMTP.cs", - "FileChanges": [ - { - "LineNumber": 7, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendNormalPriorityEmailMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9fb71b2e-81a3-4418-833a-7e450bd69373" - }, - "FileName": "ISMTP.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\ISMTP.cs", - "FileChanges": [ - { - "LineNumber": 6, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendHighPriorityEmailMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "9fb71b2e-81a3-4418-833a-7e450bd69373" - }, - "FileName": "ISMTP.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\ISMTP.cs", - "FileChanges": [ - { - "LineNumber": 5, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendLowPriorityEmailMessage\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1793dc6c-cf06-453a-aa36-d95889d32453" - }, - "FileName": "IProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IProcessData.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetCurrentReactor\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "1793dc6c-cf06-453a-aa36-d95889d32453" - }, - "FileName": "IProcessData.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IProcessData.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 58, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetResults\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027WaitForThread\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDefault\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetEventDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetHeaderNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDisplayNamesJsonElement\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 58, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027ReExtract\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 10, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Move\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDescriptions\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 14, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027Move\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "931544da-07ba-4f96-ae30-cb0654566b4a" - }, - "FileName": "IFileRead.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IFileRead.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 58, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetExtractResult\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 9, - "CharNumber": 12, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetEventDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 10, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDetailNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 11, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetHeaderNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 12, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDisplayNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetParameterNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 15, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetIgnoreParameterNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 14, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetPairedParameterNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 16, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetNames\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 17, - "CharNumber": 20, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDefault\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 18, - "CharNumber": 32, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDisplayNamesJsonElement\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 19, - "CharNumber": 18, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDefaultDescription\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "3d3f97a8-1bad-47fa-83e2-d0fc597b0197" - }, - "FileName": "IDescription.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Methods\\IDescription.cs", - "FileChanges": [ - { - "LineNumber": 20, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027GetDescriptions\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c182451a-a99d-4bde-8f81-17c80a855618" - }, - "FileName": "WS.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.cs", - "FileChanges": [ - { - "LineNumber": 13, - "CharNumber": 37, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027SendData\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c182451a-a99d-4bde-8f81-17c80a855618" - }, - "FileName": "WS.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.cs", - "FileChanges": [ - { - "LineNumber": 62, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027AttachFile\u0027, must begin with a lower case character" - } - ] - }, - { - "DocumentId": { - "ProjectId": { - "Id": "af4721fa-668d-427c-8b9b-6da52e62cb17" - }, - "Id": "c182451a-a99d-4bde-8f81-17c80a855618" - }, - "FileName": "WS.cs", - "FilePath": "L:\\Workspaces\\33_CS29_79_72\\MIT_EAF_Adaptations\\Trunk\\MET08THFTIRSTRATUS\\06_SourceCode\\MET08THFTIRSTRATUS\\Adaptation\\Shared\\Metrology\\WS.cs", - "FileChanges": [ - { - "LineNumber": 92, - "CharNumber": 24, - "DiagnosticId": "IDE1006", - "FormatDescription": "warning IDE1006: Naming rule violation: The first word, \u0027AttachFiles\u0027, must begin with a lower case character" - } - ] - } -] \ No newline at end of file diff --git a/.vscode/mklink.md b/.vscode/mklink.md new file mode 100644 index 0000000..f0aad82 --- /dev/null +++ b/.vscode/mklink.md @@ -0,0 +1,11 @@ +--- +type: "note" +created: "2023-10-20T03:52:57.401Z" +updated: "2023-10-20T03:53:49.161Z" +--- + +# mklink + +```bash +mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRQS408M\06_SourceCode\MET08THFTIRQS408M\.kanbn" "D:\Documents\Kanban\MET08THFTIRQS408M" +``` diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..71cf24f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.eol": "\n", + "[markdown]": { + "editor.wordWrap": "off" + }, + "cSpell.words": [ + "PDSF", + "Syncthing" + ], + "files.exclude": { + "**/node_modules": true + }, + "files.watcherExclude": { + "**/node_modules": true + }, + "foam.files.ignore": [ + ".foam/**/*", + ".stfolder/**/*", + "**/_layouts/**/*", + "**/_site/**/*", + "**/.vscode/**/*", + "**/node_modules/**/*" + ], + "kanbn.showBurndownButton": false, + "kanbn.showSprintButton": false, + "foam.links.hover.enable": false, + "foam.placeholders.exclude": [ + ".kanbn/Archive/**/*" + ], + "foam.orphans.exclude": [ + ".journal/**/*" + ], + "foam.graph.style": { + "background": "#202020", + "node": { + "wired": "green", + "wireless": "orange", + "person": "white", + "topic": "#bc2a3c", + "kanbn": "#ff7b00", + "basic-note": "#773b93", + "daily-note": "#ff9d00", + "note": "#f2cb1d", + "placeholder": "#ff9d00", + "tag": "#0494c1", + "bug": "#bc2a3c", + "epic": "#ff7b00", + "feature": "#773b93", + "issue": "#ff9d00", + "task": "#f2cb1d", + "test-case": "#ff9d00", + "user-story": "#0494c1" + } + } +} \ No newline at end of file diff --git a/Adaptation/.editorconfig b/Adaptation/.editorconfig index b45701e..bd60911 100644 --- a/Adaptation/.editorconfig +++ b/Adaptation/.editorconfig @@ -1,3 +1,19 @@ +[*.md] +end_of_line = crlf +file_header_template = unset +indent_size = 2 +indent_style = space +insert_final_newline = false +root = true +tab_width = 2 +[*.csproj] +end_of_line = crlf +file_header_template = unset +indent_size = 2 +indent_style = space +insert_final_newline = false +root = true +tab_width = 2 [*.cs] csharp_indent_block_contents = true csharp_indent_braces = false @@ -82,13 +98,29 @@ dotnet_diagnostic.CA1829.severity = warning # CA1829: Use Length/Count property dotnet_diagnostic.CA1834.severity = warning # CA1834: Consider using 'StringBuilder.Append(char)' when applicable dotnet_diagnostic.CA1846.severity = none # CA1846: Prefer AsSpan over Substring dotnet_diagnostic.CA1847.severity = none # CA1847: Use string.Contains(char) instead of string.Contains(string) with single characters +dotnet_diagnostic.CA1854.severity = warning # CA1854: Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup +dotnet_diagnostic.CA1860.severity = error # CA1860: Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance +dotnet_diagnostic.CA1862.severity = none # CA1862: Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' +dotnet_diagnostic.CA1864.severity = none # CA1864: To avoid double lookup, call 'TryAdd' instead of calling 'Add' with a 'ContainsKey' guard +dotnet_diagnostic.CA1866.severity = none # CA1866: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char +dotnet_diagnostic.CA1869.severity = none # CA1869: Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. +dotnet_diagnostic.CA2254.severity = none # CA2254: The logging message template should not vary between calls to 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' dotnet_diagnostic.IDE0001.severity = warning # IDE0001: Simplify name dotnet_diagnostic.IDE0002.severity = warning # Simplify (member access) - System.Version.Equals("1", "2"); Version.Equals("1", "2"); dotnet_diagnostic.IDE0004.severity = warning # IDE0004: Cast is redundant. dotnet_diagnostic.IDE0005.severity = warning # Using directive is unnecessary +dotnet_diagnostic.IDE0028.severity = none # IDE0028: Collection initialization can be simplified +dotnet_diagnostic.IDE0031.severity = warning # Use null propagation (IDE0031) dotnet_diagnostic.IDE0047.severity = warning # IDE0047: Parentheses can be removed dotnet_diagnostic.IDE0049.severity = warning # Use language keywords instead of framework type names for type references (IDE0049) dotnet_diagnostic.IDE0060.severity = warning # IDE0060: Remove unused parameter +dotnet_diagnostic.IDE0200.severity = warning # IDE0200: Lambda expression can be removed +dotnet_diagnostic.IDE0270.severity = none # IDE0270: Null check can be simplified +dotnet_diagnostic.IDE0290.severity = none # Use primary constructor [Distance]csharp(IDE0290) +dotnet_diagnostic.IDE0300.severity = none # IDE0300: Collection initialization can be simplified +dotnet_diagnostic.IDE0301.severity = none #IDE0301: Collection initialization can be simplified +dotnet_diagnostic.IDE0305.severity = none # IDE0305: Collection initialization can be simplified +dotnet_diagnostic.SYSLIB1045.severity = none # SYSLIB1045: diagnostics for regex source generation dotnet_naming_rule.abstract_method_should_be_pascal_case.severity = warning dotnet_naming_rule.abstract_method_should_be_pascal_case.style = pascal_case dotnet_naming_rule.abstract_method_should_be_pascal_case.symbols = abstract_method diff --git a/Adaptation/.kanbn/index.md b/Adaptation/.kanbn/index.md index 0908151..00612eb 100644 --- a/Adaptation/.kanbn/index.md +++ b/Adaptation/.kanbn/index.md @@ -1,7 +1,5 @@ --- type: "kanbn" -created: 2023-07-07T15:37:56.040Z -updated: 2023-07-18T19:52:59.668Z startedColumns: - 'In Progress' completedColumns: diff --git a/Adaptation/.vscode/launch.json b/Adaptation/.vscode/launch.json index fbbeaa3..da21edd 100644 --- a/Adaptation/.vscode/launch.json +++ b/Adaptation/.vscode/launch.json @@ -4,7 +4,7 @@ "name": ".NET Core Attach", "type": "coreclr", "request": "attach", - "processId": 28056 + "processId": 27928 } ] } diff --git a/Adaptation/FileHandlers/Archive/FileRead.cs b/Adaptation/FileHandlers/Archive/FileRead.cs index 3cc4d71..0e79541 100644 --- a/Adaptation/FileHandlers/Archive/FileRead.cs +++ b/Adaptation/FileHandlers/Archive/FileRead.cs @@ -128,7 +128,7 @@ public class FileRead : Shared.FileRead, IFileRead string jobIdDirectory = Path.Combine(_JobIdParentDirectory, _Logistics.JobID); if (!Directory.Exists(jobIdDirectory)) _ = Directory.CreateDirectory(jobIdDirectory); - if (!Directory.GetDirectories(jobIdDirectory).Any()) + if (Directory.GetDirectories(jobIdDirectory).Length == 0) File.Copy(reportFullPath, Path.Combine(destinationArchiveDirectory, Path.GetFileName(reportFullPath))); else { diff --git a/Adaptation/FileHandlers/Dummy/FileRead.cs b/Adaptation/FileHandlers/Dummy/FileRead.cs index 87aa935..1dbc6af 100644 --- a/Adaptation/FileHandlers/Dummy/FileRead.cs +++ b/Adaptation/FileHandlers/Dummy/FileRead.cs @@ -173,7 +173,7 @@ public class FileRead : Shared.FileRead, IFileRead if (!Directory.Exists(inProcessDirectory)) _ = Directory.CreateDirectory(inProcessDirectory); files = Directory.GetFiles(inProcessDirectory, "*", SearchOption.AllDirectories); - if (files.Any()) + if (files.Length != 0) { if (files.Length > 250) throw new Exception("Safety net!"); diff --git a/Adaptation/FileHandlers/MoveMatchingFiles/FileRead.cs b/Adaptation/FileHandlers/MoveMatchingFiles/FileRead.cs index 39f8d62..2d8a495 100644 --- a/Adaptation/FileHandlers/MoveMatchingFiles/FileRead.cs +++ b/Adaptation/FileHandlers/MoveMatchingFiles/FileRead.cs @@ -6,7 +6,6 @@ using Adaptation.Shared.Methods; using System; using System.Collections.Generic; using System.IO; -using System.Linq; using System.Text; using System.Text.Json; using System.Threading; @@ -129,7 +128,7 @@ public class FileRead : Shared.FileRead, IFileRead for (int i = 0; i < int.MaxValue; i++) { found = Directory.GetFiles(searchDirectory, fileName, SearchOption.AllDirectories); - if (found.Any()) + if (found.Length != 0) { results.AddRange(found); break; @@ -205,7 +204,7 @@ public class FileRead : Shared.FileRead, IFileRead Thread.Sleep(500); } } - if (postCollection.Any()) + if (postCollection.Count != 0) { Thread.Sleep(500); StringBuilder stringBuilder = new(); diff --git a/Adaptation/FileHandlers/OpenInsight/FileRead.cs b/Adaptation/FileHandlers/OpenInsight/FileRead.cs index 72eb6db..1fbf6cc 100644 --- a/Adaptation/FileHandlers/OpenInsight/FileRead.cs +++ b/Adaptation/FileHandlers/OpenInsight/FileRead.cs @@ -20,7 +20,6 @@ public class FileRead : Shared.FileRead, IFileRead private readonly string _IqsConnectionString; private readonly string _OpenInsightFilePattern; private readonly string _OpenInsightApiECDirectory; - private readonly string _OpenInsightApiIFXDirectory; public FileRead(ISMTP smtp, Dictionary fileParameter, string cellInstanceName, int? connectionCount, string cellInstanceConnectionName, FileConnectorConfiguration fileConnectorConfiguration, string equipmentTypeName, string parameterizedModelObjectDefinitionType, IList modelObjectParameters, string equipmentDictionaryName, Dictionary> dummyRuns, Dictionary> staticRuns, bool useCyclicalForDescription, bool isEAFHosted) : base(new Description(), false, smtp, fileParameter, cellInstanceName, connectionCount, cellInstanceConnectionName, fileConnectorConfiguration, equipmentTypeName, parameterizedModelObjectDefinitionType, modelObjectParameters, equipmentDictionaryName, dummyRuns, staticRuns, useCyclicalForDescription, isEAFHosted: connectionCount is null) @@ -34,8 +33,7 @@ public class FileRead : Shared.FileRead, IFileRead throw new Exception(cellInstanceConnectionName); if (!_IsDuplicator) throw new Exception(cellInstanceConnectionName); - _OpenInsightApiIFXDirectory = @"\\messdv002.na.infineon.com\Candela\Archive\API"; - _OpenInsightApiECDirectory = @"\\messv02ecc1.ec.local\EC_Metrology_Si\Archive\API"; + _OpenInsightApiECDirectory = @"\\mesfs.infineon.com\EC_Metrology_Si\Archive\API"; _IqsConnectionString = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "IQS.ConnectionString"); _OpenInsightFilePattern = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "OpenInsight.FilePattern"); } @@ -156,7 +154,7 @@ public class FileRead : Shared.FileRead, IFileRead _ = Directory.CreateDirectory(duplicateDirectory); } string duplicateFile = Path.Combine(duplicateDirectory, Path.GetFileName(reportFullPath)); - if (descriptions.Any() && tests.Any()) + if (descriptions.Count != 0 && tests.Length != 0) { string lines = GetLines(descriptions); if (!string.IsNullOrEmpty(lines)) @@ -173,7 +171,7 @@ public class FileRead : Shared.FileRead, IFileRead else collection.Add(new(new ScopeInfo(tests[0], $"{subGroupId.Value} {_OpenInsightFilePattern}"), lines)); string weekOfYear = _Calendar.GetWeekOfYear(_Logistics.DateTimeFromSequence, CalendarWeekRule.FirstDay, DayOfWeek.Sunday).ToString("00"); - FromIQS.Save(_OpenInsightApiECDirectory, _OpenInsightApiIFXDirectory, _Logistics, reportFullPath, logistics, descriptions.First(), lines, subGroupId, weekOfYear); + FromIQS.Save(_OpenInsightApiECDirectory, _Logistics, reportFullPath, logistics, descriptions.First(), lines, subGroupId, weekOfYear); } } if (_IsEAFHosted && _FileConnectorConfiguration.FileScanningIntervalInSeconds > 0) diff --git a/Adaptation/FileHandlers/OpenInsight/FromIQS.cs b/Adaptation/FileHandlers/OpenInsight/FromIQS.cs index 7f323b0..acbeed0 100644 --- a/Adaptation/FileHandlers/OpenInsight/FromIQS.cs +++ b/Adaptation/FileHandlers/OpenInsight/FromIQS.cs @@ -17,7 +17,7 @@ public class FromIQS #nullable enable private static string GetCommandText(Logistics logistics, Stratus.Description description, string dateTime, long? subGroupId) - { + { // cSpell:disable StringBuilder result = new(); _ = result .AppendLine(" select iq.ev_count, iq.cl_count, iq.sl_count, iq.se_sgrp, iq.se_sgtm, iq.se_tsno, iq.td_test, iq.pr_name, iq.jd_name, iq.pl_name, iq.pd_name, iq.td_name, iq.se_val ") @@ -58,7 +58,7 @@ public class FromIQS .AppendLine(" on se.f_lot = pl.f_lot ") .AppendLine(" join [spcepiworld].[dbo].[part_dat] pd ") .AppendLine(" on se.f_part = pd.f_part ") - .AppendLine(" join [spcepiworld].[dbo].[test_dat] td ") + .AppendLine(" join [spcepiworld].[dbo].[test_dat] td ") .AppendLine(" on se.f_test = td.f_test ") .AppendLine(" where se.f_flag = 0 "); if (subGroupId is not null) @@ -75,7 +75,7 @@ public class FromIQS .AppendLine(" order by iq.ev_count desc, iq.cl_count desc, iq.sl_count desc, iq.se_sgrp, iq.se_tsno, iq.td_test ") .AppendLine(" for json path "); return result.ToString(); - } + } // cSpell:restore private static StringBuilder GetForJsonPath(string connectionString, string commandText) { @@ -135,17 +135,17 @@ public class FromIQS else { JsonElement[]? jsonElements = JsonSerializer.Deserialize(stringBuilder.ToString()); - if (jsonElements is null || !jsonElements.Any() || jsonElements[0].ValueKind != JsonValueKind.Object) + if (jsonElements is null || jsonElements.Length == 0 || jsonElements[0].ValueKind != JsonValueKind.Object) commandText = stringBuilder.ToString(); else { JsonProperty[] jsonProperties = jsonElements[0].EnumerateObject().ToArray(); - if (!jsonProperties.Any() || jsonProperties[3].Name != "se_sgrp" || !long.TryParse(jsonProperties[3].Value.ToString(), out long subGroupId)) + if (jsonProperties.Length == 0 || jsonProperties[3].Name != "se_sgrp" || !long.TryParse(jsonProperties[3].Value.ToString(), out long subGroupId)) commandText = stringBuilder.ToString(); else { result = subGroupId; - if (jsonProperties.Any() && jsonProperties[0].Name == "ev_count" && int.TryParse(jsonProperties[0].Value.ToString(), out int evCount)) + if (jsonProperties.Length != 0 && jsonProperties[0].Name == "ev_count" && int.TryParse(jsonProperties[0].Value.ToString(), out int evCount)) count = evCount; } } @@ -204,40 +204,26 @@ public class FromIQS return result; } - internal static void Save(string openInsightApiECDirectory, string openInsightApiIFXDirectory, Logistics logistics, string reportFullPath, string logisticLines, Stratus.Description description, string lines, long? subGroupId, string weekOfYear) + internal static void Save(string openInsightApiECDirectory, Logistics logistics, string reportFullPath, string logisticLines, Stratus.Description description, string lines, long? subGroupId, string weekOfYear) { string checkFile; string fileName = Path.GetFileName(reportFullPath); string json = GetJson(logistics, logisticLines, description); string? ecPathRoot = Path.GetPathRoot(openInsightApiECDirectory); - string? ifxPathRoot = Path.GetPathRoot(openInsightApiIFXDirectory); bool ecExists = ecPathRoot is not null && Directory.Exists(ecPathRoot); - bool ifxExists = ifxPathRoot is not null && Directory.Exists(ifxPathRoot); string weekYear = $"{logistics.DateTimeFromSequence:yyyy}_Week_{weekOfYear}"; string ecDirectory = Path.Combine(openInsightApiECDirectory, weekYear, $"-{description.PSN}", $"-{description.Reactor}", $"-{description.RDS}", $"-{subGroupId}"); - string ifxDirectory = Path.Combine(openInsightApiIFXDirectory, weekYear, $"-{description.PSN}", $"-{description.Reactor}", $"-{description.RDS}", $"-{subGroupId}"); if (ecExists && !Directory.Exists(ecDirectory)) _ = Directory.CreateDirectory(ecDirectory); - if (ifxExists && !Directory.Exists(ifxDirectory)) - _ = Directory.CreateDirectory(ifxDirectory); checkFile = Path.Combine(ecDirectory, fileName); if (ecExists && !File.Exists(checkFile)) File.Copy(reportFullPath, checkFile); - checkFile = Path.Combine(ifxDirectory, fileName); - if (ifxExists && !File.Exists(checkFile)) - File.Copy(reportFullPath, checkFile); checkFile = Path.Combine(ecDirectory, $"{logistics.DateTimeFromSequence.Ticks}.txt"); if (ecExists && !File.Exists(checkFile)) File.WriteAllText(checkFile, lines); - checkFile = Path.Combine(ifxDirectory, $"{logistics.DateTimeFromSequence.Ticks}.txt"); - if (ifxExists && !File.Exists(checkFile)) - File.WriteAllText(checkFile, lines); checkFile = Path.Combine(ecDirectory, $"{logistics.DateTimeFromSequence.Ticks}.json"); if (ecExists && !File.Exists(checkFile)) File.WriteAllText(checkFile, json); - checkFile = Path.Combine(ifxDirectory, $"{logistics.DateTimeFromSequence.Ticks}.json"); - if (ifxExists && !File.Exists(checkFile)) - File.WriteAllText(checkFile, json); } #nullable disable diff --git a/Adaptation/FileHandlers/OpenInsightMetrologyViewer/FileRead.cs b/Adaptation/FileHandlers/OpenInsightMetrologyViewer/FileRead.cs index cccf26b..cd6fd55 100644 --- a/Adaptation/FileHandlers/OpenInsightMetrologyViewer/FileRead.cs +++ b/Adaptation/FileHandlers/OpenInsightMetrologyViewer/FileRead.cs @@ -31,7 +31,7 @@ public class FileRead : Shared.FileRead, IFileRead throw new Exception(cellInstanceConnectionName); if (!_IsDuplicator) throw new Exception(cellInstanceConnectionName); - _OpenInsightMetrologyViewerFileShare = @"\\messv02ecc1.ec.local\EC_Metrology_Si\MetrologyAttachments\StratusBioRadRunHeader_"; + _OpenInsightMetrologyViewerFileShare = @"\\mesfs.infineon.com\EC_Metrology_Si\MetrologyAttachments\StratusBioRadRunHeader_"; _OpenInsightMetrologyViewerAPI = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "OpenInsight.MetrologyViewerAPI"); } @@ -117,6 +117,8 @@ public class FileRead : Shared.FileRead, IFileRead if (!Directory.Exists(directory)) _ = Directory.CreateDirectory(directory); string fullPath = Path.Combine(directory, Path.GetFileName(reportFullPath)); + if (File.Exists(fullPath)) + File.Delete(fullPath); File.Copy(reportFullPath, fullPath); WSRequest wsRequest = new(this, _Logistics, descriptions, fullPath); (string json, WS.Results wsResults) = WS.SendData(_OpenInsightMetrologyViewerAPI, wsRequest); diff --git a/Adaptation/FileHandlers/OpenInsightMetrologyViewer/WSRequest.cs b/Adaptation/FileHandlers/OpenInsightMetrologyViewer/WSRequest.cs index 89acbb5..a9529e2 100644 --- a/Adaptation/FileHandlers/OpenInsightMetrologyViewer/WSRequest.cs +++ b/Adaptation/FileHandlers/OpenInsightMetrologyViewer/WSRequest.cs @@ -87,7 +87,7 @@ public class WSRequest Details.Add(detail); } Date ??= logistics.DateTimeFromSequence.ToString(); - if (UniqueId is null && Details.Any()) + if (UniqueId is null && Details.Count != 0) UniqueId = Details[0].HeaderUniqueId; } diff --git a/Adaptation/FileHandlers/OpenInsightMetrologyViewerAttachments/FileRead.cs b/Adaptation/FileHandlers/OpenInsightMetrologyViewerAttachments/FileRead.cs index d01bd07..ff46e05 100644 --- a/Adaptation/FileHandlers/OpenInsightMetrologyViewerAttachments/FileRead.cs +++ b/Adaptation/FileHandlers/OpenInsightMetrologyViewerAttachments/FileRead.cs @@ -119,13 +119,13 @@ public class FileRead : Shared.FileRead, IFileRead _ = Directory.CreateDirectory(jobIdDirectory); string json; string[] matchDirectories = GetInProcessDirectory(jobIdDirectory); - if (!_StaticRuns.ContainsKey(_Logistics.Sequence)) + if (!_StaticRuns.TryGetValue(_Logistics.Sequence, out List collection)) json = string.Empty; else { - if (_StaticRuns[_Logistics.Sequence].Count != 1) + if (collection.Count != 1) throw new Exception($"{nameof(_StaticRuns)} has too many values for {_Logistics.Sequence}!"); - json = _StaticRuns[_Logistics.Sequence][0]; + json = collection[0]; lock (_StaticRuns) _ = _StaticRuns.Remove(_Logistics.Sequence); } diff --git a/Adaptation/FileHandlers/Stratus/Description.cs b/Adaptation/FileHandlers/Stratus/Description.cs index 39c08a6..f0e1410 100644 --- a/Adaptation/FileHandlers/Stratus/Description.cs +++ b/Adaptation/FileHandlers/Stratus/Description.cs @@ -162,7 +162,7 @@ public class Description : IDescription, Shared.Properties.IDescription List IDescription.GetDescriptions(IFileRead fileRead, Logistics logistics, List tests, IProcessData iProcessData) { List results = new(); - if (iProcessData is null || !iProcessData.Details.Any() || iProcessData is not ProcessData processData) + if (iProcessData is null || iProcessData.Details.Count == 0 || iProcessData is not ProcessData processData) results.Add(GetDefault(fileRead, logistics)); else { diff --git a/Adaptation/FileHandlers/Stratus/FileRead.cs b/Adaptation/FileHandlers/Stratus/FileRead.cs index 6b96cbe..67f93f2 100644 --- a/Adaptation/FileHandlers/Stratus/FileRead.cs +++ b/Adaptation/FileHandlers/Stratus/FileRead.cs @@ -5,7 +5,6 @@ using Adaptation.Shared.Methods; using System; using System.Collections.Generic; using System.IO; -using System.Linq; using System.Text.Json; using System.Text.RegularExpressions; @@ -122,7 +121,7 @@ public class FileRead : Shared.FileRead, IFileRead } SetFileParameterLotID(mid); _Logistics.Update(mid, processData.Reactor); - if (!iProcessData.Details.Any()) + if (iProcessData.Details.Count == 0) throw new Exception(string.Concat("B) No Data - ", dateTime.Ticks)); if (iProcessData.Details[0] is Detail detail && string.IsNullOrEmpty(detail.PassFail)) results.Item4.Add(_Logistics.FileInfo); diff --git a/Adaptation/FileHandlers/txt/FileRead.cs b/Adaptation/FileHandlers/txt/FileRead.cs index 130cbd4..39ef1d4 100644 --- a/Adaptation/FileHandlers/txt/FileRead.cs +++ b/Adaptation/FileHandlers/txt/FileRead.cs @@ -6,7 +6,6 @@ using Adaptation.Shared.Methods; using System; using System.Collections.Generic; using System.IO; -using System.Linq; using System.Text.Json; namespace Adaptation.FileHandlers.txt; @@ -118,7 +117,7 @@ public class FileRead : Shared.FileRead, IFileRead string sequenceDirectoryName = Path.Combine(directoryName, _Logistics.Sequence.ToString()); string originalDataBioRad = Path.Combine(directoryName, $"{_OriginalDataBioRad}{_Logistics.Sequence}.txt"); IProcessData iProcessData = new ProcessData(this, _Logistics, _TickOffset.Value, results.Item4, _OriginalDataBioRad); - if (_IsEAFHosted && iProcessData.Details.Any()) + if (_IsEAFHosted && iProcessData.Details.Count != 0) { if (!Directory.Exists(sequenceDirectoryName)) _ = Directory.CreateDirectory(sequenceDirectoryName); diff --git a/Adaptation/FileHandlers/txt/ProcessData.cs b/Adaptation/FileHandlers/txt/ProcessData.cs index 776e2b4..2f83c54 100644 --- a/Adaptation/FileHandlers/txt/ProcessData.cs +++ b/Adaptation/FileHandlers/txt/ProcessData.cs @@ -103,7 +103,7 @@ public partial class ProcessData : IProcessData } else cassetteIDAndDataSets = GetCassetteIDAndDataSets(reportFullPathlines); - if (cassetteIDAndDataSets.Any()) + if (cassetteIDAndDataSets.Count != 0) { int wafer; string user; @@ -226,7 +226,7 @@ public partial class ProcessData : IProcessData { processData = new Stratus.ProcessData(fileRead, logistics, fileInfoCollection, originalDataBioRad, dataText: dataText); iProcessData = processData; - if (!iProcessData.Details.Any()) + if (iProcessData.Details.Count == 0) _Log.Warn("No Details!"); else { @@ -371,7 +371,7 @@ public partial class ProcessData : IProcessData // Detected a new cassette data scan. Extract the cassette ID. // Example: "Cassette 47-241330-4238 started." segments = line.Substring(9).Split(new string[] { "started" }, StringSplitOptions.RemoveEmptyEntries); - if (segments.Any()) + if (segments.Length != 0) // Remove illegal characters \/:*?"<>| found in the Cassette. cassetteID = Regex.Replace(segments[0].Trim(), @"[\\,\/,\:,\*,\?,\"",\<,\>,\|]", "_").Split('\r')[0].Split('\n')[0]; } diff --git a/Adaptation/MET08THFTIRSTRATUS-Development.yml b/Adaptation/MET08THFTIRSTRATUS-Development.yml index 1c217f8..43434bd 100644 --- a/Adaptation/MET08THFTIRSTRATUS-Development.yml +++ b/Adaptation/MET08THFTIRSTRATUS-Development.yml @@ -7,7 +7,7 @@ trigger: - "Adaptation/*" pool: - name: Mesa-Windows-Service + name: eaf demands: MET08THFTIRSTRATUS-Development steps: @@ -68,7 +68,8 @@ steps: - task: CopyFiles@2 displayName: "Copy Files to: - GhostPCL" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\GhostPCL\gpcl6win64' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\GhostPCL\gpcl6win64' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true enabled: false @@ -76,7 +77,8 @@ steps: - task: CopyFiles@2 displayName: "Copy Files to: - LincPDFC" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\LincPDFC\v2.6.6.21' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\LincPDFC\v2.6.6.21' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true enabled: false @@ -84,7 +86,8 @@ steps: - task: CopyFiles@2 displayName: "Copy Files to: - PDF-Text-Stripper" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\PDF-Text-Stripper\v4.8.0.1' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\PDF-Text-Stripper\v4.8.0.1' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true enabled: false @@ -157,18 +160,18 @@ steps: - task: CopyFiles@2 displayName: 'Copy Files to: D:\Framework4.8' inputs: - SourceFolder: 'bin\$(Configuration)' Contents: "*$(Build.Repository.Name)*" + SourceFolder: 'bin\$(Configuration)' TargetFolder: 'D:\Framework4.8\$(GitCommitSeven)-$(Build.BuildId)-$(Build.Repository.Name)-$(Configuration)' OverWrite: true enabled: false - task: CopyFiles@2 - displayName: 'Copy Files to: \\messv02ecc1.ec.local\EC_EAFRepository' + displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository' inputs: - SourceFolder: 'bin\$(Configuration)' Contents: "*$(Build.Repository.Name)*" - TargetFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)' + SourceFolder: 'bin\$(Configuration)' + TargetFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)' OverWrite: true enabled: false diff --git a/Adaptation/MET08THFTIRSTRATUS.Tests.csproj b/Adaptation/MET08THFTIRSTRATUS.Tests.csproj index 1131a87..9daf450 100644 --- a/Adaptation/MET08THFTIRSTRATUS.Tests.csproj +++ b/Adaptation/MET08THFTIRSTRATUS.Tests.csproj @@ -8,10 +8,9 @@ disable false - 10.0 disable win-x64 - net7.0 + net8.0 trx @@ -43,27 +42,27 @@ NU1701 NU1701 - - - - - - - - - - - - - - + + + + + + + + + + + + + + NU1701 - - - + + + - - + + diff --git a/Adaptation/MET08THFTIRSTRATUS.yml b/Adaptation/MET08THFTIRSTRATUS.yml index ee8f804..ced21bd 100644 --- a/Adaptation/MET08THFTIRSTRATUS.yml +++ b/Adaptation/MET08THFTIRSTRATUS.yml @@ -7,7 +7,7 @@ trigger: - "Adaptation/*" pool: - name: Mesa-Windows-Service + name: eaf demands: MET08THFTIRSTRATUS steps: @@ -68,21 +68,24 @@ steps: - task: CopyFiles@2 displayName: "Copy Files to: - GhostPCL" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\GhostPCL\gpcl6win64' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\GhostPCL\gpcl6win64' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true - task: CopyFiles@2 displayName: "Copy Files to: - LincPDFC" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\LincPDFC\v2.6.6.21' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\LincPDFC\v2.6.6.21' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true - task: CopyFiles@2 displayName: "Copy Files to: - PDF-Text-Stripper" inputs: - SourceFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\PDF-Text-Stripper\v4.8.0.1' + Contents: '*' + SourceFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\PDF-Text-Stripper\v4.8.0.1' TargetFolder: 'Adaptation\bin\$(Configuration)\net6.0\win-x64' OverWrite: true @@ -154,17 +157,17 @@ steps: - task: CopyFiles@2 displayName: 'Copy Files to: D:\Framework4.8' inputs: - SourceFolder: 'bin\$(Configuration)' Contents: "*$(Build.Repository.Name)*" + SourceFolder: 'bin\$(Configuration)' TargetFolder: 'D:\Framework4.8\$(GitCommitSeven)-$(Build.BuildId)-$(Build.Repository.Name)-$(Configuration)' OverWrite: true - task: CopyFiles@2 - displayName: 'Copy Files to: \\messv02ecc1.ec.local\EC_EAFRepository' + displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository' inputs: - SourceFolder: 'bin\$(Configuration)' Contents: "*$(Build.Repository.Name)*" - TargetFolder: '\\messv02ecc1.ec.local\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)' + SourceFolder: 'bin\$(Configuration)' + TargetFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)' OverWrite: true - script: | diff --git a/Adaptation/Shared/Duplicator/Description.cs b/Adaptation/Shared/Duplicator/Description.cs index ee6eb49..964612e 100644 --- a/Adaptation/Shared/Duplicator/Description.cs +++ b/Adaptation/Shared/Duplicator/Description.cs @@ -110,7 +110,7 @@ public class Description : IDescription, Properties.IDescription List IDescription.GetDescriptions(IFileRead fileRead, Logistics logistics, List tests, IProcessData iProcessData) { List results = new(); - if (iProcessData is null || !iProcessData.Details.Any()) + if (iProcessData is null || iProcessData.Details.Count == 0) results.Add(GetDefault(fileRead, logistics)); else { diff --git a/Adaptation/Shared/FileRead.cs b/Adaptation/Shared/FileRead.cs index f66b29b..5f35f7b 100644 --- a/Adaptation/Shared/FileRead.cs +++ b/Adaptation/Shared/FileRead.cs @@ -163,7 +163,7 @@ public class FileRead : Properties.IFileRead protected static ModelObjectParameterDefinition[] GetProperties(string cellInstanceConnectionName, IList modelObjectParameters, string propertyNamePrefix) { ModelObjectParameterDefinition[] results = (from l in modelObjectParameters where l.Name.StartsWith(propertyNamePrefix) select l).ToArray(); - if (!results.Any()) + if (results.Length == 0) throw new Exception(cellInstanceConnectionName); return results; } @@ -171,7 +171,7 @@ public class FileRead : Properties.IFileRead protected static ModelObjectParameterDefinition[] GetProperties(string cellInstanceConnectionName, IList modelObjectParameters, string propertyNamePrefix, string propertyNameSuffix) { ModelObjectParameterDefinition[] results = (from l in modelObjectParameters where l.Name.StartsWith(propertyNamePrefix) && l.Name.EndsWith(propertyNameSuffix) select l).ToArray(); - if (!results.Any()) + if (results.Length == 0) throw new Exception(cellInstanceConnectionName); return results; } @@ -203,7 +203,7 @@ public class FileRead : Properties.IFileRead } lock (threadExceptions) { - if (threadExceptions.Any()) + if (threadExceptions.Count != 0) { foreach (Exception item in threadExceptions) _Log.Error(string.Concat(item.Message, Environment.NewLine, Environment.NewLine, item.StackTrace)); @@ -241,7 +241,7 @@ public class FileRead : Properties.IFileRead if (!_IsDuplicator) WriteAllLines(to, results); } - if (extractResults is not null && extractResults.Item4 is not null && extractResults.Item4.Any()) + if (extractResults is not null && extractResults.Item4 is not null && extractResults.Item4.Count != 0) { string itemFile; List directories = new(); @@ -268,7 +268,7 @@ public class FileRead : Properties.IFileRead string dateValue; string rdsPlaceholder = "%RDS%"; string mesEntityPlaceholder = "%MesEntity%"; - if (!descriptions.Any() || string.IsNullOrEmpty(descriptions[0].RDS)) + if (descriptions.Count == 0 || string.IsNullOrEmpty(descriptions[0].RDS)) rds = logistics.MID; else rds = descriptions[0].RDS; @@ -312,7 +312,7 @@ public class FileRead : Properties.IFileRead preWait = dateTime.AddMilliseconds(1234).Ticks; else preWait = dateTime.AddMilliseconds(_FileConnectorConfiguration.FileHandleWaitTime.Value).Ticks; - if (!collection.Any()) + if (collection.Count == 0) duplicateFiles.Add(duplicateFile); string fileName = Path.GetFileNameWithoutExtension(logistics.ReportFullPath); string successFile = string.Concat(successDirectory, @"\", Path.GetFileName(logistics.ReportFullPath)); @@ -422,10 +422,12 @@ public class FileRead : Properties.IFileRead protected void WritePDSF(IFileRead fileRead, JsonElement[] jsonElements) { string directory; + string weekOfYear = _Calendar.GetWeekOfYear(_Logistics.DateTimeFromSequence, CalendarWeekRule.FirstDay, DayOfWeek.Sunday).ToString("00"); + string weekDirectory = $"{_Logistics.DateTimeFromSequence:yyyy}_Week_{weekOfYear}{@"\"}{_Logistics.DateTimeFromSequence:yyyy-MM-dd}"; if (!_CellInstanceConnectionName.StartsWith(_CellInstanceName) && _CellInstanceConnectionNameBase == _EquipmentType) - directory = Path.Combine(_TracePath, _EquipmentType, "Target", _CellInstanceName, _CellInstanceConnectionName); + directory = Path.Combine(_TracePath, _EquipmentType, "Target", weekDirectory, _CellInstanceName, _CellInstanceConnectionName); else - directory = Path.Combine(_TracePath, _EquipmentType, "Source", _CellInstanceName, _CellInstanceConnectionName); + directory = Path.Combine(_TracePath, _EquipmentType, "Source", weekDirectory, _CellInstanceName, _CellInstanceConnectionName); if (!Directory.Exists(directory)) _ = Directory.CreateDirectory(directory); string file = Path.Combine(directory, string.Concat(_Logistics.MesEntity, "_", _Logistics.Sequence, ".ipdsf")); @@ -460,6 +462,7 @@ public class FileRead : Properties.IFileRead protected void TriggerEvents(Tuple> extractResults, List headerNames, Dictionary keyValuePairs) { object value; + string segments; string description; List list; for (int i = 0; i < extractResults.Item3.Length; i++) @@ -467,10 +470,10 @@ public class FileRead : Properties.IFileRead _Log.Debug(string.Concat("TriggerEvent - {", _Logistics.ReportFullPath, "} ", i, " of ", extractResults.Item3.Length)); foreach (JsonProperty jsonProperty in extractResults.Item3[i].EnumerateObject()) { - if (jsonProperty.Value.ValueKind != JsonValueKind.String || !keyValuePairs.ContainsKey(jsonProperty.Name)) + if (jsonProperty.Value.ValueKind != JsonValueKind.String || !keyValuePairs.TryGetValue(jsonProperty.Name, out segments)) description = string.Empty; else - description = keyValuePairs[jsonProperty.Name].Split('|')[0]; + description = segments.Split('|')[0]; if (!_UseCyclicalForDescription || headerNames.Contains(jsonProperty.Name)) value = jsonProperty.Value.ToString(); else @@ -502,10 +505,10 @@ public class FileRead : Properties.IFileRead matches = Directory.GetFiles(_FileConnectorConfiguration.SourceFileLocation, segments.Last(), SearchOption.AllDirectories); else matches = Directory.GetFiles(_FileConnectorConfiguration.SourceFileLocation, segments.Last(), SearchOption.TopDirectoryOnly); - if (matches.Any()) + if (matches.Length != 0) break; } - if (matches is null || !matches.Any()) + if (matches is null || matches.Length == 0) results = null; else { @@ -588,13 +591,13 @@ public class FileRead : Properties.IFileRead { if (!checkDirectory.Contains('_')) continue; - if (Directory.GetDirectories(checkDirectory, "*", SearchOption.TopDirectoryOnly).Any()) + if (Directory.GetDirectories(checkDirectory, "*", SearchOption.TopDirectoryOnly).Length != 0) continue; - if (Directory.GetFiles(checkDirectory, "*", SearchOption.TopDirectoryOnly).Any()) + if (Directory.GetFiles(checkDirectory, "*", SearchOption.TopDirectoryOnly).Length != 0) continue; - if (Directory.GetDirectories(checkDirectory, "*", SearchOption.AllDirectories).Any()) + if (Directory.GetDirectories(checkDirectory, "*", SearchOption.AllDirectories).Length != 0) continue; - if (Directory.GetFiles(checkDirectory, "*", SearchOption.AllDirectories).Any()) + if (Directory.GetFiles(checkDirectory, "*", SearchOption.AllDirectories).Length != 0) continue; if (new DirectoryInfo(checkDirectory).CreationTime > dateTime) continue; @@ -611,7 +614,7 @@ public class FileRead : Properties.IFileRead { foreach (string directory in (from l in directories orderby l.Split('\\').Length descending select l).Distinct()) { - if (Directory.Exists(directory) && !Directory.GetFiles(directory).Any()) + if (Directory.Exists(directory) && Directory.GetFiles(directory).Length == 0) Directory.Delete(directory); } } diff --git a/Adaptation/Shared/Logistics.cs b/Adaptation/Shared/Logistics.cs index a6ca882..cb1f805 100644 --- a/Adaptation/Shared/Logistics.cs +++ b/Adaptation/Shared/Logistics.cs @@ -91,7 +91,7 @@ public class Logistics : ILogistics string[] segments; _FileInfo = new(reportFullPath); _Logistics1 = logistics.Split(new string[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries).ToList(); - if (!Logistics1.Any() || !Logistics1[0].StartsWith("LOGISTICS_1")) + if (Logistics1.Count == 0 || !Logistics1[0].StartsWith("LOGISTICS_1")) { _NullData = null; _JobID = "null"; diff --git a/Adaptation/Shared/ProcessDataStandardFormat.cs b/Adaptation/Shared/ProcessDataStandardFormat.cs index b256f0f..136ccae 100644 --- a/Adaptation/Shared/ProcessDataStandardFormat.cs +++ b/Adaptation/Shared/ProcessDataStandardFormat.cs @@ -23,7 +23,7 @@ public class ProcessDataStandardFormat public static string GetPDSFText(IFileRead fileRead, Logistics logistics, JsonElement[] jsonElements, string logisticsText) { string result; - if (!jsonElements.Any()) + if (jsonElements.Length == 0) result = string.Empty; else { @@ -146,7 +146,7 @@ public class ProcessDataStandardFormat string logistics = pdsf.Item1; string[] columns = pdsf.Item2; string[] bodyLines = pdsf.Item3; - if (!bodyLines.Any() || !bodyLines[0].Contains('\t')) + if (bodyLines.Length == 0 || !bodyLines[0].Contains('\t')) results = JsonSerializer.Deserialize("[]"); else { @@ -211,9 +211,10 @@ public class ProcessDataStandardFormat public static Tuple>>> GetTestDictionary(Tuple pdsf) { Dictionary>> results = new(); + List collection; string testColumn = nameof(Test); Dictionary> keyValuePairs = GetDictionary(pdsf); - if (!keyValuePairs.ContainsKey(testColumn)) + if (!keyValuePairs.TryGetValue(testColumn, out collection)) throw new Exception(); int min; int max; @@ -221,9 +222,9 @@ public class ProcessDataStandardFormat List vs; string columnKey; Dictionary> tests = new(); - for (int i = 0; i < keyValuePairs[testColumn].Count; i++) + for (int i = 0; i < collection.Count; i++) { - if (Enum.TryParse(keyValuePairs[testColumn][i], out Test test)) + if (Enum.TryParse(collection[i], out Test test)) { if (!results.ContainsKey(test)) { @@ -325,7 +326,7 @@ public class ProcessDataStandardFormat _ = line.Append(';'); } } - if (!pairedParameterNames.Any()) + if (pairedParameterNames.Count == 0) { _ = line.Remove(line.Length - 1, 1); _ = result.AppendLine(line.ToString()); diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD4.cs index eebefc6..d1d2786 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD4.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD4.cs @@ -18,7 +18,7 @@ public class BIORAD4 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } - static BIORAD4() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD5.cs index bfc4d5e..cdfafcc 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD5.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD5.cs @@ -18,7 +18,7 @@ public class BIORAD5 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } - static BIORAD5() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRSTRATUS.cs index 04ea107..16cd586 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRSTRATUS.cs @@ -18,7 +18,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRSTRATUS() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD4.cs index d8df9da..1b58a83 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD4.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD4.cs @@ -18,7 +18,7 @@ public class BIORAD4 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } - static BIORAD4() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD5.cs index fd28011..2d16a9d 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD5.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD5.cs @@ -18,7 +18,7 @@ public class BIORAD5 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } - static BIORAD5() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRSTRATUS.cs index 1ac3c56..5ca1b39 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRSTRATUS.cs @@ -18,7 +18,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRSTRATUS() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD4.cs index 08bada4..778edf4 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD4.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD4.cs @@ -18,7 +18,7 @@ public class BIORAD4 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } - static BIORAD4() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD5.cs index 1642b58..665883a 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD5.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD5.cs @@ -18,7 +18,7 @@ public class BIORAD5 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } - static BIORAD5() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRSTRATUS.cs index e8b3466..37f19c8 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRSTRATUS.cs @@ -18,7 +18,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRSTRATUS() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD4.cs index 4fc8f6b..0e0adfc 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD4.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD4.cs @@ -18,7 +18,7 @@ public class BIORAD4 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } - static BIORAD4() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { @@ -47,9 +47,7 @@ public class BIORAD4 : EAFLoggingUnitTesting EAFLoggingUnitTesting?.Dispose(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt() { @@ -60,9 +58,7 @@ public class BIORAD4 : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus() { @@ -73,9 +69,7 @@ public class BIORAD4 : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__QS408M() { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD5.cs index 8deec37..4effba1 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD5.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD5.cs @@ -18,7 +18,7 @@ public class BIORAD5 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } - static BIORAD5() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { @@ -47,9 +47,7 @@ public class BIORAD5 : EAFLoggingUnitTesting EAFLoggingUnitTesting?.Dispose(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__txt() { @@ -60,9 +58,7 @@ public class BIORAD5 : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__Stratus() { @@ -73,9 +69,7 @@ public class BIORAD5 : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__QS408M() { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRSTRATUS.cs index 9e9f5ee..69d0ed9 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRSTRATUS.cs @@ -18,7 +18,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRSTRATUS() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { @@ -47,9 +47,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting?.Dispose(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__MoveMatchingFiles() { @@ -60,9 +58,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() { @@ -73,9 +69,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__IQSSi() { @@ -86,9 +80,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight() { @@ -99,9 +91,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() { @@ -112,9 +102,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__APC() { @@ -125,9 +113,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__SPaCe() { @@ -138,9 +124,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Processed() { @@ -151,9 +135,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Archive() { @@ -164,9 +146,7 @@ public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Dummy() { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD4.cs new file mode 100644 index 0000000..1bdce2f --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD4.cs @@ -0,0 +1,85 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_49_3; + +[TestClass] +public class BIORAD4 : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } + + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public BIORAD4(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new BIORAD4(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt() + { + string check = "*DataBioRad.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus() + { + string check = "CassetteDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__QS408M() + { + string check = "DetailDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + string[] fileNameAndJson = EAFLoggingUnitTesting.AdaptationTesting.GetConfiguration(methodBase); + Assert.IsTrue(fileNameAndJson[1].Contains(check)); + File.WriteAllText(fileNameAndJson[0], fileNameAndJson[1]); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD5.cs new file mode 100644 index 0000000..d884fa1 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/BIORAD5.cs @@ -0,0 +1,85 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_49_3; + +[TestClass] +public class BIORAD5 : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } + + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public BIORAD5(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new BIORAD5(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__txt() + { + string check = "*DataBioRad.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__Stratus() + { + string check = "CassetteDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__QS408M() + { + string check = "DetailDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + string[] fileNameAndJson = EAFLoggingUnitTesting.AdaptationTesting.GetConfiguration(methodBase); + Assert.IsTrue(fileNameAndJson[1].Contains(check)); + File.WriteAllText(fileNameAndJson[0], fileNameAndJson[1]); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/MET08THFTIRSTRATUS.cs new file mode 100644 index 0000000..244a454 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.3/MET08THFTIRSTRATUS.cs @@ -0,0 +1,160 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_49_3; + +[TestClass] +public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } + + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public MET08THFTIRSTRATUS(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new MET08THFTIRSTRATUS(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__MoveMatchingFiles() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__IQSSi() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__APC() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__SPaCe() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Processed() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Archive() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Dummy() + { + string check = "637738592809956919.zip"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD4.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD4.cs new file mode 100644 index 0000000..e89ba08 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD4.cs @@ -0,0 +1,91 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_52_0; + +[TestClass] +public class BIORAD4 : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static BIORAD4 EAFLoggingUnitTesting { get; private set; } + + static BIORAD4() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public BIORAD4() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public BIORAD4(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new BIORAD4(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt() + { + string check = "*DataBioRad.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus() + { + string check = "CassetteDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__QS408M() + { + string check = "DetailDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + string[] fileNameAndJson = EAFLoggingUnitTesting.AdaptationTesting.GetConfiguration(methodBase); + Assert.IsTrue(fileNameAndJson[1].Contains(check)); + File.WriteAllText(fileNameAndJson[0], fileNameAndJson[1]); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD5.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD5.cs new file mode 100644 index 0000000..96b01a7 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/BIORAD5.cs @@ -0,0 +1,91 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_52_0; + +[TestClass] +public class BIORAD5 : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static BIORAD5 EAFLoggingUnitTesting { get; private set; } + + static BIORAD5() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public BIORAD5() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public BIORAD5(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new BIORAD5(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__txt() + { + string check = "*DataBioRad.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__Stratus() + { + string check = "CassetteDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__QS408M() + { + string check = "DetailDataBioRad_*.txt"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + string[] fileNameAndJson = EAFLoggingUnitTesting.AdaptationTesting.GetConfiguration(methodBase); + Assert.IsTrue(fileNameAndJson[1].Contains(check)); + File.WriteAllText(fileNameAndJson[0], fileNameAndJson[1]); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/MET08THFTIRSTRATUS.cs new file mode 100644 index 0000000..1ba1e91 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.52.0/MET08THFTIRSTRATUS.cs @@ -0,0 +1,180 @@ +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_52_0; + +[TestClass] +public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; } + + static MET08THFTIRSTRATUS() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public MET08THFTIRSTRATUS() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public MET08THFTIRSTRATUS(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new MET08THFTIRSTRATUS(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting?.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__MoveMatchingFiles() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__IQSSi() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__APC() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__SPaCe() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Processed() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Archive() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Dummy() + { + string check = "637738592809956919.zip"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD4.cs b/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD4.cs index b0d2d51..e700f08 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD4.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD4.cs @@ -23,15 +23,11 @@ public class BIORAD4 _BIORAD4 = CreateSelfDescription.Staging.v2_49_2.BIORAD4.EAFLoggingUnitTesting; } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt() => _BIORAD4.Staging__v2_49_2__BIORAD4__txt(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt637730081979221342__Normal() { @@ -45,9 +41,7 @@ public class BIORAD4 Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt637818036815840307__ProcessFailed() { @@ -61,9 +55,7 @@ public class BIORAD4 Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt637746296480404920__Failure() { @@ -77,9 +69,7 @@ public class BIORAD4 Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__txt638187028378748930__THigh() { @@ -93,15 +83,11 @@ public class BIORAD4 Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus() => _BIORAD4.Staging__v2_49_2__BIORAD4__Stratus(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus637730081979221342__RDS() { @@ -115,9 +101,7 @@ public class BIORAD4 _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus637730081979221342__1TRDS() { @@ -131,9 +115,7 @@ public class BIORAD4 _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus637733400573863329__ReactorAndRDS() { @@ -152,9 +134,7 @@ public class BIORAD4 Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus637818036815840307__ProcessFailed() { @@ -168,15 +148,11 @@ public class BIORAD4 Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__QS408M() => _BIORAD4.Staging__v2_49_2__BIORAD4__QS408M(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD4__Stratus638010209430211312__MissingRecipe() { diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD5.cs b/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD5.cs index b7d814c..ddc6d45 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD5.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.49.2/BIORAD5.cs @@ -30,15 +30,11 @@ public class BIORAD5 catch (Exception) { } } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__txt() => _BIORAD5.Staging__v2_49_2__BIORAD5__txt(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__txt638221788953480284__MorePoints() { @@ -53,15 +49,11 @@ public class BIORAD5 NonThrowTryCatch(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__Stratus() => _BIORAD5.Staging__v2_49_2__BIORAD5__Stratus(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__Stratus637738592809956919__ReactorAndRDS() { @@ -81,9 +73,7 @@ public class BIORAD5 NonThrowTryCatch(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__Stratus637805172599370243__Why() { @@ -103,9 +93,7 @@ public class BIORAD5 NonThrowTryCatch(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__BIORAD5__QS408M() => _BIORAD5.Staging__v2_49_2__BIORAD5__QS408M(); diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.2/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/Extract/Staging/v2.49.2/MET08THFTIRSTRATUS.cs index f475bad..5ab4adb 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.49.2/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.49.2/MET08THFTIRSTRATUS.cs @@ -23,33 +23,23 @@ public class MET08THFTIRSTRATUS _MET08THFTIRSTRATUS = CreateSelfDescription.Staging.v2_49_2.MET08THFTIRSTRATUS.EAFLoggingUnitTesting; } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__MoveMatchingFiles() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__MoveMatchingFiles(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__IQSSi() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__IQSSi(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight638014829236768047__Normal() { @@ -61,9 +51,7 @@ public class MET08THFTIRSTRATUS AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight638015284160909324__WO() { @@ -75,9 +63,7 @@ public class MET08THFTIRSTRATUS AdaptationTesting.UpdatePassDirectory(variables[2]); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsight638054540026319596__IqsSql() { @@ -91,15 +77,11 @@ public class MET08THFTIRSTRATUS _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments638131299562362655__Normal() { @@ -113,33 +95,23 @@ public class MET08THFTIRSTRATUS _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__APC() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__APC(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__SPaCe() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__SPaCe(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Processed() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__Processed(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Archive() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__Archive(); -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_49_2__MET08THFTIRSTRATUS__Dummy() => _MET08THFTIRSTRATUS.Staging__v2_49_2__MET08THFTIRSTRATUS__Dummy(); diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD4.cs b/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD4.cs new file mode 100644 index 0000000..4e27ee9 --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD4.cs @@ -0,0 +1,169 @@ +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_49_3; + +[TestClass] +public class BIORAD4 +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_49_3.BIORAD4 _BIORAD4; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_49_3.BIORAD4.ClassInitialize(testContext); + _BIORAD4 = CreateSelfDescription.Staging.v2_49_3.BIORAD4.EAFLoggingUnitTesting; + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt() => _BIORAD4.Staging__v2_49_3__BIORAD4__txt(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt637730081979221342__Normal() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt637818036815840307__ProcessFailed() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt637746296480404920__Failure() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__txt638187028378748930__THigh() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus() => _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus637730081979221342__RDS() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus637730081979221342__1TRDS() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus637733400573863329__ReactorAndRDS() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus637818036815840307__ProcessFailed() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__QS408M() => _BIORAD4.Staging__v2_49_3__BIORAD4__QS408M(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD4__Stratus638010209430211312__MissingRecipe() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_49_3__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD5.cs b/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD5.cs new file mode 100644 index 0000000..9ad46a7 --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.49.3/BIORAD5.cs @@ -0,0 +1,100 @@ +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_49_3; + +[TestClass] +public class BIORAD5 +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_49_3.BIORAD5 _BIORAD5; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_49_3.BIORAD5.ClassInitialize(testContext); + _BIORAD5 = CreateSelfDescription.Staging.v2_49_3.BIORAD5.EAFLoggingUnitTesting; + } + + private static void NonThrowTryCatch() + { + try + { throw new Exception(); } + catch (Exception) { } + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__txt() => _BIORAD5.Staging__v2_49_3__BIORAD5__txt(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__txt638221788953480284__MorePoints() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD5.Staging__v2_49_3__BIORAD5__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + NonThrowTryCatch(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__Stratus() => _BIORAD5.Staging__v2_49_3__BIORAD5__Stratus(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__Stratus637738592809956919__ReactorAndRDS() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD5.Staging__v2_49_3__BIORAD5__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + NonThrowTryCatch(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__Stratus637805172599370243__Why() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD5.Staging__v2_49_3__BIORAD5__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + NonThrowTryCatch(); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__BIORAD5__QS408M() => _BIORAD5.Staging__v2_49_3__BIORAD5__QS408M(); + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.49.3/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/Extract/Staging/v2.49.3/MET08THFTIRSTRATUS.cs new file mode 100644 index 0000000..8e325de --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.49.3/MET08THFTIRSTRATUS.cs @@ -0,0 +1,118 @@ +using Adaptation._Tests.Shared; +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_49_3; + +[TestClass] +public class MET08THFTIRSTRATUS +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_49_3.MET08THFTIRSTRATUS _MET08THFTIRSTRATUS; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_49_3.MET08THFTIRSTRATUS.ClassInitialize(testContext); + _MET08THFTIRSTRATUS = CreateSelfDescription.Staging.v2_49_3.MET08THFTIRSTRATUS.EAFLoggingUnitTesting; + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__MoveMatchingFiles() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__MoveMatchingFiles(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__IQSSi() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__IQSSi(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight638014829236768047__Normal() + { + string check = "*.pdsf"; + _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight(); + MethodBase method = new StackFrame().GetMethod(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(method, check); + _ = _MET08THFTIRSTRATUS.AdaptationTesting.Get(method, variables[2], variables[3], false).ReExtract(); + AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight638015284160909324__WO() + { + string check = "*.pdsf"; + _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight(); + MethodBase method = new StackFrame().GetMethod(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(method, check); + _ = _MET08THFTIRSTRATUS.AdaptationTesting.Get(method, variables[2], variables[3], false).ReExtract(); + AdaptationTesting.UpdatePassDirectory(variables[2]); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight638054540026319596__IqsSql() + { + string check = "*.pdsf"; + bool validatePDSF = false; + MethodBase methodBase = new StackFrame().GetMethod(); + _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsight(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _MET08THFTIRSTRATUS.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments638131299562362655__Normal() + { + string check = "*.pdsf"; + bool validatePDSF = false; + MethodBase methodBase = new StackFrame().GetMethod(); + _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _MET08THFTIRSTRATUS.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); + } + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__APC() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__APC(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__SPaCe() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__SPaCe(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Processed() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__Processed(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Archive() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__Archive(); + + [Ignore] + [TestMethod] + public void Staging__v2_49_3__MET08THFTIRSTRATUS__Dummy() => _MET08THFTIRSTRATUS.Staging__v2_49_3__MET08THFTIRSTRATUS__Dummy(); + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD4.cs b/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD4.cs new file mode 100644 index 0000000..c94ccd7 --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD4.cs @@ -0,0 +1,193 @@ +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_52_0; + +[TestClass] +public class BIORAD4 +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_52_0.BIORAD4 _BIORAD4; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_52_0.BIORAD4.ClassInitialize(testContext); + _BIORAD4 = CreateSelfDescription.Staging.v2_52_0.BIORAD4.EAFLoggingUnitTesting; + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt() => _BIORAD4.Staging__v2_52_0__BIORAD4__txt(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt637730081979221342__Normal() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt637818036815840307__ProcessFailed() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt637746296480404920__Failure() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__txt638187028378748930__THigh() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus() => _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus637730081979221342__RDS() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus637730081979221342__1TRDS() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus637733400573863329__ReactorAndRDS() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus637818036815840307__ProcessFailed() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__QS408M() => _BIORAD4.Staging__v2_52_0__BIORAD4__QS408M(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD4__Stratus638010209430211312__MissingRecipe() + { + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD4.Staging__v2_52_0__BIORAD4__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD4.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD4.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + _ = fileRead.ReExtract(); + Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD5.cs b/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD5.cs new file mode 100644 index 0000000..9d5c7fd --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.52.0/BIORAD5.cs @@ -0,0 +1,112 @@ +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_52_0; + +[TestClass] +public class BIORAD5 +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_52_0.BIORAD5 _BIORAD5; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_52_0.BIORAD5.ClassInitialize(testContext); + _BIORAD5 = CreateSelfDescription.Staging.v2_52_0.BIORAD5.EAFLoggingUnitTesting; + } + + private static void NonThrowTryCatch() + { + try + { throw new Exception(); } + catch (Exception) { } + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__txt() => _BIORAD5.Staging__v2_52_0__BIORAD5__txt(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__txt638221788953480284__MorePoints() + { + bool validatePDSF = false; + string check = "*DataBioRad.txt"; + _BIORAD5.Staging__v2_52_0__BIORAD5__txt(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + NonThrowTryCatch(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__Stratus() => _BIORAD5.Staging__v2_52_0__BIORAD5__Stratus(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__Stratus637738592809956919__ReactorAndRDS() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD5.Staging__v2_52_0__BIORAD5__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + NonThrowTryCatch(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__Stratus637805172599370243__Why() + { + DateTime dateTime; + bool validatePDSF = false; + string check = "CassetteDataBioRad_*.txt"; + _BIORAD5.Staging__v2_52_0__BIORAD5__Stratus(); + MethodBase methodBase = new StackFrame().GetMethod(); + string[] variables = _BIORAD5.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _BIORAD5.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, string.Empty); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + dateTime = FileHandlers.Stratus.ProcessData.GetDateTime(logistics, "11/24/21 08:39"); + Assert.IsTrue(dateTime == logistics.DateTimeFromSequence); + NonThrowTryCatch(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__BIORAD5__QS408M() => _BIORAD5.Staging__v2_52_0__BIORAD5__QS408M(); + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.52.0/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/Extract/Staging/v2.52.0/MET08THFTIRSTRATUS.cs new file mode 100644 index 0000000..8bd78cc --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.52.0/MET08THFTIRSTRATUS.cs @@ -0,0 +1,146 @@ +using Adaptation._Tests.Shared; +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System.Diagnostics; +using System.Reflection; + +namespace Adaptation._Tests.Extract.Staging.v2_52_0; + +[TestClass] +public class MET08THFTIRSTRATUS +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_52_0.MET08THFTIRSTRATUS _MET08THFTIRSTRATUS; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_52_0.MET08THFTIRSTRATUS.ClassInitialize(testContext); + _MET08THFTIRSTRATUS = CreateSelfDescription.Staging.v2_52_0.MET08THFTIRSTRATUS.EAFLoggingUnitTesting; + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__MoveMatchingFiles() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__MoveMatchingFiles(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewer(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__IQSSi() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__IQSSi(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight638014829236768047__Normal() + { + string check = "*.pdsf"; + _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight(); + MethodBase method = new StackFrame().GetMethod(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(method, check); + _ = _MET08THFTIRSTRATUS.AdaptationTesting.Get(method, variables[2], variables[3], false).ReExtract(); + AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight638015284160909324__WO() + { + string check = "*.pdsf"; + _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight(); + MethodBase method = new StackFrame().GetMethod(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(method, check); + _ = _MET08THFTIRSTRATUS.AdaptationTesting.Get(method, variables[2], variables[3], false).ReExtract(); + AdaptationTesting.UpdatePassDirectory(variables[2]); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight638054540026319596__IqsSql() + { + string check = "*.pdsf"; + bool validatePDSF = false; + MethodBase methodBase = new StackFrame().GetMethod(); + _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsight(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _MET08THFTIRSTRATUS.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments638131299562362655__Normal() + { + string check = "*.pdsf"; + bool validatePDSF = false; + MethodBase methodBase = new StackFrame().GetMethod(); + _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__OpenInsightMetrologyViewerAttachments(); + string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _MET08THFTIRSTRATUS.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__APC() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__APC(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__SPaCe() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__SPaCe(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Processed() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__Processed(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Archive() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__Archive(); + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_52_0__MET08THFTIRSTRATUS__Dummy() => _MET08THFTIRSTRATUS.Staging__v2_52_0__MET08THFTIRSTRATUS__Dummy(); + +} \ No newline at end of file diff --git a/Adaptation/_Tests/Shared/AdaptationTesting.cs b/Adaptation/_Tests/Shared/AdaptationTesting.cs index e55beee..178b9ea 100644 --- a/Adaptation/_Tests/Shared/AdaptationTesting.cs +++ b/Adaptation/_Tests/Shared/AdaptationTesting.cs @@ -305,7 +305,7 @@ public class AdaptationTesting : ISMTP else { results = Directory.GetFiles(mbn.TextFileDirectory, "*.txt", SearchOption.TopDirectoryOnly); - if (!string.IsNullOrEmpty(mbn.Ticks) && _HasWaitForProperty && !results.Any()) + if (!string.IsNullOrEmpty(mbn.Ticks) && _HasWaitForProperty && results.Length == 0) { _ = Process.Start("explorer.exe", mbn.TextFileDirectory); File.WriteAllText(Path.Combine(mbn.TextFileDirectory, "_ Why.why"), string.Empty); @@ -373,9 +373,7 @@ public class AdaptationTesting : ISMTP Tuple result; CellInstanceVersion cellInstanceVersion; string cellInstanceServiceV2 = string.Concat("http://", _HostNameAndPort, "/CellInstanceServiceV2/", cellInstanceName, "/", cellInstanceVersionName, "/configuration"); - if (_CellInstanceVersions.ContainsKey(cellInstanceServiceV2)) - cellInstanceVersion = _CellInstanceVersions[cellInstanceServiceV2]; - else + if (!_CellInstanceVersions.TryGetValue(cellInstanceServiceV2, out cellInstanceVersion)) { cellInstanceVersion = GetCellInstanceVersion(cellInstanceServiceV2); _CellInstanceVersions.Add(cellInstanceServiceV2, cellInstanceVersion); @@ -401,7 +399,7 @@ public class AdaptationTesting : ISMTP } } } - if (!results.Any() || (!string.IsNullOrEmpty(cellInstanceConnectionName) && !results.ContainsKey(cellInstanceConnectionName))) + if (results.Count == 0 || (!string.IsNullOrEmpty(cellInstanceConnectionName) && !results.ContainsKey(cellInstanceConnectionName))) throw new Exception("Match not found (check test method name matches Mango)!"); return results; } @@ -413,9 +411,8 @@ public class AdaptationTesting : ISMTP result = componentModelComponentsIndexes.ElementAt(0).Value; else { - if (componentModelComponentsIndexes is null || !componentModelComponentsIndexes.ContainsKey(cellInstanceConnectionName)) + if (componentModelComponentsIndexes is null || !componentModelComponentsIndexes.TryGetValue(cellInstanceConnectionName, out result)) throw new Exception(); - result = componentModelComponentsIndexes[cellInstanceConnectionName]; } return result; } @@ -487,7 +484,7 @@ public class AdaptationTesting : ISMTP else if (i == 1) _ = stringBuilder. AppendLine(). - Append("static ").Append(cellInstanceNameWithoutHyphen).AppendLine("() => DummyRoot = @\"\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\Dummy\";"). + Append("static ").Append(cellInstanceNameWithoutHyphen).AppendLine("() => DummyRoot = @\"\\\\mesfs.infineon.com\\EC_Characterization_Si\\Dummy\";"). AppendLine(). Append("public ").Append(cellInstanceNameWithoutHyphen).AppendLine("() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false)"). AppendLine("{"). @@ -596,7 +593,7 @@ public class AdaptationTesting : ISMTP throw new Exception(); _ = stringBuilder.Clear(); } - if (componentsCellComponentCellComponentEquipmentDictionaryNames.Any() && string.IsNullOrEmpty(cellInstanceVersion.FrozenBy)) + if (componentsCellComponentCellComponentEquipmentDictionaryNames.Count != 0 && string.IsNullOrEmpty(cellInstanceVersion.FrozenBy)) { if (!cellInstanceVersion.CellCommunicatingRule.EndsWith(".Communicating") || !(from l in componentsCellComponentCellComponentEquipmentNames where l == cellInstanceVersion.CellCommunicatingRule.Split('.')[0] select true).Any()) throw new Exception($"{methodName} - CellCommunicatingRule not correct in Mango!"); @@ -648,9 +645,7 @@ public class AdaptationTesting : ISMTP Tuple result; FileConnectorConfiguration fileConnectorConfiguration; string cellInstanceServiceV2With = string.Concat(cellInstanceVersionTuple.Item1, '/', cellInstanceConnectionName); - if (_FileConnectorConfigurations.ContainsKey(cellInstanceServiceV2With)) - fileConnectorConfiguration = _FileConnectorConfigurations[cellInstanceServiceV2With]; - else + if (!_FileConnectorConfigurations.TryGetValue(cellInstanceServiceV2With, out fileConnectorConfiguration)) { Dictionary componentModelComponentsIndexes = GetComponentModelComponentsIndexes(cellInstanceVersionTuple.Item2, cellInstanceConnectionName); int[] cellInstanceConnectionNameIndexes = GetCellInstanceConnectionNameIndexes(cellInstanceConnectionName, componentModelComponentsIndexes); @@ -696,9 +691,7 @@ public class AdaptationTesting : ISMTP int[] cellInstanceConnectionNameIndexes = GetCellInstanceConnectionNameIndexes(cellInstanceConnectionName, componentModelComponentsIndexes); ComponentsCellComponentCellComponent componentsCellComponentCellComponent = cellInstanceVersion.ComponentModel.Components[cellInstanceConnectionNameIndexes[0]].Children[cellInstanceConnectionNameIndexes[1]]; string equipmentTypeServiceV2 = string.Concat("http://", _HostNameAndPort, "/EquipmentTypeServiceV2/", componentsCellComponentCellComponent.Equipment.EquipmentType.Name, "/", componentsCellComponentCellComponent.Equipment.EquipmentType.Version, "/configuration"); - if (_EquipmentTypeVersions.ContainsKey(equipmentTypeServiceV2)) - equipmentTypeVersion = _EquipmentTypeVersions[equipmentTypeServiceV2]; - else + if (!_EquipmentTypeVersions.TryGetValue(equipmentTypeServiceV2, out equipmentTypeVersion)) { equipmentTypeVersion = GetEquipmentTypeVersion(equipmentTypeServiceV2); _EquipmentTypeVersions.Add(equipmentTypeServiceV2, equipmentTypeVersion); @@ -763,7 +756,7 @@ public class AdaptationTesting : ISMTP string[] results; string equipmentDictionaryName; string equipmentDictionaryVersionName; - if (_SkipEquipmentDictionary || equipmentTypeVersion?.EventActionSequences is null || !equipmentTypeVersion.EventActionSequences.Any() || !(from l in equipmentTypeVersion.EventActionSequences where l.HandledEvent.StartsWith("Equipment.FileRead") select 1).Any()) + if (_SkipEquipmentDictionary || equipmentTypeVersion?.EventActionSequences is null || equipmentTypeVersion.EventActionSequences.Length == 0 || !(from l in equipmentTypeVersion.EventActionSequences where l.HandledEvent.StartsWith("Equipment.FileRead") select 1).Any()) { equipmentDictionaryName = string.Empty; equipmentDictionaryVersionName = string.Empty; @@ -834,9 +827,7 @@ public class AdaptationTesting : ISMTP equipmentDictionaryVersion = null; else { - if (_EquipmentDictionaryVersions.ContainsKey(equipmentDictionaryServiceV2)) - equipmentDictionaryVersion = _EquipmentDictionaryVersions[equipmentDictionaryServiceV2]; - else + if (!_EquipmentDictionaryVersions.TryGetValue(equipmentDictionaryServiceV2, out equipmentDictionaryVersion)) { equipmentDictionaryVersion = GetEquipmentDictionaryVersion(equipmentDictionaryServiceV2); _EquipmentDictionaryVersions.Add(equipmentDictionaryServiceV2, equipmentDictionaryVersion); @@ -850,14 +841,15 @@ public class AdaptationTesting : ISMTP { Tuple>> result; List> results; + List> collection; if (_SkipEquipmentDictionary) results = new List>(); else if (string.IsNullOrEmpty(equipmentDictionaryVersionTuple.Item1)) throw new Exception(); else if (equipmentDictionaryVersionTuple?.Item4?.Events?.Event is null) results = new List>(); - else if (_EquipmentDictionaryEventDescriptions.ContainsKey(equipmentDictionaryVersionTuple.Item1)) - results = _EquipmentDictionaryEventDescriptions[equipmentDictionaryVersionTuple.Item1]; + else if (_EquipmentDictionaryEventDescriptions.TryGetValue(equipmentDictionaryVersionTuple.Item1, out collection)) + results = collection; else { results = new List>(); @@ -963,25 +955,33 @@ public class AdaptationTesting : ISMTP } if (_TestContext.FullyQualifiedTestClassName.Contains(nameof(Extract))) { - if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation)) + try { - if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation)) - _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation); + if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation)) + { + if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation)) + _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.ErrorTargetFileLocation); + } + if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.SourceFileLocation)) + { + if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.SourceFileLocation)) + _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.SourceFileLocation); + } + if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.TargetFileLocation)) + { + if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.TargetFileLocation)) + _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.TargetFileLocation); + } + if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder)) + { + if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder)) + _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder); + } } - if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.SourceFileLocation)) + catch (IOException ex) { - if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.SourceFileLocation)) - _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.SourceFileLocation); - } - if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.TargetFileLocation)) - { - if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.TargetFileLocation)) - _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.TargetFileLocation); - } - if (!string.IsNullOrEmpty(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder)) - { - if (!Directory.Exists(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder)) - _ = Directory.CreateDirectory(fileConnectorConfigurationTuple.Item2.AlternateTargetFolder); + if (!ex.Message.Contains("SMB1")) + throw; } } result = FileHandlers.CellInstanceConnectionName.Get(this, fileParameter, mbn.CellInstanceName, mbn.CellInstanceConnectionName, fileConnectorConfigurationTuple.Item2, equipmentTypeVersionTuple.Item2, parameterizedModelObjectDefinitionTypeTuple.Item2, modelObjectParametersTuple.Item2, equipmentDictionaryVersionTuple.Item2, dummyRuns, staticRuns, useCyclicalForDescription, connectionCount: cellInstanceVersionTuple.Item2.EquipmentConnections.Length); @@ -1001,7 +1001,7 @@ public class AdaptationTesting : ISMTP string sourceFileLocation = string.Empty; MethodBaseName mbn = GetMethodBaseName(methodBase); string[] textFiles = GetTextFiles(mbn); - if (!textFiles.Any()) + if (textFiles.Length == 0) { if (_HasWaitForProperty) throw new Exception("Set text file!"); @@ -1065,7 +1065,7 @@ public class AdaptationTesting : ISMTP else { string[] files = Directory.GetFiles(ipdsfDirectory, searchPattern, SearchOption.TopDirectoryOnly); - if (files.Any()) + if (files.Length != 0) ipdsfFile = files[0]; else ipdsfFile = searchPattern; @@ -1109,9 +1109,9 @@ public class AdaptationTesting : ISMTP { string[] pdsfFiles; pdsfFiles = Directory.GetFiles(searchDirectory, searchPattern, SearchOption.TopDirectoryOnly); - if (!pdsfFiles.Any()) + if (pdsfFiles.Length == 0) _ = Process.Start("explorer.exe", searchDirectory); - Assert.IsTrue(pdsfFiles.Any(), "GetFiles check"); + Assert.IsTrue(pdsfFiles.Length != 0, "GetFiles check"); results = GetLogisticsColumnsAndBody(pdsfFiles[0]); } Assert.IsFalse(string.IsNullOrEmpty(results.Item1)); diff --git a/Adaptation/_Tests/Shared/UnitTesting.cs b/Adaptation/_Tests/Shared/UnitTesting.cs index 1833834..e4ef794 100644 --- a/Adaptation/_Tests/Shared/UnitTesting.cs +++ b/Adaptation/_Tests/Shared/UnitTesting.cs @@ -2,7 +2,6 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Diagnostics; using System.IO; -using System.Linq; using System.Reflection; using System.Text; using System.Text.Json; @@ -74,7 +73,7 @@ public class UnitTesting if (string.IsNullOrEmpty(result)) break; checkFiles = Directory.GetFiles(result, "*.Tests.*proj", SearchOption.TopDirectoryOnly); - if (checkFiles.Any()) + if (checkFiles.Length != 0) break; result = Path.GetDirectoryName(result); } diff --git a/Adaptation/_Tests/Static/MET08THFTIRSTRATUS.cs b/Adaptation/_Tests/Static/MET08THFTIRSTRATUS.cs index c75363b..e1231c8 100644 --- a/Adaptation/_Tests/Static/MET08THFTIRSTRATUS.cs +++ b/Adaptation/_Tests/Static/MET08THFTIRSTRATUS.cs @@ -2,8 +2,10 @@ using Adaptation._Tests.Shared; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; +using System.Collections.Generic; using System.Diagnostics; using System.IO; +using System.Linq; using System.Reflection; using System.Text; @@ -38,6 +40,13 @@ public class MET08THFTIRSTRATUS : LoggingUnitTesting, IDisposable LoggingUnitTesting?.Dispose(); } + private static void NonThrowTryCatch() + { + try + { throw new Exception(); } + catch (Exception) { } + } + [TestMethod] public void TestDateTime() { @@ -55,9 +64,9 @@ public class MET08THFTIRSTRATUS : LoggingUnitTesting, IDisposable StringBuilder results = new(); (string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[] { - new("MET08THFTIRSTRATUS", "v2.49.2"), + new("MET08THFTIRSTRATUS", "v2.52.0"), }; - string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2"; + string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2"; Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion; LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); foreach ((string cellInstanceName, string cellInstanceVersionName) in collection) @@ -65,8 +74,31 @@ public class MET08THFTIRSTRATUS : LoggingUnitTesting, IDisposable cellInstanceVersion = AdaptationTesting.GetCellInstanceVersion($"{staging}/{cellInstanceName}/{cellInstanceVersionName}/configuration"); _ = results.AppendLine($"{cellInstanceName}\t{cellInstanceVersionName}\t{cellInstanceVersion.EdaConnection.PortNumber}"); } - File.WriteAllText($"D:/Tmp/{methodBase.Module.Name}-{methodBase.ReflectedType.Name}-{methodBase.Name}.tsv", results.ToString()); + string sourceDirectory = "D:/Tmp/cellInstanceVersion.EdaConnection.PortNumber"; + if (!Directory.Exists(sourceDirectory)) + _ = Directory.CreateDirectory(sourceDirectory); + File.WriteAllText(Path.Combine(sourceDirectory, $"{methodBase.Module.Name}-{methodBase.ReflectedType.Name}-{methodBase.Name}.tsv"), results.ToString()); LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } + [TestMethod] + public void CellInstanceVersionEdaConnectionPortNumber() + { + MethodBase methodBase = new StackFrame().GetMethod(); + string sourceDirectory = "D:/Tmp/cellInstanceVersion.EdaConnection.PortNumber"; + if (Directory.Exists(sourceDirectory)) + { + string destinationDirectory = Path.Combine(sourceDirectory, "All"); + if (!Directory.Exists(destinationDirectory)) + _ = Directory.CreateDirectory(destinationDirectory); + List lines = new(); + string[] files = Directory.GetFiles(sourceDirectory, "*.tsv", SearchOption.TopDirectoryOnly); + foreach (string file in files) + lines.AddRange(File.ReadAllLines(file)); + File.WriteAllLines(Path.Combine(destinationDirectory, $"{DateTime.Now.Ticks}.tsv"), lines.Distinct().OrderBy(l => l)); + } + LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + NonThrowTryCatch(); + } + } \ No newline at end of file diff --git a/Adaptation/_Tests/Static/Stratus.cs b/Adaptation/_Tests/Static/Stratus.cs index 28fd19d..a1ba7be 100644 --- a/Adaptation/_Tests/Static/Stratus.cs +++ b/Adaptation/_Tests/Static/Stratus.cs @@ -2,8 +2,10 @@ using Adaptation._Tests.Shared; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; +using System.Collections.Generic; using System.Diagnostics; using System.IO; +using System.Linq; using System.Reflection; using System.Text; @@ -202,10 +204,10 @@ public class Stratus : LoggingUnitTesting, IDisposable StringBuilder results = new(); (string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[] { - new("BIORAD4", "v2.49.2"), - new("BIORAD5", "v2.49.2"), + new("BIORAD4", "v2.52.0"), + new("BIORAD5", "v2.52.0"), }; - string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2"; + string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2"; Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion; LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); foreach ((string cellInstanceName, string cellInstanceVersionName) in collection) @@ -213,8 +215,31 @@ public class Stratus : LoggingUnitTesting, IDisposable cellInstanceVersion = AdaptationTesting.GetCellInstanceVersion($"{staging}/{cellInstanceName}/{cellInstanceVersionName}/configuration"); _ = results.AppendLine($"{cellInstanceName}\t{cellInstanceVersionName}\t{cellInstanceVersion.EdaConnection.PortNumber}"); } - File.WriteAllText($"D:/Tmp/{methodBase.Module.Name}-{methodBase.ReflectedType.Name}-{methodBase.Name}.tsv", results.ToString()); + string sourceDirectory = "D:/Tmp/cellInstanceVersion.EdaConnection.PortNumber"; + if (!Directory.Exists(sourceDirectory)) + _ = Directory.CreateDirectory(sourceDirectory); + File.WriteAllText(Path.Combine(sourceDirectory, $"{methodBase.Module.Name}-{methodBase.ReflectedType.Name}-{methodBase.Name}.tsv"), results.ToString()); LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } + [TestMethod] + public void CellInstanceVersionEdaConnectionPortNumber() + { + MethodBase methodBase = new StackFrame().GetMethod(); + string sourceDirectory = "D:/Tmp/cellInstanceVersion.EdaConnection.PortNumber"; + if (Directory.Exists(sourceDirectory)) + { + string destinationDirectory = Path.Combine(sourceDirectory, "All"); + if (!Directory.Exists(destinationDirectory)) + _ = Directory.CreateDirectory(destinationDirectory); + List lines = new(); + string[] files = Directory.GetFiles(sourceDirectory, "*.tsv", SearchOption.TopDirectoryOnly); + foreach (string file in files) + lines.AddRange(File.ReadAllLines(file)); + File.WriteAllLines(Path.Combine(destinationDirectory, $"{DateTime.Now.Ticks}.tsv"), lines.Distinct().OrderBy(l => l)); + } + LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + NonThrowTryCatch(); + } + } \ No newline at end of file diff --git a/Adaptation/appsettings.Development.json b/Adaptation/appsettings.Development.json index f7e0b36..8630239 100644 --- a/Adaptation/appsettings.Development.json +++ b/Adaptation/appsettings.Development.json @@ -45,7 +45,7 @@ "Password": "tVyC7uPHtScZR8NLInSaxQ==" }, { - "Use": true, + "Use": false, "Letter": "i", "Share": "\\\\messdv002.na.infineon.com\\Candela", "User": "INFINEON\\MESGaNEAF", @@ -115,14 +115,14 @@ "Password": "rzXkXdHKetDfsukhZKW0yA==" }, { - "Use": true, + "Use": false, "Letter": "s", "Share": "\\\\messv02ecc1.ec.local\\EC_EAFRepository", "User": "EC\\ECMESEAF", "Password": "CUGygiPwahy4U3j+6KqqoMZ08STyVDR1rKm6MwPpt00=" }, { - "Use": true, + "Use": false, "Letter": "t", "Share": "\\\\messv02ecc1.ec.local\\EC_EDA", "User": "EC\\ECEDASvc", diff --git a/Adaptation/appsettings.json b/Adaptation/appsettings.json index d15d437..842b156 100644 --- a/Adaptation/appsettings.json +++ b/Adaptation/appsettings.json @@ -45,7 +45,7 @@ "Password": "tVyC7uPHtScZR8NLInSaxQ==" }, { - "Use": true, + "Use": false, "Letter": "i", "Share": "\\\\messdv002.na.infineon.com\\Candela", "User": "INFINEON\\MESGaNEAF", @@ -115,14 +115,14 @@ "Password": "rzXkXdHKetDfsukhZKW0yA==" }, { - "Use": true, + "Use": false, "Letter": "s", "Share": "\\\\messv02ecc1.ec.local\\EC_EAFRepository", "User": "EC\\ECMESEAF", "Password": "CUGygiPwahy4U3j+6KqqoMZ08STyVDR1rKm6MwPpt00=" }, { - "Use": true, + "Use": false, "Letter": "t", "Share": "\\\\messv02ecc1.ec.local\\EC_EDA", "User": "EC\\ECEDASvc", diff --git a/MET08THFTIRSTRATUS.csproj b/MET08THFTIRSTRATUS.csproj index dc2730c..1d106fc 100644 --- a/MET08THFTIRSTRATUS.csproj +++ b/MET08THFTIRSTRATUS.csproj @@ -168,7 +168,7 @@ 7.2.4630.5 - 2.49.2 + 2.52.0 1.1.1 diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 67410b3..d970183 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.49.2.0")] -[assembly: AssemblyFileVersion("2.49.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.52.0.0")] +[assembly: AssemblyFileVersion("2.52.0.0")] \ No newline at end of file