EasilyNET.MongoSerializer.AspNetCore 1.9.0-preview1

This is a prerelease version of EasilyNET.MongoSerializer.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.MongoSerializer.AspNetCore --version 1.9.0-preview1
                    
NuGet\Install-Package EasilyNET.MongoSerializer.AspNetCore -Version 1.9.0-preview1
                    
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="EasilyNET.MongoSerializer.AspNetCore" Version="1.9.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasilyNET.MongoSerializer.AspNetCore" Version="1.9.0-preview1" />
                    
Directory.Packages.props
<PackageReference Include="EasilyNET.MongoSerializer.AspNetCore" />
                    
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 EasilyNET.MongoSerializer.AspNetCore --version 1.9.0-preview1
                    
#r "nuget: EasilyNET.MongoSerializer.AspNetCore, 1.9.0-preview1"
                    
#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.
#addin nuget:?package=EasilyNET.MongoSerializer.AspNetCore&version=1.9.0-preview1&prerelease
                    
Install EasilyNET.MongoSerializer.AspNetCore as a Cake Addin
#tool nuget:?package=EasilyNET.MongoSerializer.AspNetCore&version=1.9.0-preview1&prerelease
                    
Install EasilyNET.MongoSerializer.AspNetCore as a Cake Tool
EasilyNET.MongoSerializer.AspNetCore

EasilyNET.Mongo.AspNetCore 扩展,用于支持一些非默认类型的序列化方案.就算是没有使用 EasilyNET.Mongo.AspNetCore 也能使用这个库进行如下内容的扩展.

ChangeLogs
  • 支持自定义 TimeOnly 和 DateOnly 的格式化格式.
    1. 支持转换成字符串格式
    2. 转换成 Ticks 的方式存储
    3. 若想转化成其他类型也可自行实现,如:转化成 ulong 类型
  • 添加动态类型支持[object 和 dynamic]
  • 添加.Net6 Date/Time Only 类型支持(TimeOnly 理论上应该是兼容原 TimeSpan 数据类型).

  • 配合 EasilyNET.Mongo.AspNetCore 或单独使用
builder.Services.AddMongoContext<DbContext>(builder.Configuration)
// 添加自定义序列化
builder.Services.RegisterSerializer(new DateOnlySerializerAsString());
builder.Services.RegisterSerializer(new TimeOnlySerializerAsString());
// 或者将他们存储为long类型的Ticks,也可以自己组合使用.
builder.Services.RegisterSerializer(new DateOnlySerializerAsTicks());
builder.Services.RegisterSerializer(new TimeOnlySerializerAsTicks());

// 添加动态类型(dynamic|object)支持
builder.Services.RegisterDynamicSerializer();
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.  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

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.24.929.143 232 9/29/2024
3.24.929.141 78 9/29/2024
3.24.929.131 87 9/29/2024
3.24.929.122 85 9/29/2024
3.24.926.184 84 9/26/2024
3.24.926.182 81 9/26/2024
3.24.926.175 81 9/26/2024
3.24.924.160 83 9/24/2024
3.24.924.133 84 9/24/2024
3.24.924.124 73 9/24/2024
3.24.924.10 80 9/23/2024
3.24.924.1 71 9/23/2024
3.24.923.234 73 9/23/2024
3.24.923.232 74 9/23/2024
3.24.923.155 76 9/23/2024
3.24.919.92 83 9/19/2024
3.24.914.125 232 9/14/2024
3.24.914.115 97 9/14/2024
3.24.914.111 80 9/14/2024
3.24.911.95 75 9/11/2024
3.24.908.215 73 9/8/2024
3.24.904.200 227 9/4/2024
3.24.828.163 83 8/28/2024
3.24.820.173 83 8/20/2024
3.24.814.92 91 8/14/2024
3.24.812.115 90 8/12/2024
3.24.802.100 67 8/2/2024
3.24.801.162 74 8/1/2024
3.24.801.160 71 8/1/2024
3.24.801.155 70 8/1/2024
3.24.730.164 66 7/30/2024
3.24.730.91 80 7/30/2024
3.24.724.91 66 7/24/2024
3.24.718.105 87 7/18/2024
3.24.716.95 75 7/16/2024
3.24.712.94 69 7/12/2024
3.24.710.14 75 7/9/2024
3.24.709.105 72 7/9/2024
3.24.704.94 77 7/4/2024
3.24.701.90 75 7/1/2024
3.24.628.114 83 6/28/2024
3.24.627.145 73 6/27/2024
3.24.620.160 85 6/20/2024
3.24.613.115 71 6/13/2024
3.24.612.95 77 6/12/2024
3.24.528.90 76 5/28/2024
3.24.522.84 81 5/22/2024
3.24.512.213 80 5/12/2024
3.24.508.112 87 5/8/2024
2.2024.428.71 75 4/28/2024
2.2024.427.1128 79 4/27/2024
2.2.72 154 4/14/2024
2.2.71 85 4/12/2024
2.2.8 82 4/26/2024
2.2.6 76 4/10/2024
2.2.5 92 3/26/2024
2.2.4 99 3/25/2024
2.2.3 88 3/24/2024
2.2.2 93 3/21/2024
2.2.1 103 3/20/2024
2.2.0 99 3/13/2024
2.1.9 106 2/21/2024
2.1.8 94 2/18/2024
2.1.7 101 2/16/2024
2.1.6 114 2/14/2024
2.1.5 90 2/14/2024
2.1.4 167 2/9/2024
2.1.3 124 2/8/2024
2.1.2 140 2/5/2024
2.1.1.2 223 12/26/2023
2.1.1.1 144 12/26/2023
2.1.1 163 12/25/2023
2.1.0 151 12/17/2023
2.0.11 192 12/6/2023
2.0.1 219 11/15/2023
2.0.0 161 11/14/2023
1.9.1 129 11/1/2023
1.9.0 122 10/19/2023
1.9.0-preview2 302 10/12/2023
1.9.0-preview1 82 10/12/2023
1.8.9 148 10/11/2023
1.8.8 132 10/11/2023
1.8.7-rc2 113 9/21/2023
1.8.7-rc1 89 9/12/2023
1.8.6 139 8/31/2023
1.8.5 812 8/25/2023
1.8.4 124 8/24/2023
1.8.3 126 8/23/2023
1.8.2 210 8/22/2023
1.8.1 145 8/18/2023
1.8.0 130 8/15/2023
1.7.9 173 8/11/2023
1.7.8 113 8/11/2023
1.7.7 151 8/10/2023
1.7.6 146 8/9/2023
1.7.5 198 8/9/2023
1.7.4 229 8/3/2023
1.7.3 146 8/1/2023
1.7.2 142 7/31/2023
1.7.1 142 7/27/2023
1.7.0 148 7/25/2023
1.6.9 143 7/25/2023
1.6.8 142 7/24/2023
1.6.7 154 7/20/2023
1.6.6 156 7/19/2023
1.6.5 120 7/19/2023
1.6.4 143 7/17/2023
1.6.3 111 7/17/2023
1.6.2 171 7/12/2023
1.6.1 176 6/30/2023
1.6.0 109 6/30/2023