Intent.Modules icon indicating copy to clipboard operation
Intent.Modules copied to clipboard

Module Builder: System.MissingMethodException: Method not found: 'Void Intent.Modules.Common.Templates.IntentRoslynProjectItemTemplateBase`1.AddTypeSource(System.String, System.String)'.

Open JonathanLydall opened this issue 4 years ago • 0 comments

https://github.com/IntentSoftware/IntentArchitect/blob/5f2bc2ac327f68ac87a407612c5e3118d2a0e137/Modules/Intent.Modules.ModuleBuilder/Templates/RoslynProjectItemTemplatePartial/RoslynProjectItemTemplatePartialTemplate.tt#L34

The line referenced above is causing the following error when running the SF:

System.MissingMethodException: Method not found: 'Void Intent.Modules.Common.Templates.IntentRoslynProjectItemTemplateBase`1.AddTypeSource(System.String, System.String)'.

It seems the latest published NuGet package is not up to date with the module's source code. Once an updated NuGet package has been published, then the module builder template will need to be updated.

JonathanLydall avatar Jan 15 '20 20:01 JonathanLydall