Trying to do scriptcs example, getting this in console when running:
ERROR: Script compilation failed. [CompilationErrorException] ...test.csx(1,12):
error CS0411: The type arguments for method 'ScriptCs.ScriptHost.Require<T>()'
cannot be inferred from the usage. Try specifying the type arguments explicitly.
Trying to do scriptcs example, getting this in console when running: