net6.0 Ready to test

This commit is contained in:
2022-03-29 07:23:13 -07:00
parent 836f70ed7f
commit 289547180a
135 changed files with 3189 additions and 7648 deletions

View File

@ -174,4 +174,4 @@ public class Description
return result;
}
}
}

View File

@ -47,4 +47,4 @@ public enum EquipmentType
MET08XRDXPERTPROMRDXL_Monthly,
MET08XRDXPERTPROMRDXL_Weekly,
METBRXRAYJV7300L
}
}

View File

@ -11,4 +11,4 @@ public interface IProcessData
Tuple<string, JsonElement?, List<FileInfo>> GetResults(ILogic logic, ConfigDataBase configData, List<FileInfo> fileInfoCollection);
}
}

View File

@ -20,4 +20,4 @@ public interface IProcessDataDescription
List<string> GetParameterNames(ILogic logic, ConfigDataBase configDataBase);
string GetEventDescription();
}
}

View File

@ -15,4 +15,4 @@ public interface IScopeInfo
string FileNameWithoutExtension { get; }
EquipmentType EquipmentType { get; }
}
}

View File

@ -165,4 +165,4 @@ public class IsEnvironment
return result;
}
}
}

View File

@ -227,4 +227,4 @@ public class Logistics
Logistics1 = new string[] { string.Concat("LOGISTICS_1", '\t', "A_JOBID=", JobID, ";A_MES_ENTITY=", MesEntity, ";") }.ToList();
Logistics2 = new List<Logistics2>();
}
}
}

View File

@ -75,4 +75,4 @@ public class Logistics2
}
}
}
}

View File

@ -272,7 +272,7 @@ public static class ColumnGet
public static Description.Param GetParam(this Column column)
{
var results = column switch
Description.Param results = column switch
{
//case Column._8in_Total_Warp_Verification: results = Description.Param.String; break;
//case Column.AFM_Monthly_Y: results = Description.Param.String; break;
@ -795,4 +795,4 @@ public enum Column
W,
Y,
Zn
}
}

View File

@ -383,4 +383,4 @@ public class ConfigDataBase
return results;
}
}
}

View File

@ -7,4 +7,4 @@ public enum EventName
FileReadMonthly,
FileReadVerification,
FileReadWeekly
}
}

View File

@ -42,4 +42,4 @@ public interface ILogic
void SetPlaceHolder(string reportFullPath, string key, string value);
void SetTarget2FileLocation(string value);
}
}

View File

@ -8,4 +8,4 @@ public class MET08AFMD3100
AFMRoughness = Metrology.Test.AFMRoughness
}
}
}

View File

@ -10,4 +10,4 @@ public class MET08BVHGPROBE
BreakdownVoltageMiddle8in = Metrology.Test.BreakdownVoltageMiddle8in
}
}
}

View File

@ -10,4 +10,4 @@ public class MET08CVHGPROBE802B150
WeeklyCV = Metrology.Test.WeeklyCV
}
}
}

View File

@ -12,4 +12,4 @@ public class MET08DDINCAN8620
CandelaProdU = Metrology.Test.CandelaProdU
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08DDUPSFS6420
Tencor = Metrology.Test.Tencor
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08DDUPSP1TBI
SP1 = Metrology.Test.SP1
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08EBEAMINTEGRITY26
Denton = Metrology.Test.Denton
}
}
}

View File

@ -10,4 +10,4 @@ public class MET08HALLHL5580
WeeklyHall = Metrology.Test.WeeklyHall
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08MESMICROSCOPE
Microscope = Metrology.Test.Microscope
}
}
}

View File

@ -9,4 +9,4 @@ public class MET08NDFRESIMAP151C
VerificationLehighton = Metrology.Test.VerificationLehighton
}
}
}

View File

@ -14,4 +14,4 @@ public class MET08PLMAPRPM
VerificationRPM = Metrology.Test.VerificationRPM
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08PRFUSB4000
Photoreflectance = Metrology.Test.Photoreflectance
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08RESIHGCV
HgCV = Metrology.Test.HgCV
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08RESIMAPCDE
CDE = Metrology.Test.CDE
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08THFTIRQS408M
BioRadQS408M = Metrology.Test.BioRadQS408M
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08THFTIRSTRATUS
BioRadStratus = Metrology.Test.BioRadStratus
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08UVH44GS100M
UV = Metrology.Test.UV
}
}
}

View File

@ -8,4 +8,4 @@ public class MET08VPDSUBCON
VpdIcpmsAnalyte = Metrology.Test.VpdIcpmsAnalyte
}
}
}

View File

@ -9,4 +9,4 @@ public class MET08WGEOMX203641Q
VerificationWarpAndBow = Metrology.Test.VerificationWarpAndBow
}
}
}

View File

@ -17,4 +17,4 @@ public class MET08XRDXPERTPROMRDXL
JVXRD = Metrology.Test.JVXRD
}
}
}

View File

@ -14,15 +14,15 @@ public class Duplicator
public int Count { get; set; }
public int Index { get; set; }
//
public string EventName { get; set; }
public string NullData { get; set; }
public string JobID { get; set; }
public string Sequence { get; set; }
public string MesEntity { get; set; }
public string ReportFullPath { get; set; }
public string ProcessJobID { get; set; }
public string MID { get; set; }
public string Date { get; set; } //2021-02-22
public string? EventName { get; set; }
public string? NullData { get; set; }
public string? JobID { get; set; }
public string? Sequence { get; set; }
public string? MesEntity { get; set; }
public string? ReportFullPath { get; set; }
public string? ProcessJobID { get; set; }
public string? MID { get; set; }
public string? Date { get; set; } //2021-02-22
public string GetEventDescription() => "File Has been read and parsed";
@ -104,4 +104,4 @@ public class Duplicator
}
}
}

View File

@ -509,4 +509,4 @@ public class ProcessDataStandardFormat
return results;
}
}
}

View File

@ -51,4 +51,4 @@ public enum Test
XRDWeightedAverage = 31,
JVXRD = 47,
XRDXY = 30
}
}