bored-oyster-3147
07/14/2021, 2:16 PMPulumi
NuGet package (see here), so the generated dotnet SDK can't build as it is. Originally I thought OK maybe the stock schema.json
is just missing an argument to add that reference, but the nodejs SDK generated from the same provider code does have the reference. So I'm wagering it was a bug potentially introduced during changes made to release azure-native
? Any thoughts on what I need to do so that the codegen adds that reference?azure-native
implementation of schema.json
has the following at the bottom:
"csharp": {
"namespaces": {
"aad": "Aad",
"aadiam": "AadIam",
"addons": "Addons",
"adhybridhealthservice": "ADHybridHealthService",
"advisor": "Advisor",
...
"windowsiot": "WindowsIoT",
"workloadmonitor": "WorkloadMonitor"
},
"packageReferences": {
"Pulumi": "3.*",
"System.Collections.Immutable": "5.0.0"
}
Which I haven't tried yet but I'd wager would fix my issue with that reference being missing.
So then the question is, why does nodejs
not require something similar in order to add the reference, and is that an issue or not?packageReference
entry in schema.json
but still cannot build because it doesn't seem to be generating the embedded version.txt
file...version.txt
file - is that intended?tall-librarian-49374
07/14/2021, 3:41 PMSystem.Collections.Immutable
)bored-oyster-3147
07/14/2021, 3:56 PMtall-librarian-49374
07/14/2021, 3:59 PMbored-oyster-3147
07/16/2021, 2:57 PMpulumictl
command stopped working - it is giving me the error error calculating version: getting language versions: error opening repository: repository does not exist
but I cannot get it to output what repository it is trying to connect to, even with the --debug
flag. Can you give me any information on what this is trying to do or what it depends on?pulumictl get version ...
commandstall-librarian-49374
07/16/2021, 2:58 PMbored-oyster-3147
07/16/2021, 2:59 PM.git
folder being in the working directory or something because our directory structure for the new repo has that higher uptall-librarian-49374
07/16/2021, 3:03 PMbored-oyster-3147
07/16/2021, 3:04 PMbillowy-army-68599
bored-oyster-3147
07/16/2021, 4:25 PMversion.go
but apparently not. If I wanted to bump the version, what steps need to be taken?billowy-army-68599
bored-oyster-3147
07/16/2021, 4:32 PMvX.X.X
?