Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/10/2018, 19:36
Avatar de detective_jd
detective_jd
 
Fecha de Ingreso: abril-2011
Ubicación: Salto
Mensajes: 437
Antigüedad: 13 años
Puntos: 6
Respuesta: problema con scriptcs en Visual Studio Code, C# y Linux

Buenas, logré cambiar un poco:

Código .JSON:
Ver original
  1. {
  2.     "workbench.colorTheme": "Visual Studio Light",
  3.     "csharp.format.enable": false,
  4.     "code-runner.executorMap": {
  5.         "csharp": "/usr/bin/mono /home/detectivejd/gitRepos/scriptcs/artifacts/Release/bin/scriptcs.exe -script $fullFileName -Cache"
  6.     }
  7. }

Pero lo que me sale es esto:

Cita:
[Running] /usr/bin/mono /home/detectivejd/gitRepos/scriptcs/artifacts/Release/bin/scriptcs.exe -script "/home/detectivejd/NetCoreProjects/prueba/Program.cs" -Cache
Specify - for a list of available options and commands.
Usage: [arguments] [options] [command]

Arguments:
script Script file name, must be specified first

Options:
--scriptname | -script Alternative way to pass a script filename
--repl | -r Launch REPL mode when running script. To just launch REPL, simply omit the 'script' argument
--eval | -e Code to immediately evaluate
--config | -co Defines config file name
--debug | -d Emits PDB symbols allowing for attaching a Visual Studio debugger
--version | -v Outputs version information
--cache | -c Flag which determines whether to run in memory or from a .dll
--loglevel | -log Flag which defines the log level used
--watch | -w Watch the script file and reload it when changed
--modules | -m Specify modules to load (comma separated)
--output | -o Write all console output to the specified file
-Help | -? Show help information

Commands:
install

Run ' [command] --' for more information about a command.
Usage: scriptcs options

[Done] exited with code=1 in 2.312 seconds
Cómo verán de C# sé poco y ahora quiero aprender de él, ¿que me recomendarían hacer?

Espero sus respuestas y Saludos.
__________________
Si te interesa, visita mi perfil de Linkedin. Gracias