Fast.IaaS 3.0.10-test.1.20231026.4

This is a prerelease version of Fast.IaaS.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fast.IaaS --version 3.0.10-test.1.20231026.4
                    
NuGet\Install-Package Fast.IaaS -Version 3.0.10-test.1.20231026.4
                    
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="Fast.IaaS" Version="3.0.10-test.1.20231026.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fast.IaaS" Version="3.0.10-test.1.20231026.4" />
                    
Directory.Packages.props
<PackageReference Include="Fast.IaaS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fast.IaaS --version 3.0.10-test.1.20231026.4
                    
#r "nuget: Fast.IaaS, 3.0.10-test.1.20231026.4"
                    
#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.
#:package Fast.IaaS@3.0.10-test.1.20231026.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fast.IaaS&version=3.0.10-test.1.20231026.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fast.IaaS&version=3.0.10-test.1.20231026.4&prerelease
                    
Install as a Cake Tool

| En

Fast.NET (v3)

Framework introduction

A rapid build project that combines the strengths of hundreds of experts, focuses on Web Api applications, provides out-of-the-box functionality, and keeps up with the latest cutting-edge technologies of the .NET framework.

Technology selection

  • Fast.NET v3 version is developed in C# 10 and .NET 6.
Project Features:
  • Integrating the strengths of hundreds of schools: Integrating hundreds of useful functions into one.
  • Out-of-the-box: Provides many black technologies, no additional configuration or development work is required, and projects can be built quickly.
  • Stay up-to-date with cutting-edge technology: Adopt the latest technologies and frameworks to always stay abreast of the latest trends and developments in the industry.

Background of the project

In the past, .NET did not have a good open source environment and community in China. As more and more programmers use .NET in China, the domestic open source environment and community are gradually getting better and better.

Various .NET open source frameworks have also emerged in response to the times.

As a newbie who has been working in the .NET industry for 5 years, I have also used many open source frameworks, so I want to make a small contribution to .NET open source based on my own work experience and experience.

So Fast.NET (v3) was born.

I would like to express my sincere thanks to the boss of the .NET open source framework.

It is precisely because of these .NET big guys that Fast.NET was born.

Special thanks to Furion author MonkSoul.

Fast.NET The underlying core code of the framework is provided by Furion, learn from or Part of the source code of Furion v4 is quoted, and the consent and authorization of the author MonkSoul is also obtained.

Continue to gather the strengths of hundreds of experts to improve and enrich the infrastructure of this framework, adding a choice to the .NET ecosystem!

Detailed functions (module description)

Module name Status Version Description Remarks
Fast.Cache nuget Fast.NET Framework cache module library a The Redis cache library commonly used by rookies who have been working in the .NET industry for 5 years is packaged based on CSRedisCore
Fast.NET.Core nuget Fast.NET Framework Core Module Library Because Fast.Core already has a Nuget package, it was renamed Fast.NET.Core
Fast.CorsAccessor nuget Fast.NET framework cross-domain processing module library
Fast.DependencyInjection nuget Fast.NET Framework Dependency Injection Module Library Based on part of the source code of Furion v4
Fast.EventBus nuget Fast.NET Framework Event Bus Module Library Quote Furion v4 source code
Fast.IaaS nuget Fast.NET Framework Infrastructure Module Library Expansion tools commonly used by a newbie who has been working in the .NET industry for 5 years
Fast.Logging nuget Fast.NET Framework Logging Module Library Reference Furion v4 source code
Fast.Mapster nuget Fast.NET Framework Object Mapping Module Library Based on Mapster packaging
Fast.Serialization nuget Fast.NET Framework Serialization Module Library Based on System.Text.Json packaging
Fast.SpecificationProcessor nuget Fast.NET Framework Specification Processor Module Library Quote Furion v4 source code

Recent plans

  • [✅] Infrastructure module
  • [✅] Core module
  • [✅] Cross-domain processing module
  • [✅] Object mapping module
  • [✅] Redis cache module
  • [✅] Serialization module
  • [✅] User-Agent parsing module
  • [✅] Dependency injection module
  • [✅] Dynamic API module
  • [✅] Standardized document module
  • [✅] Data verification module
  • [✅] Exception module
  • [✅] Normalized return module
  • [✅] Log module
  • [✅] Event bus
  • [⚠️] ...

Status description

Icon Description
⚠️ TBA
In progress
Complete
💔 Throw away at any time
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Fast.IaaS:

Package Downloads
Fast.Serialization

Fast.NET 框架序列化模块库。

Fast.CorsAccessor

Fast.NET 框架跨域处理模块库。

Fast.ApplicationCore

Fast.NET 框架Application核心模块库。

Fast.Consul

