This message was deleted.
# dotnet
s
This message was deleted.
t
Use 3.0, you are safe there
🍺 1
b
Yes on easier to debug. Yes you’ll be able to use any config source you want since you set Pulumi config values with automation api. Generic host and DI works with PulumiFn also.
🍺 1
b
@worried-city-86458 have you found anything on dynamic dotnet providers so far?
Hopefully @tall-librarian-49374 can provide more info
b
Subscribed thanks 👍
t
I don’t think we made much progress since then. @microscopic-pilot-97530 has the prototype.
b
Is it worth looking into implementing a resource plugin by implementing the grpc server in c#? I vaguely remember looking into that for terraform back in the day - they said you could technically write the plugin in any language but their terraform go plugin sdk did most of the lifting and you'd be on your own for a ton of stuff if you went without. same story here i'm guessing?