https://pulumi.com logo
Title
a

adventurous-garage-59192

03/11/2020, 3:14 AM
Just a note that v2 of the azure provider seems to be incompatible with pulumi 1.12. You get a missing method exception if you try to pair the two in .NET
System.MissingMethodException: Method not found: 'Void Pulumi.CustomResource..ctor(System.String, System.String, Pulumi.ResourceArgs, Pulumi.ResourceOptions)
b

brave-caravan-6336

03/11/2020, 3:15 AM
Works fine on my end using Go
a

adventurous-garage-59192

03/11/2020, 3:16 AM
The signature probably changed in the .NET version.
b

broad-dog-22463

03/11/2020, 3:21 AM
We will investigate immediately @adventurous-garage-59192 - sorry about that!
👍 1
Is there any specific action you are finding this on or all actions?
a

adventurous-garage-59192

03/11/2020, 3:26 AM
Throws as soon as it hits the resourcegroup
at Pulumi.Azure.Core.ResourceGroup..ctor(String name, ResourceGroupArgs args, CustomResourceOptions options)
t

tall-librarian-49374

03/11/2020, 6:30 AM
Yes, this is true. You should use
Pulumi
NuGet v
1.11.1
. Sorry for that, we are working on a fix. Pulumi CLI 1.12 is fine.
Or basically don’t set an explicit version of Pulumi Nuget in your csproj: the one Pulumi.Azure references by default is fine.