Skip to content

Document which parts of the codebase are frozen #19220

@xtqqczze

Description

@xtqqczze

For Microsoft.Management.UI.Internal, we ship it and own the code, so I think it's OK to make changes to it. But

  • for code that we don't build/ship (e.g. ScheduledJob, LocalAccounts), we should avoid changing it.
  • for the code that came from .NET (e.g. ComInterop), we should avoid changing it unless the original code in dotnet/runtime was also updated to use ArgumentException.ThrowIfNullOrEmpty.

Originally posted by @daxian-dbw in #19213 (comment)

Of the above, only ComInterop is documented at: src\System.Management.Automation\engine\ComInterop\README.md

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions