https://github.com/wivuu/wivuu.dotnetscriptr
C# Interactive extension for VS Code using dotnet script
https://github.com/wivuu/wivuu.dotnetscriptr
Last synced: 4 months ago
JSON representation
C# Interactive extension for VS Code using dotnet script
- Host: GitHub
- URL: https://github.com/wivuu/wivuu.dotnetscriptr
- Owner: wivuu
- Created: 2019-11-23T16:46:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:22:19.000Z (over 2 years ago)
- Last Synced: 2025-01-11T06:15:00.579Z (6 months ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://github.com/filipw/dotnet-script)!
- Create new C# Interactive workspaces
- Execute entire C# script files
- Execute selected or currently lines of C#
- Import nuget packages with `"#r nuget:..."` syntax
## 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](https://github.com/filipw/dotnet-script/issues)- None
## Release Notes
### 0.2.4
Updated dependencies### 0.0.1
Initial release providing basic integration with dotnet script