B2026 056 syntax problem in x/y plot #801

Merged
jjenko merged 8 commits from B2026-056-Syntax-problem-in-X/Y-plot into Development 2026-08-10 11:11:09 -04:00
Owner

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.
plarsen self-assigned this 2026-08-07 12:21:43 -04:00
djankowski was assigned by plarsen 2026-08-07 12:21:43 -04:00
jjenko was assigned by plarsen 2026-08-07 12:21:43 -04:00
mschill was assigned by plarsen 2026-08-07 12:21:43 -04:00
mvickers was assigned by plarsen 2026-08-07 12:21:43 -04:00
plarsen added 6 commits 2026-08-07 12:21:43 -04:00
plarsen requested review from jjenko 2026-08-07 12:21:43 -04:00
mschill requested review from mschill 2026-08-07 12:33:36 -04:00
jjenko approved these changes 2026-08-07 13:46:04 -04:00
Dismissed
jjenko left a comment
Owner

changes look good

changes look good
mschill requested changes 2026-08-07 13:55:40 -04:00
Dismissed
mschill left a comment
Owner

Looks good except 2 small items with BaseLnSettings.cs related to TechDebt. Let me know if you have any questions.

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;
Owner

These usings appear to be unnecessary.

These usings appear to be unnecessary.
Owner

These usings are here but appear to still be unnecessary - thus should be removed.

These usings are here but appear to still be unnecessary - thus should be removed.
mschill marked this conversation as resolved
@@ -0,0 +9,4 @@
public static class BaseLnSettings
{
private static bool _blBaseLine = false;
public static bool blBaseLine
Owner

can this be an autoproperty?

can this be an autoproperty?
plarsen added 1 commit 2026-08-09 23:12:19 -04:00
mschill requested changes 2026-08-10 05:53:33 -04:00
Dismissed
mschill left a comment
Owner

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

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
plarsen added 1 commit 2026-08-10 09:59:20 -04:00
mschill approved these changes 2026-08-10 10:01:21 -04:00
mschill left a comment
Owner

Looks Good to me. Ready for QA.

Looks Good to me. Ready for QA.
jjenko approved these changes 2026-08-10 11:10:56 -04:00
jjenko left a comment
Owner

changes look good

changes look good
jjenko merged commit 7ba3ea8b13 into Development 2026-08-10 11:11:09 -04:00
Sign in to join this conversation.
No Reviewers
No labels
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#801