Fast.Mapster
3.5.27
dotnet add package Fast.Mapster --version 3.5.27
NuGet\Install-Package Fast.Mapster -Version 3.5.27
<PackageReference Include="Fast.Mapster" Version="3.5.27" />
<PackageVersion Include="Fast.Mapster" Version="3.5.27" />
<PackageReference Include="Fast.Mapster" />
paket add Fast.Mapster --version 3.5.27
#r "nuget: Fast.Mapster, 3.5.27"
#:package Fast.Mapster@3.5.27
#addin nuget:?package=Fast.Mapster&version=3.5.27
#tool nuget:?package=Fast.Mapster&version=3.5.27
<p align="center"> <img src="Fast.png" width="160" alt="Fast.NET Logo" /> </p>
<h1 align="center">Fast.NET</h1>
<p align="center"> A modular infrastructure SDK for modern .NET applications </p>
<p align="center"> <a href="https://www.nuget.org/packages/Fast.NET.Core"><img src="https://img.shields.io/nuget/v/Fast.NET.Core.svg?label=Fast.NET.Core&logo=nuget" alt="NuGet version" /></a> <a href="https://www.nuget.org/packages/Fast.NET.Core"><img src="https://img.shields.io/nuget/dt/Fast.NET.Core.svg?logo=nuget" alt="NuGet downloads" /></a> <img src="https://img.shields.io/badge/.NET-8.0%20%7C%209.0%20%7C%2010.0-512BD4?logo=dotnet" alt="Supported .NET versions" /> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="Apache-2.0 License" /></a> </p>
Fast.NET is a set of composable .NET infrastructure libraries covering web application initialization, dependency injection, caching, event handling, logging, object mapping, authentication, data access, serialization, dynamic APIs, unified responses, Swagger/OpenAPI, and Consul integration. Every capability is delivered as an independent NuGet package, so applications reference only the modules they need.
Fast.NET is not an all-or-nothing framework. It is a family of SDK components with a consistent design and configuration experience for ASP.NET Core, Worker Services, and other modern .NET applications supported by each module.
Why Fast.NET
- Modular by design: 17 independent packages keep unrelated dependencies out of your application.
- Supported .NET releases: the primary modules target
net8.0,net9.0, andnet10.0together.