cs-script icon indicating copy to clipboard operation
cs-script copied to clipboard

C# scripting platform

Results 38 cs-script issues
Sort by recently updated
recently updated
newest added

Since I'm using the new `cs-script.cli` dotnet tool in more projects, I discover that _sometimes_ the wrong NuGet packages are being references (reason yet unknown to me). I'm using `css...

question

Hi Oleg, Reading the docs "https://github.com/oleg-shilo/cs-script/wiki/Performance%2C-Caching-and-Concurrency" I see that in Standard concurrency model (which is default on windows) in parallel script execution one engine must wait for another until it...

enhancement
done
question

This is a rather vague posting. It is driving me nuts since several days and maybe you can give me an idea on _what_ might be the issue. ### ✅...

question

Assembly compiled by cs script: `var assembly = CSScript.RoslynEvaluator.CompileCode(Class1.Code);` How do I use its comments to generate an xml document? At In csproj, you can set GenerateDocumentationFile to True to...

enhancement
voting

Microsoft.CodeAnalysis.CSharp.Scripting has been updated. Latest version: 4.10.0 https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp.Scripting

enhancement
done

my program code: step1: loading user script and SerializeObject iterInstance(ClassA) ->a.json ``` public interface IIter { int V{get;set;} } ... userAssembly=CSScript.RoslynEvaluator.CompileCode(userCode, CodeKind = SourceCodeKind.Script ); iterInstance=userAssembly.Create(class A full Name); ···...

Discussion

I have a .net 8 project and I am trying to setup build pipeline for it. It builds fine on my local setup in VS. However the build pipeline on...

I developed a program named A.exe. The code is as follows: ``` //A.exe: namepsace A { public class Program { public static void helloword() { ..... } public void Main()...

question
Discussion

I expect that `-r:C:\somedll.dll` would do the same thing as `//css_ref C:\somedll.dll I am using this in sublime text editor. Only //css_ref works, but I dont' want to put that...

done

Steps to reproduce: 1. `css "New script4.cs"` (e.g. from Botepad++) Cause: `CSharpCompiler.CompileAssemblyFromFileBatch_with_Build` incorrectly formats the build command by not enclosing the project name in the quotation marks: ```cs var cmd...

defect
Done: waiting for release