NanoCore 9.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NanoCore --version 9.0.2                
NuGet\Install-Package NanoCore -Version 9.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NanoCore" Version="9.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NanoCore --version 9.0.2                
#r "nuget: NanoCore, 9.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NanoCore as a Cake Addin
#addin nuget:?package=NanoCore&version=9.0.2

// Install NanoCore as a Cake Tool
#tool nuget:?package=NanoCore&version=9.0.2                

Nano Library

Build status NuGet NuGet

Nano is a library for rapidly building Net 9.0 applications.

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

Aspects and Benefits

The aspects and benefits of Nano, can be summarized as follows.

  • Provides configurable implementations for non-business related aspects of an application,
  • Combining the best practices, patterns, extensions and conventions of modern development.
  • Inject providers and register custom dependencies.
  • Override, extend or disable any part of Nano, not suitable for the application.
  • Derive concrete implementations, enriched with functionality, from base abstractions and interfaces, for all parts of the application.
  • Avoid wasting valuable development resources, on matters not related to the business.
  • Remain focused on modelling data and operations of the business domain.
Wiki

Check out the Nano Wiki, and follow our Quick Guide, and have your first Nano application running within the hour.

Also check out our Nano Templates.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.3 2 1/2/2025
9.0.2 126 12/30/2024
9.0.1 83 12/10/2024
9.0.0 76 12/10/2024
8.3.2 328 11/11/2024
8.3.1 128 11/6/2024
8.3.0 228 11/4/2024
8.2.8 96 11/2/2024
8.2.7 154 10/31/2024
8.2.6 137 10/28/2024
8.2.5 205 10/27/2024
8.2.4 175 10/23/2024
8.2.3 81 10/21/2024
8.2.2 79 10/21/2024
8.2.1 78 10/21/2024
8.2.0 102 10/20/2024
8.1.29 210 10/5/2024
8.1.28 110 10/5/2024
8.1.27 109 10/5/2024
8.1.26 784 9/1/2024
8.1.25 123 8/31/2024
8.1.24 125 8/31/2024
8.1.23 155 8/31/2024
8.1.21 167 8/29/2024
8.1.20 136 8/15/2024
8.1.19 128 8/14/2024
8.1.18 302 8/10/2024
8.1.17 144 8/8/2024
8.1.16 122 8/8/2024
8.1.15 131 8/8/2024
8.1.14 145 8/8/2024
8.1.13 135 8/8/2024
8.1.12 155 8/7/2024
8.1.11 113 8/7/2024
8.1.10 92 8/5/2024
8.1.9 98 8/4/2024
8.1.8 82 8/2/2024
8.1.7 183 7/28/2024
7.2.38 2,111 11/7/2023
6.2.8 1,162 1/6/2023
5.1.31 1,560 1/19/2022
3.1.16 2,567 11/30/2020

- Added Api Key authentication and authorization.
- Added Web.Hosting.ExposeAuditController (default: true).
- Added Web.Hosting.ExposeAuthController (default: true).
- Added Security.Jwt.IsEnabled (default: true).
- Added Security.ApiKey.IsEnabled (default: false).
- Added Security.ApiKey.Secret (default: null).
- removed SecurityOptions.IsAuth.
- Resharper Code issues