wet-noon-14291
03/02/2020, 10:27 PMResourceGroup
, anyone seen that before?
error: Running program '/Users/tomasjansson/git/mastoj/Quickz/src/Quickz.Infra/bin/Debug/netcoreapp3.1/Quickz.Infra.dll' failed with an unhandled exception:
System.MissingMethodException: Method not found: 'Void Pulumi.CustomResource..ctor(System.String, System.String, Pulumi.ResourceArgs, Pulumi.ResourceOptions)'.
at Pulumi.Azure.Core.ResourceGroup..ctor(String name, ResourceGroupArgs args, CustomResourceOptions options)
at Helpers.createResourceGroup(String name) in /Users/tomasjansson/git/mastoj/Quickz/src/Quickz.Infra/Helpers.fs:line 14
at Program.infra() in /Users/tomasjansson/git/mastoj/Quickz/src/Quickz.Infra/Program.fs:line 5
at Program.main@40.Invoke(Unit arg00@) in /Users/tomasjansson/git/mastoj/Quickz/src/Quickz.Infra/Program.fs:line 40
at Pulumi.FSharp.Deployment.run@48.Invoke()
at Pulumi.Deployment.<>c__DisplayClass75_0.<RunAsync>b__0()
at Pulumi.Stack.RunInitAsync(Func`1 init)
at Pulumi.Deployment.Runner.WhileRunningAsync()
Pulumi (1.11.1-preview)
Pulumi.Azure (1.13.0-preview)
Pulumi.FSharp (1.11.1-preview)
Pulumi.Random (1.5.0-preview)
Pulumi.Tls (1.4.0-preview)
Pulumi.Azure
as the sample at least.tall-librarian-49374
03/02/2020, 10:38 PMPulumi
to a previous versionwet-noon-14291
03/02/2020, 10:40 PMtall-librarian-49374
03/02/2020, 10:47 PMPulumi.FSharp
toowet-noon-14291
03/02/2020, 11:00 PMPulumi.FSharp 1.11.1
required the same version of Pulumi
.
I wonder if it would be a good idea to have sample projects/tests using paket instead of standard versioning to detect these kind of versioning issues.tall-librarian-49374
03/02/2020, 11:13 PMwet-noon-14291
03/02/2020, 11:16 PMtall-librarian-49374
03/02/2020, 11:21 PM