Initial Pre-Release - v0.1.0 (Preview 1)
Pre-release
Pre-release
This is the initial alpha pre-release of NetPad. After many sleepless nights, I'm happy to finally push this release.
Being an alpha release, it might be buggy. If you run into an issue please open a bug.
Requirements
- .NET 6 SDK
- (optional) .NET EF Core Tool (version 6+) to create and use database connections
Features 🎉
- The basics:
- Write, save and run your own scripts
- Manage namespaces
- Standard code editor features powered by Monaco editor
- Dump complex objects to the results console
- Add and use database connections (currently only supports Microsoft SQL Server and PostgreSQL)
- Auto-save: If you close NetPad, it will auto-save your changes and
restore them the next time you fire it up - Add NuGet packages
- Reference assemblies from disk
- OmniSharp integration:
- CodeLens
- Code completion (Intellisense)
- Semantic highlighting
- Hover for documentation
- Format document
- Go-to implementation
- Find references
- Action suggestions
- Diagnostics