Fast.IaaS 3.4.20

dotnet add package Fast.IaaS --version 3.4.20
NuGet\Install-Package Fast.IaaS -Version 3.4.20
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.4.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fast.IaaS --version 3.4.20
#r "nuget: Fast.IaaS, 3.4.20"
#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 Fast.IaaS as a Cake Addin
#addin nuget:?package=Fast.IaaS&version=3.4.20

// Install Fast.IaaS as a Cake Tool
#tool nuget:?package=Fast.IaaS&version=3.4.20

| En

Fast.NET(v3)

An application utility class (framework) that you can integrate into any .NET application.

Technology selection

  • Fast.NET v3 version is developed using C#10 and .NET6 .NET7 .NET8.

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 N 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. Small contribution.

Install

Select the tool module library you need to install. For example:

dotnet add package Fast.NET.Core

example

Two lines of code are injected into the entire framework, that’s how Nice ~~~

using Fast.IaaS;
using Fast.NET.Core.Extensions;

var builder = WebApplication.CreateBuilder(args);

//Key code 1: initialization framework
builder.Initialize();

// Key code 2: Add controller.
builder.AddControllers();

var app = builder.Build();

// Mandatory HTTPS.
app.UseHttpsRedirection();

app.UseStaticFiles();

// Enable backward reading.
app.EnableBuffering();

app.UseRouting();

app.UseAuthentication();
app.UseAuthorization();

app.MapControllers();

app.Run();

document

Sorry, I'm working on it...

Update log

Update log Click to view

Detailed functions (module description)

Module name Status Version Description Remarks
Fast.IaaS nuget Fast.NET framework infrastructure module library (default other module libraries All inherit this module library) A newbie who has been working in the .NET industry for N years uses commonly used expansion tools. I personally recommend them and they are absolutely easy to use! ! !
Fast.NET.Core nuget Fast.NET Framework Core Module Library Because Fast.Core already exists in the Nuget package, it was renamed Fast.NET.Core
Fast.Logging nuget Fast.NET Framework Logging Module Library
Fast.CorsAccessor nuget Fast.NET framework cross-domain processing module library
Fast.Mapster nuget Fast.NET Framework Object Mapping Module Library Based on Mapster Package
Fast.Serialization nuget Fast.NET framework serialization module library Based on System. Text.Json Package
Fast.DependencyInjection nuget Fast.NET Framework Dependency Injection Module Library
Fast.Cache nuget Fast.NET Framework cache module library One in the .NET industry A commonly used Redis cache library for little rookie who has been in the industry for N years, based on CSRedisCore package
Fast.JwtBearer nuget Fast.NET Framework JwtBearer module library
Fast.SqlSugar nuget Fast.NET Framework SqlSugar module library Based on SqlSugar Package
Fast.ApplicationCore nuget Fast.NET Framework Application Core Module Library
Fast.DynamicApplication nuget Fast.NET Framework Dynamic Api Module Library
Fast.UnifyResult nuget Fast.NET framework RESTful style unified return module library
Fast.Swagger nuget Fast.NET Framework Swagger Module Library
Fast.EventBus nuget Fast.NET Framework Event Bus Module Library
Fast.Consul nuget Fast.NET Framework Consul module library Some Consul Commonly used remote service request encapsulation

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 Documentation Module
  • [✅] Data verification module
  • [✅] Exception module
  • [✅] Normalized return module
  • [✅] Log module
  • [✅] SqlSugar
  • [✅] Event bus
  • [⚠️] ...

Status description

Icon Description
⚠️ TBA
In progress
Complete
💔 Throw away at any time

protocol

Fast.NET Follow Apache-2.0 Open source license, everyone is welcome to submit PR or Issue.

Apache Open Source License

Copyright © 2018-2024 1.8KZi

The right to deal in the Software is hereby granted free of charge to any person obtaining a copy of this software and its related documentation (the "Software"),
Including but not limited to using, copying, modifying, merging, publishing, distributing, sublicensing, selling copies of the Software,
and permit individuals in possession of a copy of the software to do so, subject to the following conditions:

The above copyright notice and this license notice must be included on all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS AND NON-INFRINGEMENT.
In no event shall the author or copyright holder be liable for any claim, damages or other liability,
WHETHER ARISING IN CONTRACT, TORT OR OTHERWISE, IN CONNECTION WITH THE SOFTWARE OR ITS USE OR OTHER DEALINGS.

Since it is still in the development stage and all functions are not very stable, the Apache-2.0 open source protocol is used for the time being. After all functions are stable, the MIT open source license will be adopted.

team member

Members Technology Nickname Motto
小方 Full Stack 1.8K仔 Accepting your own mediocrity and ordinaryness is a required course for growth<br> The life you envy is the hardship you have not survived<br> When your ability cannot support you When you are ambitious, you need to calm down and study hard

Coding environment

Name Remarks
Visual Studio 2022
Visual Studio Code
Resharper The comments starting with // ReSharper that you see in the code are generated by this application to avoid unnecessary warnings or prompts

Disclaimer

 Please do not use it for projects that violate the laws of our country.

 This framework can be said to continue to reinvent the wheel based on the predecessors, but it is simpler and more convenient than some frameworks on the market. It's better to use. I don't know if we can talk about it.

Supplementary instructions

 If it is helpful to you, you can click "Star" in the upper right corner to collect it and get the latest updates. Thank you!
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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (15)

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

Package Downloads
Fast.Mapster

