Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Dec 5, 2024

Guidelines for PowerShell modules and tests:

  • .github/copilot-instructions.md: Added instructions for PowerShell functions, including the use of the CmdletBinding attribute, param keyword, and Export-ModuleFunction statement.
  • .github/copilot-instructions.md: Added guidelines for writing PowerShell test functions, specifying naming conventions, the use of Assert-NotImplemented, and the inclusion of Arrange, Act, and Assert sections.This pull request adds new instructions for writing PowerShell modules and tests to the .github/copilot-instructions.md file. The most important changes include guidelines for structuring PowerShell functions and tests to ensure consistency and readability.

@rulasg rulasg merged commit c48152a into main Dec 5, 2024
3 checks passed
@rulasg rulasg deleted the copilot-instructions branch December 5, 2024 14:16
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