You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Some interesting things to note are
I did a search for "Miscrosoft.VisualStudio.LanguageServices" in my entire solution and there were no results
The required dependency for the stated 3.11.0 version of that NuGet package is .NET Framework v4.7.2, which none of the projects in my solution are targeting
The tool was previously working fine and I can't pinpoint any changes in the solution / project that would cause this error
There is nothing more in the NTypewriter output window
The text was updated successfully, but these errors were encountered:
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.
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:
Some interesting things to note are
The text was updated successfully, but these errors were encountered: