Safia Abdalla
Safia Abdalla
> Why is this a problem when they are child folders? Child folders are only emitted for multiple Docker Compose environments within the _same_ AppHost. This issue occurs when you...
> Different apphosts are in different folders. I feel like I’m missing something Docker only takes the immediate parent folder as the project name. Both 'A/B/aspire-output' and 'D/E/aspire-output' will have...
If it helps as a point of inspiration, here is the (internal) implementation of JsonSchema that might be a helpful basis for inspiration: https://github.com/dotnet/runtime/blob/c70791346cb716c02065c23d761d0743e30602ed/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchema.cs
@smnsht Thanks for changing the code here! I also realized that similar to the other PR you're working on, we'll need to add checks in the RDG implementation for this....
@BernhardPollerspoeck Thanks for filing this issue! We're introducing a solution for this in the form of a new `DeploymentImageTagCallbackAnnotation` in the core API. You can use it to set the...
@dnv-kimbell This is expected behavior. If you are trying to make schema-level customizations, the `IOpenApiSchemaTransformer` API is the one that you want to use. What are you trying to do?
> But I'm really looking for a way to influence the naming of the schemas, as like removing the suffix "Dto" from the type. That is important to me. Have...
Hi everyone! Doing some pruning on the backlog of OpenAPI issues and came across this one. I believe that we can close this out and dupe it to https://github.com/dotnet/aspnetcore/issues/60589. Some...