sparse-intern-71089
07/14/2021, 2:16 PMbored-oyster-3147
07/14/2021, 2:20 PMazure-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?bored-oyster-3147
07/14/2021, 3:19 PMpackageReference
entry in schema.json
but still cannot build because it doesn't seem to be generating the embedded version.txt
file...bored-oyster-3147
07/14/2021, 3:27 PMversion.txt
file - is that intended?tall-librarian-49374
07/14/2021, 3:41 PMtall-librarian-49374
07/14/2021, 3:46 PMtall-librarian-49374
07/14/2021, 3:46 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?bored-oyster-3147
07/16/2021, 2:58 PMpulumictl get version ...
commandstall-librarian-49374
07/16/2021, 2:58 PMtall-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
billowy-army-68599
billowy-army-68599
bored-oyster-3147
07/16/2021, 4:32 PMvX.X.X
?