B2026-056 Syntax-problem in XY Plot. Add functionality to PROMS to suppress warning and error popups while running PROMS automatically for baseline testing.
B2026-056 Syntax-problem in XY Plot. Add functionality to PROMS to suppress warning and error popups while running PROMS automatically for baseline testing.
Looks like there are still the unnecessary usings in Baseline.cs - other than that looks good. I pulled down a local copy and took a screenshot to show what I was referring to - let me know if any questions.
This would be 1C in the list of things to check for
Summary of Items to Check For:
Review before check-in
A. unnecessary changes
B. unrelated changes
C. unused check-ins
String Concatenation
Comments / Commented out Code
Unnecessary Code
SonarLint Suggestions
Minor Style (not as important)
A. Auto properties
B. Expression Body
Recording of that meeting is saved at: V:\Active Project Files\PROMS Upgrades\2026\Upgrade Technical Debt
Looks like there are still the unnecessary usings in Baseline.cs - other than that looks good. I pulled down a local copy and took a screenshot to show what I was referring to - let me know if any questions.
This would be 1C in the list of things to check for
**Summary of Items to Check For:**
1. Review before check-in
A. unnecessary changes
B. unrelated changes
C. unused check-ins
2. String Concatenation
3. Comments / Commented out Code
4. Unnecessary Code
5. SonarLint Suggestions
6. Minor Style (not as important)
A. Auto properties
B. Expression Body
Recording of that meeting is saved at: V:\Active Project Files\PROMS Upgrades\2026\Upgrade Technical Debt
Tested and verified the x/y plot syntax error no longer occurs during baseline print, but still displays during regular print. MV 2.3.2608.1011 on 8/10/26.
Tested and verified the x/y plot syntax error no longer occurs during baseline print, but still displays during regular print. MV 2.3.2608.1011 on 8/10/26.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
B2026-056 Syntax-problem in XY Plot. Add functionality to PROMS to suppress warning and error popups while running PROMS automatically for baseline testing.
changes look good
Looks good except 2 small items with BaseLnSettings.cs related to TechDebt. Let me know if you have any questions.
@@ -0,0 +1,18 @@using System;These usings appear to be unnecessary.
These usings are here but appear to still be unnecessary - thus should be removed.
@@ -0,0 +9,4 @@public static class BaseLnSettings{private static bool _blBaseLine = false;public static bool blBaseLinecan this be an autoproperty?
Looks like there are still the unnecessary usings in Baseline.cs - other than that looks good. I pulled down a local copy and took a screenshot to show what I was referring to - let me know if any questions.
This would be 1C in the list of things to check for
Summary of Items to Check For:
Review before check-in
A. unnecessary changes
B. unrelated changes
C. unused check-ins
String Concatenation
Comments / Commented out Code
Unnecessary Code
SonarLint Suggestions
Minor Style (not as important)
A. Auto properties
B. Expression Body
Recording of that meeting is saved at: V:\Active Project Files\PROMS Upgrades\2026\Upgrade Technical Debt
Looks Good to me. Ready for QA.
changes look good
Tested and verified the x/y plot syntax error no longer occurs during baseline print, but still displays during regular print. MV 2.3.2608.1011 on 8/10/26.