ryanrousseau / ScriptCs.Gist

ScriptCs module that adds a #gist line processor
Apache License 2.0
1 stars 0 forks source link

Warning when ScriptCs.Gist loads using scriptcs 0.13 #1

Open glennblock opened 9 years ago

glennblock commented 9 years ago

With loglevel set to debug I see the following error:

DEBUG: Failure loading assembly: C:\src\test\scriptcs_packages\ScriptCs.Gist.0.1.2\lib\net45\ScriptCs.Gist.dll. Exception: Method 'get_Description' in type 'ScriptCs.Gist.GistReplCommand' from assembly 'ScriptCs.Gist, Version=0.1.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
glennblock commented 9 years ago

The assembly load failure prevents the module from properly loading.

ryanrousseau commented 9 years ago

Thanks for reporting this. I just pushed a new version to nuget. It worked with my example gist. Let me know if you run into anything else.