Back to x64 to pass tests

Directory Trigger for OI
Remove extra .vscode files
Viewer support
tasks.json
kanbn initialize
WSRequest alignment
This commit is contained in:
2023-07-24 10:48:39 -07:00
parent e8c740426f
commit f878b58f5b
11 changed files with 142 additions and 76 deletions

View File

@ -12,7 +12,7 @@ namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
public class WSRequest
{
public long Id { get; set; }
public int Id { get; set; }
public string Batch { get; set; }
public string Cassette { get; set; }
public string CellName { get; set; }
@ -37,7 +37,7 @@ public class WSRequest
#pragma warning restore IDE0060
{
ProcessDataStandardFormat = processDataStandardFormat;
Id = 0;
Id = -1;
FilePath = string.Empty;
CellName = logistics.MesEntity;
if (descriptions[0] is not Stratus.Description x)