Fast.NET.Core 3.4.20

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

// Install Fast.NET.Core as a Cake Tool
#tool nuget:?package=Fast.NET.Core&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.

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
3.4.20 81 3/14/2024
3.4.19.7 80 3/6/2024
3.4.19.6 93 3/6/2024
3.4.19.5 85 2/28/2024
3.4.19.4 84 2/27/2024
3.4.19.3 78 2/26/2024
3.4.19.2 88 2/23/2024
3.4.19.1 87 2/23/2024
3.4.19 108 2/22/2024
3.4.18.18 92 2/2/2024
3.4.18.17 72 2/1/2024
3.4.18.16 72 2/1/2024
3.4.18.15 69 2/1/2024
3.4.18.14 70 2/1/2024
3.4.18.13 74 2/1/2024
3.4.18.12 68 2/1/2024
3.4.18.11 68 2/1/2024
3.4.18.10 72 1/31/2024
3.4.18.9 69 1/31/2024
3.4.18.8 70 1/31/2024
3.4.18.7 67 1/31/2024
3.4.18.6 73 1/30/2024
3.4.18.5 72 1/30/2024
3.4.18.4 74 1/30/2024
3.4.18.3 71 1/29/2024
3.4.18.2 69 1/29/2024
3.4.18.1 69 1/29/2024
3.4.18 76 1/27/2024
3.4.17.10 79 1/24/2024
3.4.17.9 74 1/24/2024
3.4.17.8 75 1/24/2024
3.4.17.7 76 1/23/2024
3.4.17.6 84 1/20/2024
3.4.17.5 77 1/20/2024
3.4.17.4 83 1/20/2024
3.4.17.3 76 1/20/2024
3.4.17.2 73 1/20/2024
3.4.17.1 80 1/18/2024
3.4.17 69 1/18/2024
3.4.16 87 1/17/2024
3.4.15 97 1/12/2024
3.4.14 70 1/12/2024
3.4.13 93 1/11/2024
3.4.12 83 1/10/2024
3.4.11.1 61 1/10/2024
3.4.11 74 1/10/2024
3.4.10.4 79 1/9/2024
3.4.10.3 84 1/9/2024
3.4.10.2 80 1/9/2024
3.4.10.1 83 1/9/2024
3.4.10 71 1/9/2024
3.4.9.1 81 1/8/2024
3.4.9 73 1/8/2024
3.4.8 94 1/6/2024
3.4.7.3 83 1/6/2024
3.4.7.2 87 1/6/2024
3.4.7.1 66 1/5/2024
3.4.7 65 1/5/2024
3.4.6.3 121 12/28/2023
3.4.6.2 86 12/27/2023
3.4.6.1 97 12/27/2023
3.4.6 102 12/26/2023
3.4.5 101 12/25/2023
3.4.4 98 12/25/2023
3.4.3 96 12/25/2023
3.4.2 112 12/19/2023
3.4.1 97 12/14/2023
3.4.0 123 12/7/2023
3.3.4 121 11/24/2023
3.3.3 101 11/22/2023
3.3.2 112 11/17/2023
3.3.1 102 11/16/2023
3.2.20 108 11/14/2023
3.2.19 105 11/14/2023
3.2.18 86 11/14/2023
3.2.17 95 11/13/2023
3.2.16 101 11/13/2023
3.2.15 104 11/13/2023
3.2.14 100 11/13/2023
3.2.13 101 11/12/2023
3.2.12 102 11/11/2023
3.2.11 115 11/2/2023
3.2.10 106 11/2/2023
3.2.9 102 11/2/2023
3.2.7 112 11/2/2023
3.2.6 102 11/2/2023
3.2.5 108 11/2/2023
3.2.4 92 11/1/2023
3.2.3 101 11/1/2023
3.2.2 102 11/1/2023
3.2.1 106 11/1/2023
3.2.0 102 11/1/2023
3.1.10 103 11/1/2023
3.1.9 105 11/1/2023
3.1.8 104 10/31/2023
3.1.7 103 10/31/2023
3.1.6 93 10/28/2023
3.1.5 111 10/28/2023
3.1.4 111 10/27/2023
3.1.3 110 10/27/2023
3.1.2 109 10/27/2023
3.1.1 105 10/27/2023
3.0.10-test.1.20231026.7 61 10/26/2023
3.0.10-test.1.20231026.6 56 10/26/2023
3.0.10-test.1.20231026.5 57 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 60 10/26/2023
3.0.10-test.1.20231026.1 66 10/26/2023
3.0.10-test.1.20231025.4 65 10/25/2023
3.0.10-test.1.20231025.3 61 10/25/2023
3.0.10-test.1.20231025.2 63 10/25/2023
3.0.10-test.1.20231025.1 63 10/25/2023
3.0.9-test.1.20231024.1 64 10/25/2023
3.0.8 152 10/11/2023
3.0.7 154 10/5/2023
3.0.6 167 10/4/2023
3.0.5 160 10/4/2023