Fast.NET 框架对象映射模块库。(因和 “Mapster” 官方包引用冲突,所以选择获取源码进行发布。源码地址:https://github.com/MapsterMapper/Mapster/tree/v7.4.0)

Fast.CorsAccessor

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

Fast.NET.Core

Fast.NET 框架核心模块库。

Fast.Logging

Fast.NET 框架日志模块库。

Fast.DependencyInjection

Fast.NET 框架依赖注入模块库。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.20 338 3/14/2024
3.4.19.7 435 3/6/2024
3.4.19.6 406 3/6/2024
3.4.19.5 467 2/28/2024
3.4.19.4 467 2/27/2024
3.4.19.3 516 2/26/2024
3.4.19.2 523 2/23/2024
3.4.19.1 511 2/23/2024
3.4.19 525 2/22/2024
3.4.18.18 685 2/2/2024
3.4.18.17 654 2/1/2024
3.4.18.16 677 2/1/2024
3.4.18.15 647 2/1/2024
3.4.18.14 631 2/1/2024
3.4.18.13 642 2/1/2024
3.4.18.12 663 2/1/2024
3.4.18.11 629 2/1/2024
3.4.18.10 616 1/31/2024
3.4.18.9 608 1/31/2024
3.4.18.8 663 1/31/2024
3.4.18.7 633 1/31/2024
3.4.18.6 676 1/30/2024
3.4.18.5 644 1/30/2024
3.4.18.4 618 1/30/2024
3.4.18.3 690 1/29/2024
3.4.18.2 657 1/29/2024
3.4.18.1 640 1/29/2024
3.4.18 645 1/27/2024
3.4.17.10 692 1/24/2024
3.4.17.9 666 1/24/2024
3.4.17.8 662 1/24/2024
3.4.17.7 677 1/23/2024
3.4.17.6 703 1/20/2024
3.4.17.5 680 1/20/2024
3.4.17.4 697 1/20/2024
3.4.17.3 696 1/20/2024
3.4.17.2 682 1/20/2024
3.4.17.1 704 1/18/2024
3.4.17 665 1/18/2024
3.4.16 688 1/17/2024
3.4.15 759 1/12/2024
3.4.14 748 1/12/2024
3.4.13 711 1/11/2024
3.4.12 714 1/10/2024
3.4.11.1 719 1/10/2024
3.4.11 743 1/10/2024
3.4.10.4 700 1/9/2024
3.4.10.3 713 1/9/2024
3.4.10.2 767 1/9/2024
3.4.10.1 707 1/9/2024
3.4.10 734 1/9/2024
3.4.9.1 789 1/8/2024
3.4.9 754 1/8/2024
3.4.8 744 1/6/2024
3.4.7.3 755 1/6/2024
3.4.7.2 674 1/6/2024
3.4.7.1 751 1/5/2024
3.4.7 739 1/5/2024
3.4.6.3 761 12/28/2023
3.4.6.2 774 12/27/2023
3.4.6.1 760 12/27/2023
3.4.6 685 12/26/2023
3.4.5 832 12/25/2023
3.4.4 775 12/25/2023
3.4.3 751 12/25/2023
3.4.2 837 12/19/2023
3.4.1 825 12/14/2023
3.4.0 859 12/7/2023
3.3.4 694 11/24/2023
3.3.3 707 11/22/2023
3.3.2 647 11/17/2023
3.3.1 660 11/16/2023
3.2.20 622 11/14/2023
3.2.19 696 11/14/2023
3.2.18 584 11/14/2023
3.2.17 633 11/13/2023
3.2.16 638 11/13/2023
3.2.15 667 11/13/2023
3.2.14 676 11/13/2023
3.2.13 700 11/12/2023
3.2.12 683 11/11/2023
3.2.11 736 11/2/2023
3.2.10 686 11/2/2023
3.2.9 703 11/2/2023
3.2.7 689 11/2/2023
3.2.6 716 11/2/2023
3.2.5 667 11/2/2023
3.2.4 738 11/1/2023
3.2.3 683 11/1/2023
3.2.2 708 11/1/2023
3.2.1 670 11/1/2023
3.2.0 698 11/1/2023
3.1.10 704 11/1/2023
3.1.9 731 11/1/2023
3.1.8 699 10/31/2023
3.1.7 758 10/31/2023
3.1.6 744 10/28/2023
3.1.5 719 10/28/2023
3.1.4 723 10/27/2023
3.1.3 729 10/27/2023
3.1.2 769 10/27/2023
3.1.1 688 10/27/2023
3.0.10-test.1.20231026.7 58 10/26/2023
3.0.10-test.1.20231026.6 63 10/26/2023
3.0.10-test.1.20231026.5 56 10/26/2023
3.0.10-test.1.20231026.4 59 10/26/2023
3.0.10-test.1.20231026.3 64 10/26/2023
3.0.10-test.1.20231026.2 59 10/26/2023
3.0.10-test.1.20231026.1 64 10/26/2023
3.0.10-test.1.20231025.4 61 10/25/2023
3.0.10-test.1.20231025.3 58 10/25/2023
3.0.10-test.1.20231025.2 64 10/25/2023
3.0.10-test.1.20231025.1 71 10/25/2023
3.0.9-test.1.20231024.1 66 10/25/2023
3.0.8 788 10/11/2023
3.0.8-test.1.20231016.1 62 10/16/2023
3.0.7 796 10/5/2023
3.0.6 807 10/4/2023
3.0.5 856 10/4/2023
3.0.4 731 10/4/2023
3.0.3 809 10/2/2023
3.0.2 779 9/25/2023
3.0.1 823 9/23/2023
3.0.0 766 9/23/2023