scriptcs Questions

11

Solved

This is my first time using Visual Studio Code and I am trying to run a simple code on it but it is giving me an error that says: 'scriptcs' is not recognized as an internal or external command,...
Giraldo asked 10/12, 2019 at 6:49

2

Solved

I'm using Visual Studio Code for Mac, running extension CodeRunner. I've got a simple program: using System; namespace HelloWorldApplication { class HelloWorld { static void Main(string[] args) ...
Jehoshaphat asked 20/8, 2018 at 3:39

7

Solved

I have scriptcs and coderunner installed on Visual Studio Code. When I run a simple program that includes Console.WriteLine("Test") I don't see any output. The program seems to run successfully and...
Lenardlenci asked 5/4, 2017 at 16:49

4

Solved

Is there a way in Windows to launch a .csx script directly (e.g. by double clicking the file, or from the start menu, or via an app launcher like Launchy) such that the script runs in the backgroun...
Cryolite asked 1/12, 2015 at 2:11

2

I have installed Scriptcs to Sublime Text 3. I get this error when I press CTRL B and build my aspx page. 'scriptcs' is not recognized as an internal or external command, operable program or ba...
Conscientious asked 26/2, 2019 at 12:35

3

Solved

My Azure Functions were running fine and all of a sudden I am getting several "Assembly changes detected. Restarting host..." messages that is preventing my functions from completing. I am not d...
Prostatitis asked 23/5, 2017 at 22:4

3

Solved

I'm playing with ScriptCS (which is awesome!) but I couldn't figure out how to define an extension method within a .csx script file. Take this example: using System.IO; public static class Exte...
Fayina asked 5/6, 2013 at 19:48

4

Solved

Background I'm creating a c# application that runs some status checks (think nagios style checks). What I ideally want is this c# application to look at a specific directory, and just compile/exe...
Janerich asked 5/12, 2014 at 19:46

1

I'm try to load pythonnet runtime dll from scriptcs and it does not work with roslyn backend because dynamic is not supported in Roslyn, but mono backend chokes with the following error: $ scriptc...
Pekin asked 9/9, 2015 at 5:44

1

Solved

If I want to support scripting in my application, does scriptcs offer any particular advantages over just using the plain vanilla Roslyn script engine?
Capriola asked 23/8, 2013 at 15:4
1

© 2022 - 2025 — McMap. All rights reserved.