Add an API to easily extract a resource's arguments #6644
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
We should add a method that makes it easy to get arguments for a resource, e.g.:
public static class ResourceExtensions { + public static async ValueTask<IReadOnlyList<string>> GetArgumentListAsync(this IResourceWithArgs resource); }
The text was updated successfully, but these errors were encountered: