Update WithArgs
to accept object array
#4237
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
I'd like to be able to do the following
But this doesn't work as the
WithArgs
callback only accepts string array params -aspire/src/Aspire.Hosting/ResourceBuilderExtensions.cs
Lines 162 to 165 in d4acce5
For now, can work around this with the callback overload that does accept objects
The text was updated successfully, but these errors were encountered: