Installation
Nancy is a .NET 10.0 library, written in C# 14 and available on NuGet.
Requirements​
.NET SDK 10.0 or above.
IDEs​
For applications​
The recommended IDEs to write C# applications using Nancy are:
- JetBrains Rider: Cross-platform, free for academic users
- Visual Studio: Windows only, free for most use cases
- Visual Studio Code: Free and open source editor. Essential for notebooks, but lacks features as an IDE.
For notebooks​
caution
Microsoft announced that Polyglot Notebooks have been discontinued. See file-based apps for a more stable workflow.
The examples within the tutorials are available as Polyglot Notebooks notebooks, for immediate feedback between code and results.
To run and experiment with the notebooks, you will need
- Visual Studio Code
- Polyglot Notebooks extension