Installation
Nancy is a .NET 6.0, written in C# 10 and available on NuGet.
Requirements
.NET SDK 6.0 or above.
IDEs
For notebooks
The examples within the tutorials are available as .NET Interactive notebooks, for immediate feedback between code and results.
To run and experiment with the notebooks, you will need
For applications
The recommended IDEs to write C# applications using Nancy are:
- JetBrains Rider: Cross-platform, free for academic users
- Visual Studio 2022: Windows only, free for most use cases
- Visual Studio Code: Free and open source editor. Essential for notebooks, but lacks features as an IDE.