Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.11 KB

dotnet scriptr

Execute C#/CSX files interactively in Visual Studio Code.

Features

  • Installs & integrates with dotnet script command, which is unaffiliated
    • Follow and support their progress here!
  • Create new C# Interactive workspaces
  • Execute entire C# script files
  • Execute selected or currently lines of C#
  • Import nuget packages with "#r nuget:..." syntax

scriptr in action

Requirements

  • .NET Core 3.0 or up

Extension Settings

  • advanceNextLine: If no text is selected, automatically advances to next line after executing 'Run Selection'.

    • Defaults to false
  • debug: Enable debug mode in dotnet script output. (Requires reload)

    • Defaults to false

Known Issues

There are known limitations within dotnet script which are outside of the scope of this extension. For issues relating to dotnet script submit issues here

  • None

Release Notes

0.2.4

Updated dependencies

0.0.1

Initial release providing basic integration with dotnet script