Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upComplete Support for .NET #3470
Comments
This was referenced Nov 7, 2019
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.NET is broadly supported in preview as of Pulumi 1.5🎉
This issue tracks remaining work to complete the support for .NET.
Done:
InputMap<T>
(PR #3485)cosmosAccount.ConnectionStrings[0]
) PR #3481dotnet run
. Now it complains about missingPULUMI_MONITOR
env var. (PR #3479)StackReference
(PR #3511)docker.Image
PR pulumi/pulumi-docker#115 examples pulumi/examples#482)In progress:
Need review:
(none)
TODO:
ArchiveFunctionApp
.Investigate/design/think:
tf2pulumi
version.txt
to git with some sensible version in it to make it easy to compile and run .NET SDKs without running any other tasks from make. (contributor experience)Main
method which bounces in and back fromPulumi
.Stack
andComponentResource
. #3399 (comment)pulumi up
on precompiled binaries in case people want to split the compilation from execution #3509Parked: