MicrosoftDocs / PowerShell-Docs

The official PowerShell documentation sources
https://learn.microsoft.com/powershell
Other
1.96k stars 1.56k forks source link

Decompose and extend `about_Classes` #10575

Closed michaeltlombardi closed 10 months ago

michaeltlombardi commented 10 months ago

Prerequisites

PowerShell Version

5.1, 7.2, 7.3, 7.4

Summary

As a PowerShell module author or PSDSC Resource author, I want to have accurate, detailed information about how to define PowerShell classes and their members, including syntax, patterns, and limitations, so that I can effectively write and maintain PowerShell classes.

Details

The current about_Classes documentation is limited and not up-to-date. The content should be reworked into multiple files with extended documentation:

Proposed Content Type

About Topic

Proposed Title

No response

Related Articles

No response

michaeltlombardi commented 10 months ago

Implemented in #10615