Aspire Schema missing Dockerfile buildArgs spec #4864
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
Is there an existing issue for this?
Describe the bug
Recently support for Dockerfile buildArgs was added in this PR, but it seems like the latest schema (or the latest published schema) does not yet state that
buildArgs
is valid configuration on adockerfile.v0
.Expected Behavior
I would expect that given a valid
buildArgs
, such as that below, my IDE should not fail the json I am writing due to the schema validation failing. ExamplebuildArgs
that I expect to work:Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: