Skip to content
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

Add validation to block publishing of invalid extension type packages #15688

Open
anthony-c-martin opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@anthony-c-martin
Copy link
Member

If you make a mistake with authoring a types package (for example, using foo@1 rather thanfoo@v1 for a resource type name, the publishing is permitted, but then the consumption fails with a cryptic error:

The referenced extension types artifact has been published with malformed content

There's nothing really actionable we can show to the consumer, so we need to add more guard rails to ensure we don't allow an invalid package to be published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant