974c46c Save WinUtil's json strings with DOS-Style Newline Character (CRLF) instead of Unix-Style Newline Character (LF)
Originated from PR https://github.com/ChrisTitusTech/winutil/pull/2816 by @ruxunderscore
5641623 Exit Early when facing Syntax Errors, Solves a problem when passing '-Run' Argument with 'Compile.ps1' Script - Use 'Out-Null' to follow common project conventions
Testing
Tested these changes when:
Compiling without providing any extra arguments (Compile.ps1)
Compiling with providing -Run Argument (Compile.ps1 -Run)
Compiling with providing -Run -Arguments "-Debug" (Compile.ps1 -Run -Arguments "-Debug")
Done the previous cases when no syntax errors are present and when there's syntax errors in WinUtil's code base.
All previous manual tests have passed successfully.
Impact
Won't have a major impact on end-user nor on contributors.
Checklist
[x] My code adheres to the coding and style guidelines of the project.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[ ] I have made corresponding changes to the documentation.
[x] My changes generate no errors/warnings/merge conflicts.
Type of Change
Description
Commit Summery:
Testing
Tested these changes when:
Compile.ps1
)-Run
Argument (Compile.ps1 -Run
)-Run -Arguments "-Debug"
(Compile.ps1 -Run -Arguments "-Debug"
)All previous manual tests have passed successfully.
Impact
Won't have a major impact on end-user nor on contributors.
Checklist