NanoCore 9.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NanoCore --version 9.0.0                
NuGet\Install-Package NanoCore -Version 9.0.0                
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.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NanoCore --version 9.0.0                
#r "nuget: NanoCore, 9.0.0"                
#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.0

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

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.1 73 12/10/2024
9.0.0 72 12/10/2024
8.3.2 323 11/11/2024
8.3.1 121 11/6/2024
8.3.0 225 11/4/2024
8.2.8 94 11/2/2024
8.2.7 152 10/31/2024
8.2.6 135 10/28/2024
8.2.5 201 10/27/2024
8.2.4 174 10/23/2024
8.2.3 80 10/21/2024
8.2.2 76 10/21/2024
8.2.1 77 10/21/2024
8.2.0 99 10/20/2024
8.1.29 210 10/5/2024
8.1.28 108 10/5/2024
8.1.27 109 10/5/2024
8.1.26 782 9/1/2024
8.1.25 123 8/31/2024
8.1.24 125 8/31/2024
8.1.23 153 8/31/2024
8.1.21 167 8/29/2024
8.1.20 136 8/15/2024
8.1.19 126 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 143 8/8/2024
8.1.13 135 8/8/2024
8.1.12 153 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,558 1/19/2022
3.1.16 2,564 11/30/2020

- Fixed RequestSizeLimit annotation not being applied, and warning shown: A request body size limit could not be applied. The IHttpRequestBodySizeFeature for the server is read-only.
- Upgraded to .NET 9
- Updated all NuGets (missing Entity Framework NuGets... Waiting for dependencies)