From dd83d0461bd26f9db8a0b71556e1fd2694950f9e Mon Sep 17 00:00:00 2001 From: Kasey Uhlenhuth Date: Mon, 16 Nov 2015 08:49:01 -0800 Subject: [PATCH] Updated Scripting API Samples (markdown) --- Scripting-API-Samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting-API-Samples.md b/Scripting-API-Samples.md index b92d984..53a04f1 100644 --- a/Scripting-API-Samples.md +++ b/Scripting-API-Samples.md @@ -58,7 +58,7 @@ var result = await CSharpScript.EvaluateAsync("Sqrt(2)", ``` ### Parameterize a script -> **Note**: this currently doesn't work due to a [known bug](https://github.com/dotnet/roslyn/issues/6101). A workaround would be to define Globals in a .dll and #r the .dll. +> **Note**: this currently doesn't work inside the REPL due to a [known bug](https://github.com/dotnet/roslyn/issues/6101). A workaround would be to define Globals in a .dll and #r the .dll. ```csharp public class Globals {