Skip to content

C# Interactive extension for VS Code using dotnet script

Notifications You must be signed in to change notification settings

wivuu/Wivuu.DotnetScriptr

Repository files navigation

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

About

C# Interactive extension for VS Code using dotnet script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published