hi all , quick question. If I am building a .NET C...
# general
w
hi all , quick question. If I am building a .NET Core program to interact with Pulumi, is a class library fine or do I need a console app? Also, does every program I made need to be a project in the "Pulumi" gui. This is a potential issue as for example I want to write code for provisioning Auth0 resources, which is not linked to a public cloud.
e
Currently it needs to be a console app, we expect to be able to "dotnet run" the project (or have an equivalent binary). I don't understand your second question, why can't a program creating Auth0 resources be a pulumi project?
w
Thought itd be console app to do dotnet run! (And create the resources). for the second question, in the pulumi web ui i see this: However, the cloud is not relevant to me (the app is actually in a private datacenter).
e
Ah you don't have to use the template wizard to make a project, but just pick one for now and edit the code to use Auth0 provider once it's given you the skeleton project code.