Fast.Serialization
3.4.18.14
See the version list below for details.
dotnet add package Fast.Serialization --version 3.4.18.14
NuGet\Install-Package Fast.Serialization -Version 3.4.18.14
<PackageReference Include="Fast.Serialization" Version="3.4.18.14" />
paket add Fast.Serialization --version 3.4.18.14
#r "nuget: Fast.Serialization, 3.4.18.14"
// Install Fast.Serialization as a Cake Addin #addin nuget:?package=Fast.Serialization&version=3.4.18.14 // Install Fast.Serialization as a Cake Tool #tool nuget:?package=Fast.Serialization&version=3.4.18.14
中 | 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 usingC#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 | ✅ | 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 | ✅ | Fast.NET Framework Core Module Library | Because Fast.Core already exists in the Nuget package, it was renamed Fast.NET.Core | |
Fast.Logging | ✅ | Fast.NET Framework Logging Module Library | ||
Fast.CorsAccessor | ✅ | Fast.NET framework cross-domain processing module library | ||
Fast.Mapster | ✅ | Fast.NET Framework Object Mapping Module Library | Based on Mapster Package | |
Fast.Serialization | ✅ | Fast.NET framework serialization module library | Based on System. Text.Json Package | |
Fast.DependencyInjection | ✅ | Fast.NET Framework Dependency Injection Module Library | ||
Fast.Cache | ✅ | 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 | ✅ | Fast.NET Framework JwtBearer module library | ||
Fast.SqlSugar | ✅ | Fast.NET Framework SqlSugar module library | Based on SqlSugar Package | |
Fast.ApplicationCore | ✅ | Fast.NET Framework Application Core Module Library | ||
Fast.DynamicApplication | ✅ | Fast.NET Framework Dynamic Api Module Library | ||
Fast.UnifyResult | ✅ | Fast.NET framework RESTful style unified return module library | ||
Fast.Swagger | ✅ | Fast.NET Framework Swagger Module Library | ||
Fast.EventBus | ✅ | Fast.NET Framework Event Bus Module Library | ||
Fast.Consul | ✅ | 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 | Versions 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. |
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.5.0 | 77 | 5/2/2024 |
3.4.20 | 112 | 3/14/2024 |
3.4.19.7 | 111 | 3/6/2024 |
3.4.19.6 | 127 | 3/6/2024 |
3.4.19.5 | 116 | 2/28/2024 |
3.4.19.4 | 118 | 2/27/2024 |
3.4.19.3 | 109 | 2/26/2024 |
3.4.19.2 | 114 | 2/23/2024 |
3.4.19.1 | 116 | 2/23/2024 |
3.4.19 | 118 | 2/22/2024 |
3.4.18.18 | 130 | 2/2/2024 |
3.4.18.17 | 98 | 2/1/2024 |
3.4.18.16 | 103 | 2/1/2024 |
3.4.18.15 | 104 | 2/1/2024 |
3.4.18.14 | 101 | 2/1/2024 |
3.4.18.13 | 86 | 2/1/2024 |
3.4.18.12 | 91 | 2/1/2024 |
3.4.18.11 | 98 | 2/1/2024 |
3.4.18.10 | 109 | 1/31/2024 |
3.4.18.9 | 98 | 1/31/2024 |
3.4.18.8 | 96 | 1/31/2024 |
3.4.18.7 | 98 | 1/31/2024 |
3.4.18.6 | 101 | 1/30/2024 |
3.4.18.5 | 100 | 1/30/2024 |
3.4.18.4 | 102 | 1/30/2024 |
3.4.18.3 | 101 | 1/29/2024 |
3.4.18.2 | 94 | 1/29/2024 |
3.4.18.1 | 97 | 1/29/2024 |
3.4.18 | 87 | 1/27/2024 |
3.4.17.10 | 108 | 1/24/2024 |
3.4.17.9 | 103 | 1/24/2024 |
3.4.17.8 | 102 | 1/24/2024 |
3.4.17.7 | 111 | 1/23/2024 |
3.4.17.6 | 104 | 1/20/2024 |
3.4.17.5 | 121 | 1/20/2024 |
3.4.17.4 | 118 | 1/20/2024 |
3.4.17.3 | 113 | 1/20/2024 |
3.4.17.2 | 106 | 1/20/2024 |
3.4.17.1 | 111 | 1/18/2024 |
3.4.17 | 100 | 1/18/2024 |
3.4.16 | 103 | 1/17/2024 |
3.4.15 | 126 | 1/12/2024 |
3.4.14 | 113 | 1/12/2024 |
3.4.13 | 121 | 1/11/2024 |
3.4.12 | 114 | 1/10/2024 |
3.4.11.1 | 99 | 1/10/2024 |
3.4.11 | 111 | 1/10/2024 |
3.4.10.4 | 122 | 1/9/2024 |
3.4.10.3 | 114 | 1/9/2024 |
3.4.10.2 | 128 | 1/9/2024 |
3.4.10.1 | 127 | 1/9/2024 |
3.4.10 | 133 | 1/9/2024 |
3.4.9.1 | 129 | 1/8/2024 |
3.4.9 | 109 | 1/8/2024 |
3.4.8 | 131 | 1/6/2024 |
3.4.7.3 | 119 | 1/6/2024 |
3.4.7.2 | 120 | 1/6/2024 |
3.4.7.1 | 120 | 1/5/2024 |
3.4.7 | 125 | 1/5/2024 |
3.4.6.3 | 142 | 12/28/2023 |
3.4.6.2 | 118 | 12/27/2023 |
3.4.6.1 | 129 | 12/27/2023 |
3.4.6 | 110 | 12/26/2023 |
3.4.5 | 130 | 12/25/2023 |
3.4.4 | 116 | 12/25/2023 |
3.4.3 | 108 | 12/25/2023 |
3.4.2 | 123 | 12/19/2023 |
3.4.1 | 121 | 12/14/2023 |
3.4.0 | 126 | 12/7/2023 |
3.3.4 | 136 | 11/24/2023 |
3.3.3 | 99 | 11/22/2023 |
3.3.2 | 126 | 11/17/2023 |
3.3.1 | 122 | 11/16/2023 |
3.2.20 | 113 | 11/14/2023 |
3.2.19 | 116 | 11/14/2023 |
3.2.18 | 108 | 11/14/2023 |
3.2.17 | 106 | 11/13/2023 |
3.2.16 | 115 | 11/13/2023 |
3.2.15 | 108 | 11/13/2023 |
3.2.14 | 109 | 11/13/2023 |
3.2.13 | 109 | 11/12/2023 |
3.2.12 | 112 | 11/11/2023 |
3.2.11 | 124 | 11/2/2023 |
3.2.10 | 120 | 11/2/2023 |
3.2.9 | 110 | 11/2/2023 |
3.2.7 | 121 | 11/2/2023 |
3.2.6 | 120 | 11/2/2023 |
3.2.5 | 128 | 11/2/2023 |
3.2.4 | 123 | 11/1/2023 |
3.2.3 | 121 | 11/1/2023 |
3.2.2 | 103 | 11/1/2023 |
3.2.1 | 119 | 11/1/2023 |
3.2.0 | 110 | 11/1/2023 |
3.1.10 | 124 | 11/1/2023 |
3.1.9 | 125 | 11/1/2023 |
3.1.8 | 121 | 10/31/2023 |
3.1.7 | 128 | 10/31/2023 |
3.1.6 | 125 | 10/28/2023 |
3.1.5 | 113 | 10/28/2023 |
3.1.4 | 125 | 10/27/2023 |
3.1.3 | 127 | 10/27/2023 |
3.1.2 | 117 | 10/27/2023 |
3.1.1 | 127 | 10/27/2023 |
3.0.10-test.1.20231026.7 | 76 | 10/26/2023 |
3.0.10-test.1.20231026.6 | 73 | 10/26/2023 |
3.0.10-test.1.20231026.5 | 68 | 10/26/2023 |
3.0.10-test.1.20231026.4 | 70 | 10/26/2023 |
3.0.10-test.1.20231026.3 | 76 | 10/26/2023 |
3.0.10-test.1.20231026.2 | 67 | 10/26/2023 |
3.0.10-test.1.20231026.1 | 71 | 10/26/2023 |
3.0.10-test.1.20231025.4 | 71 | 10/25/2023 |
3.0.10-test.1.20231025.3 | 66 | 10/25/2023 |
3.0.10-test.1.20231025.2 | 73 | 10/25/2023 |
3.0.10-test.1.20231025.1 | 74 | 10/25/2023 |
3.0.9-test.1.20231024.1 | 72 | 10/25/2023 |
3.0.8 | 123 | 10/11/2023 |
3.0.7 | 123 | 10/5/2023 |
3.0.6 | 119 | 10/4/2023 |
3.0.5 | 120 | 10/4/2023 |
3.0.4 | 125 | 10/4/2023 |
3.0.3 | 126 | 10/2/2023 |
3.0.2 | 131 | 9/25/2023 |