Merged
Conversation
- Implemented `Test-JsonManifestContent` to validate content actions in Plaster manifests, ensuring required properties are present for each action type. - Created `Test-JsonManifestParameters` to validate parameters in Plaster manifests, checking for required properties, valid names, and types. - Added `Test-PlasterCondition` to validate the syntax of conditions in manifests. - Updated `Invoke-Plaster` to streamline parameter handling and improve manifest loading logic. - Removed the deprecated `Write-PlasterLog` function to simplify logging. - Enhanced documentation for `Invoke-Plaster` and `New-PlasterManifest` to reflect new parameter options and usage. - Added comprehensive tests for `New-PlasterManifest` to ensure correct manifest generation and validation. - Adjusted tests for `RequireModule` and `TestPlasterManifest` to align with new validation logic and output expectations.
Test Results 3 files 189 suites 26s ⏱️ Results for commit d5b3f3e. ♻️ This comment has been updated with latest results. |
* Added a TODO comment for clarity in `JsonTest.Tests.ps1`. * Modified path handling in `PlasterManifestValidation.Tests.ps1` to ensure compatibility across platforms.
* Changed the path in the `<modify>` tag from `$env:LOCALAPPDATA\tasks-should-not-be-here.json` to `{0}tasks-should-not-be-here.json` for better compatibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.