Skip to content

Don't write status/progress information to the output stream #53

Description

For example in ConnectDevAccount.cs, we have

this.WriteObject($"Developer account {devAccount.Name} has successfully signed in.");
this.WriteObject(devAccount);

This make the cmdlets much harder to use from powershell, since we have to filter noise from the real output.
Use some of the other streams for this kind of information. In that case that would probably be the Information stream, or maybe write noting at all.

But the object stream should be reserved for actual data.

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