Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing information about static Class Properties at about_classes_properties.md #11696

Closed
3 tasks done
ArieHein opened this issue Jan 18, 2025 · 1 comment · Fixed by #11713
Closed
3 tasks done

Missing information about static Class Properties at about_classes_properties.md #11696

ArieHein opened this issue Jan 18, 2025 · 1 comment · Fixed by #11713
Assignees
Labels
area-about Area - About_ topics issue-doc-bug Issue - error in documentation

Comments

@ArieHein
Copy link
Contributor

Prerequisites

  • Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
  • Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Typo in Get-Foo cmdlet" instead of "Typo."
  • Verify Version: If there is a mismatch between documentation and the behavior on your system, ensure that the version you are using is the same as the documentation. Check this box if they match or the issue you are reporting is not version specific.

Links

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_classes_properties?view=powershell-7.6&WT.mc_id=ps-gethelp#static-properties

Summary

Information about static properties in the about_classes_properties.md page across all versions seems to be cut short

Details

This is for all available versions, if you go to the about_classes_properties.md page , after the section about Static Properties, there is an 'Important' block with information that seems to be cut short.

I went to the early commits across all the versions, including old and removed docs but cant find the original, so i assume it came from your internal private repo.

In the files themselves, you will find it at :
5.1 - at line 528
7.4, 7.5, 7.6 - at line 524

Suggested Fix

No response

@ArieHein ArieHein added issue-doc-bug Issue - error in documentation needs-triage Waiting - Needs triage labels Jan 18, 2025
@sdwheeler
Copy link
Contributor

@michaeltlombardi Can you look into this one. It looks like the truncation happened in your big refactor PR.

@sdwheeler sdwheeler added area-about Area - About_ topics and removed needs-triage Waiting - Needs triage labels Jan 18, 2025
@michaeltlombardi michaeltlombardi self-assigned this Jan 21, 2025
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Jan 21, 2025
This change fixes MicrosoftDocs#11696 by adding the missing text explaining
how static properties defined on classes implemented in
PowerShell are not immutable and can be overriden.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-about Area - About_ topics issue-doc-bug Issue - error in documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants