Skip to content

Change default ErrorAction behavior to ThrowError #51

@scottrippey

Description

@scottrippey

In "Release" mode, the default ErrorAction is Ignore.
This often results in a lot of confusion, especially since NuGet delivers the Release build.
So, a better default ErrorAction should be chosen.

Choices are Ignore, ThrowError, MaintainTokens, or OutputErrorInResult.

In "Debug" mode, the default ErrorAction is ThrowError, which is appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions