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:40:44 -07:00
parent 9c33e31214
commit 839a08eda7
12 changed files with 143 additions and 57 deletions

View File

@ -13,7 +13,7 @@ namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
public class WSRequest
{
public long Id { get; set; }
public int Id { get; set; }
public string AreaCountAvg { get; set; }
public string AreaCountMax { get; set; }
public string AreaCountMin { get; set; }
@ -78,7 +78,7 @@ public class WSRequest
{
ProcessDataStandardFormat = processDataStandardFormat;
i = -1;
Id = 0;
Id = -1;
Zone = null;
Layer = null;
Title = null;