Skip to content

Initial Pre-Release - v0.1.0 (Preview 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@tareqimbasher tareqimbasher released this 12 Jan 23:32
· 531 commits to main since this 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

A thanks to contributors:

@ObaidaAlhaasan