NeVeSpl / NTypewriter

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
https://nevespl.github.io/NTypewriter/
MIT License
124 stars 24 forks source link

Extension throws missing DLL errors, previously working fine #44

Closed Tristan10 closed 3 years ago

Tristan10 commented 3 years ago

I am using this tool and sometime recently, not sure exactly when, it stopped working. When trying to render a template I see the following error:

image

Some interesting things to note are

NeVeSpl commented 3 years ago

What version of VS do you have? The latest one? 16.11.5?

Tristan10 commented 3 years ago

What version of VS do you have? The latest one? 16.11.5?

Looks like I am currently running 16.10.3

NeVeSpl commented 3 years ago

That is the reason probably, I guess that with VS 16.11 comes that missing dll in version 3.11. I have updated nugets in Typewriter 0.2 from 3.8 to 3.11, and apparently, VS does not do well with nugets from the future.

Tristan10 commented 3 years ago

That would indeed seem to be the issue. Updated VS to the newest version and it works. Thanks!