Skip to content

fix(project_item): ensure issue body is named Body - #164

Merged
rulasg merged 4 commits into
mainfrom
fix-show-staged-content-info
Oct 19, 2025
Merged

fix(project_item): ensure issue body is named Body#164
rulasg merged 4 commits into
mainfrom
fix-show-staged-content-info

Conversation

@rulasg

@rulasg rulasg commented Oct 18, 2025

Copy link
Copy Markdown
Owner

fix the Convert-NodeItemToHash function to standardize the property name from body to Body. Remove an unnecessary type conversion comment in Get-Item. Add tests for staging title and body changes in project items to ensure consistent behavior.


Assert-AreEqual -Presented $randomItem.Title -Expected "Issue for development"
Assert-AreEqual -Presented $randomItem.body -Expected "Body of issue for development"
Assert-AreEqual -Presented $randomItem.Body -Expected "Body of issue for development"

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg
rulasg merged commit 10a51c1 into main Oct 19, 2025
3 of 4 checks passed
@rulasg
rulasg deleted the fix-show-staged-content-info branch October 19, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants