repl-lib
repl-lib copied to clipboard
strong name assembly load error
downloaded, and ran the console....
{"Could not load file or assembly 'Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)":"Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35"}
Ugh - we're using delay signed assemblies in the console. You'll need to turn on skip verification to run using these assemblies. Will fix with updated binaries soon.
sn -Vr *,31bf3856ad364e35
I just wanted to check in and see if the updated binaries would be updated soon? Thanks for the great lib.