Skip to content

Audit data-module function naming against Module-Types standard #64

Description

With the new data-module standard (PR #61, Modules/Module-Types.md + Standard/Naming.md): ConvertTo-/ConvertFrom- pivot through [PSCustomObject]/[hashtable] and ship both directions; Hashtable is the reference shape.

Conformance gaps found during the README review:

  • Toml exports only ConvertFrom-Toml — missing ConvertTo-Toml (standard says ship both directions).
  • Hashtable exports ConvertTo-HashTable with inconsistent noun casing vs its other commands (ConvertFrom-Hashtable, Export-Hashtable, …). Renaming is breaking — needs an alias + deprecation.

Task: audit data modules against Module-Types.md and open per-module follow-ups where needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions