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
Refactor: Enhancement of testing tools and code style.
- (Both tools): Avoid using the ternary operator
- Refactor all ternary operator expressions with "if-else" snippet.
- (Tools/SandboxTest.ps1): Increase memory usage of Sandbox instance
- Modifies the memory allocation for the Sandbox instance.
- Increase to 1/4 of the total memory size.
- This is useful for testing purposes, override default "2GB".
- (Tools/YamlCreate.ps1): Change log level
- Change `$InformationPreference` to "Continue"
- This will NOT suppress `Write-Information`
Signed-off-by: Dragon1573 <[email protected]>
0 commit comments