You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nullability checks and update properties' mutability in tests
Nullability checks are added in several test cases for output-based assertions to prevent potential NullReferenceExceptions. Concurrently, the 'ExecutionResults' class is modified to handle null outputs, and the mutability of its 'ExitCode', 'Output', and 'Log' properties is updated using 'init'.
0 commit comments