Feature Request: Provide a base serializer for YAML #83313
Open
Description
This has been requested multiple times, and I see no progress.
In the end, this boils down to PowerShell not supporting YAML conversion, like XML and JSON currently is.
The response is always "We don't support YAML, becuase the .Net runtime doesn't support YAML.
YAML is a base format in Linux based systems, etc, and a common format supported in a major language, like Python.
I don't understand why YAML isn't natively supported in .Net, and thus eliminate the reason why PowerShell doesn't natively support YAML.