Fast.NET 框架Consul模块库。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.8 149 7/11/2025
3.5.7 190 6/23/2025
3.5.6 145 6/21/2025
3.5.5 103 6/21/2025
3.5.4 135 6/20/2025
3.5.3 206 6/3/2025
3.5.2 198 5/22/2025
3.5.1 180 5/21/2025
3.5.0 554 5/2/2024
3.4.20 678 3/14/2024
3.4.19.7 801 3/6/2024
3.4.19.6 784 3/6/2024
3.4.19.5 811 2/28/2024
3.4.19.4 827 2/27/2024
3.4.19.3 877 2/26/2024
3.4.19.2 869 2/23/2024
3.4.19.1 854 2/23/2024
3.4.19 883 2/22/2024
3.4.18.18 1,007 2/2/2024
3.4.18.17 1,015 2/1/2024
3.4.18.16 1,023 2/1/2024
3.4.18.15 996 2/1/2024
3.4.18.14 976 2/1/2024
3.4.18.13 987 2/1/2024
3.4.18.12 1,000 2/1/2024
3.4.18.11 1,004 2/1/2024
3.4.18.10 954 1/31/2024
3.4.18.9 972 1/31/2024
3.4.18.8 1,017 1/31/2024
3.4.18.7 978 1/31/2024
3.4.18.6 1,050 1/30/2024
3.4.18.5 974 1/30/2024
3.4.18.4 956 1/30/2024
3.4.18.3 1,023 1/29/2024
3.4.18.2 1,012 1/29/2024
3.4.18.1 998 1/29/2024
3.4.18 969 1/27/2024
3.4.17.10 1,043 1/24/2024
3.4.17.9 992 1/24/2024
3.4.17.8 1,014 1/24/2024
3.4.17.7 1,032 1/23/2024
3.4.17.6 1,053 1/20/2024
3.4.17.5 1,026 1/20/2024
3.4.17.4 1,018 1/20/2024
3.4.17.3 1,059 1/20/2024
3.4.17.2 1,040 1/20/2024
3.4.17.1 1,011 1/18/2024
3.4.17 1,014 1/18/2024
3.4.16 1,053 1/17/2024
3.4.15 1,107 1/12/2024
3.4.14 1,098 1/12/2024
3.4.13 1,036 1/11/2024
3.4.12 1,089 1/10/2024
3.4.11.1 1,091 1/10/2024
3.4.11 1,077 1/10/2024
3.4.10.4 1,051 1/9/2024
3.4.10.3 1,072 1/9/2024
3.4.10.2 1,099 1/9/2024
3.4.10.1 1,043 1/9/2024
3.4.10 1,060 1/9/2024
3.4.9.1 1,135 1/8/2024
3.4.9 1,064 1/8/2024
3.4.8 1,052 1/6/2024
3.4.7.3 1,046 1/6/2024
3.4.7.2 964 1/6/2024
3.4.7.1 1,024 1/5/2024
3.4.7 1,031 1/5/2024
3.4.6.3 1,007 12/28/2023
3.4.6.2 1,044 12/27/2023
3.4.6.1 1,031 12/27/2023
3.4.6 941 12/26/2023
3.4.5 1,115 12/25/2023
3.4.4 1,058 12/25/2023
3.4.3 1,007 12/25/2023
3.4.2 1,125 12/19/2023
3.4.1 1,108 12/14/2023
3.4.0 1,104 12/7/2023
3.3.4 765 11/24/2023
3.3.3 807 11/22/2023
3.3.2 766 11/17/2023
3.3.1 779 11/16/2023
3.2.20 697 11/14/2023
3.2.19 771 11/14/2023
3.2.18 695 11/14/2023
3.2.17 716 11/13/2023
3.2.16 740 11/13/2023
3.2.15 754 11/13/2023
3.2.14 783 11/13/2023
3.2.13 778 11/12/2023
3.2.12 781 11/11/2023
3.2.11 812 11/2/2023
3.2.10 762 11/2/2023
3.2.9 799 11/2/2023
3.2.7 774 11/2/2023
3.2.6 796 11/2/2023
3.2.5 769 11/2/2023
3.2.4 837 11/1/2023
3.2.3 782 11/1/2023
3.2.2 800 11/1/2023
3.2.1 760 11/1/2023
3.2.0 775 11/1/2023
3.1.10 801 11/1/2023
3.1.9 829 11/1/2023
3.1.8 788 10/31/2023
3.1.7 852 10/31/2023
3.1.6 818 10/28/2023
3.1.5 794 10/28/2023
3.1.4 813 10/27/2023
3.1.3 820 10/27/2023
3.1.2 852 10/27/2023
3.1.1 766 10/27/2023
3.0.10-test.1.20231026.7 131 10/26/2023
3.0.10-test.1.20231026.6 108 10/26/2023
3.0.10-test.1.20231026.5 101 10/26/2023
3.0.10-test.1.20231026.4 105 10/26/2023
3.0.10-test.1.20231026.3 112 10/26/2023
3.0.10-test.1.20231026.2 120 10/26/2023
3.0.10-test.1.20231026.1 130 10/26/2023
3.0.10-test.1.20231025.4 111 10/25/2023
3.0.10-test.1.20231025.3 131 10/25/2023
3.0.10-test.1.20231025.2 109 10/25/2023
3.0.10-test.1.20231025.1 122 10/25/2023
3.0.9-test.1.20231024.1 118 10/25/2023
3.0.8 960 10/11/2023
3.0.8-test.1.20231016.1 130 10/16/2023
3.0.7 948 10/5/2023
3.0.6 972 10/4/2023
3.0.5 1,048 10/4/2023
3.0.4 836 10/4/2023
3.0.3 898 10/2/2023
3.0.2 899 9/25/2023
3.0.1 907 9/23/2023
3.0.0 858 9/23/2023