There is a bug in the current build of the archive module where error messages and warnings are not showing. I believe this problem stems from the resource files.
Expected Behavior
This is an example of a scenario where a warning message is emitted.
Compress-Archive -Path file1.txt -DestinationPath archive
This command should result in the warning:
WARNING: <text here>
Actual Behavior
The command emits the warning: WARNING: (the message is blank)
There is a bug in the current build of the archive module where error messages and warnings are not showing. I believe this problem stems from the resource files.
Expected Behavior
This is an example of a scenario where a warning message is emitted.
Compress-Archive -Path file1.txt -DestinationPath archive
This command should result in the warning:WARNING: <text here>
Actual Behavior
The command emits the warning:
WARNING:
(the message is blank)