-
Notifications
You must be signed in to change notification settings - Fork 12k
Option validation not showing errors #14269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Apr 26, 2019
By using the `SchemaValidationException` object, the underlying JSON schema validation errors will be propagated to the consuming code. This allows for more detailed error reporting of malformed or incorrectly provided options. Partially addresses angular#14269
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Apr 26, 2019
By using the `SchemaValidationException` object, the underlying JSON schema validation errors will be propagated to the consuming code. This allows for more detailed error reporting of malformed or incorrectly provided options. Partially addresses angular#14269
alexeagle
pushed a commit
that referenced
this issue
Apr 26, 2019
By using the `SchemaValidationException` object, the underlying JSON schema validation errors will be propagated to the consuming code. This allows for more detailed error reporting of malformed or incorrectly provided options. Partially addresses #14269
alexeagle
pushed a commit
that referenced
this issue
Apr 26, 2019
By using the `SchemaValidationException` object, the underlying JSON schema validation errors will be propagated to the consuming code. This allows for more detailed error reporting of malformed or incorrectly provided options. Partially addresses #14269
#14274 fixed the error message. It still shows a stack trace though, and shouldn't. |
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Apr 30, 2019
alexeagle
pushed a commit
that referenced
this issue
May 7, 2019
alexeagle
pushed a commit
that referenced
this issue
May 7, 2019
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 7.xDescription
When using unknown options in
angular.json
, errors are not shown correctly.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
This error reporting seems to come from
angular-cli/packages/angular_devkit/architect/src/architect.ts
Line 286 in 0f9de92
cc @istiti
The text was updated successfully, but these errors were encountered: