2 Commits

Author SHA1 Message Date
94f8e0dd8d a 2025-06-11 07:00:21 -07:00
cde0b47356 Removed save-open-insight-file to use process-data-standard-format instead 2025-05-20 16:50:31 -07:00
5 changed files with 13 additions and 19 deletions

View File

@ -4,13 +4,7 @@
"name": ".NET Core Attach", "name": ".NET Core Attach",
"type": "coreclr", "type": "coreclr",
"request": "attach", "request": "attach",
"processId": 24012 "processId": 11620
},
{
"type": "node",
"request": "launch",
"name": "node Launch Current Opened File",
"program": "${file}"
} }
] ]
} }

View File

@ -46,7 +46,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -62,7 +62,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -78,7 +78,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -94,7 +94,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]

View File

@ -37,7 +37,7 @@ public class BIORAD5
[TestMethod] [TestMethod]
public void Production__v2_59_0__BIORAD5__txt() => _BIORAD5.Production__v2_59_0__BIORAD5__txt(); public void Production__v2_59_0__BIORAD5__txt() => _BIORAD5.Production__v2_59_0__BIORAD5__txt();
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -60,7 +60,7 @@ public class BIORAD5
[TestMethod] [TestMethod]
public void Production__v2_59_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_59_0__BIORAD5__Stratus(); public void Production__v2_59_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_59_0__BIORAD5__Stratus();
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]

View File

@ -46,7 +46,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -62,7 +62,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -78,7 +78,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -94,7 +94,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]); Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
} }
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]

View File

@ -37,7 +37,7 @@ public class BIORAD5
[TestMethod] [TestMethod]
public void Production__v2_60_0__BIORAD5__txt() => _BIORAD5.Production__v2_60_0__BIORAD5__txt(); public void Production__v2_60_0__BIORAD5__txt() => _BIORAD5.Production__v2_60_0__BIORAD5__txt();
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -60,7 +60,7 @@ public class BIORAD5
[TestMethod] [TestMethod]
public void Production__v2_60_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_60_0__BIORAD5__Stratus(); public void Production__v2_60_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_60_0__BIORAD5__Stratus();
#if DEBUG #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]