You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
.NET 8 added support for collection expression and also added an annotation CollectionBuilder I think there are many places the Pulumi .NET code could use these to improve code syntax :)
Especially for things like GetPolicyDocuments and Statements in AWS 🤔
Affected area/feature
The text was updated successfully, but these errors were encountered:
You can get pretty close if you're willing to change your signature, by declaring the signature on the left side which seems to be the requirement for Collection Expression.
The signature that is currently not supported although based on types it could be inferred. I am not sure if it is a compiler limitation or Pulumi limitation with the InputList types:
Hello!
Issue details
.NET 8 added support for collection expression and also added an annotation
CollectionBuilder
I think there are many places the Pulumi .NET code could use these to improve code syntax :)Especially for things like GetPolicyDocuments and Statements in AWS 🤔
Affected area/feature
The text was updated successfully, but these errors were encountered: