pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
23 stars 18 forks source link

Add more FSharp Ops helpers #250

Closed haodeon closed 2 months ago

haodeon commented 3 months ago

Since F# 6 improvements to implicit type conversions, it has been much more enjoyable to work with Pulumi.

Though I find there are still a few situations where it's not as easy as it could be, for me they were often properties with InputList type.

Adding these to the Ops module would make life easier.

Frassle commented 2 months ago

These look reasonable, thanks.