EasilyNET.WebCore 4.25.911.151

dotnet add package EasilyNET.WebCore --version 4.25.911.151
                    
NuGet\Install-Package EasilyNET.WebCore -Version 4.25.911.151
                    
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.WebCore" Version="4.25.911.151" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasilyNET.WebCore" Version="4.25.911.151" />
                    
Directory.Packages.props
<PackageReference Include="EasilyNET.WebCore" />
                    
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.WebCore --version 4.25.911.151
                    
#r "nuget: EasilyNET.WebCore, 4.25.911.151"
                    
#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 EasilyNET.WebCore@4.25.911.151
                    
#: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=EasilyNET.WebCore&version=4.25.911.151
                    
Install as a Cake Addin
#tool nuget:?package=EasilyNET.WebCore&version=4.25.911.151
                    
Install as a Cake Tool

EasilyNET.WebCore

一些.Net 6+ 的 WebApi 一些中间件以及部分数据类型到 Json 的转换

Changelog

  • 新增 BusinessExceptionHandler 用于适应.NET8 新增的全局异常处理
  • 移除 ResultObject.cs 因为这种统一返回格式属于特殊的要求,正常的 HTTP 请求应该直接返回数据,而请求是否成功以及产生的异常应该由 HTTP 状态码反应.
  • 同时将涉及到该类的 Filter 和中间件移动到 Api 例子中.

EasilyNET.WebCore JsonConverter 使用?

  • 该库目前补充的 Converter 有: DateTimeConverter, DateTimeNullConverter, TimeSpanJsonConverter, TimeOnly, DateOnly

  • 其中 TimeOnly 和 DateOnly 仅支持.Net6+ API 内部使用,传入和传出 Json 仅支持固定格式字符串

  • 如: DateOnly👉"2021-11-11", TimeOnly👉"23:59:25"

  • 使用 Nuget 安装 EasilyNET.WebCore

  • 然后在上述 Program.cs 中添加如下内容

  • .Net 6 +

// Add services to the container.
builder.Services.AddControllers().AddJsonOptions(c =>
{
    c.JsonSerializerOptions.Converters.Add(new SystemTextJsonConvert.DateTimeConverter());
    c.JsonSerializerOptions.Converters.Add(new SystemTextJsonConvert.DateTimeNullConverter());
});

EasilyNET.WebCore 中间件使用?

目前支持全局 API 执行时间中间件

  • 新增限流中间件(防抖),用于避免短时间内,重复请求

  • 使用 Nuget 安装 # EasilyNET.WebCore

  • 然后在 Program.cs 中添加如下内容

  • .Net 6 +

// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment()) app.UseDeveloperExceptionPage();

app.UseResponseTime(); // 全局Action执行时间
...
app.Run();
Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 is compatible.  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
4.25.911.151 0 9/11/2025
4.25.905.150 107 9/5/2025
4.25.820.100 135 8/20/2025
4.25.814.175 133 8/14/2025
4.25.731.155 110 7/31/2025
4.25.724.1 496 7/23/2025
4.25.720.80 220 7/20/2025
4.25.716.42 142 7/15/2025
4.25.617.153 150 6/17/2025
4.25.616.190 144 6/16/2025
4.25.616.182 139 6/16/2025
4.25.613.111 283 6/13/2025
4.25.609.190 262 6/9/2025
3.24.1125.181 119 11/25/2024
3.24.1125.104 126 11/25/2024
3.24.1121.183 120 11/21/2024
3.24.1120.183 124 11/20/2024
3.24.1119.31 123 11/18/2024
3.24.1115.143 120 11/15/2024
3.24.1113.100 135 11/13/2024
3.24.1112.125 127 11/12/2024
3.24.1107.140 126 11/7/2024
3.24.1107.54 124 11/7/2024
3.24.1107.34 121 11/7/2024
3.24.1105.111 129 11/5/2024
3.24.1103.31 140 11/2/2024
3.24.1103 146 11/2/2024
3.24.1031.135 138 10/31/2024
3.24.1031.112 130 10/31/2024
3.24.1031.104 130 10/31/2024
3.24.1029.142 142 10/29/2024
3.24.1025.30 136 10/24/2024
3.24.1022.142 126 10/22/2024
3.24.1018.204 189 10/18/2024
3.24.1018.175 177 10/18/2024
3.24.1018.166 172 10/18/2024
3.24.1018.93 196 10/18/2024
3.24.1017.42 136 10/16/2024
3.24.1016.161 134 10/16/2024
3.24.1015.231 134 10/15/2024
3.24.1015.14 147 10/14/2024
3.24.1012.114 138 10/12/2024
3.24.1009.115 136 10/9/2024
3.24.1008.160 131 10/8/2024
3.24.1008.133 133 10/8/2024
3.24.1007.185 138 10/7/2024
3.24.1003.33 144 10/2/2024
3.24.1002.162 135 10/2/2024
3.24.929.143 137 9/29/2024
3.24.929.141 145 9/29/2024
3.24.929.131 126 9/29/2024
3.24.929.122 137 9/29/2024
3.24.926.184 147 9/26/2024
3.24.926.182 135 9/26/2024
3.24.926.175 147 9/26/2024
3.24.924.160 134 9/24/2024
3.24.924.133 149 9/24/2024
3.24.924.124 139 9/24/2024
3.24.924.10 136 9/23/2024
3.24.924.1 136 9/23/2024
3.24.923.234 144 9/23/2024
3.24.923.232 133 9/23/2024
3.24.923.155 137 9/23/2024
3.24.919.92 144 9/19/2024
3.24.914.125 133 9/14/2024
3.24.914.115 138 9/14/2024
3.24.914.111 138 9/14/2024
3.24.911.95 169 9/11/2024
3.24.908.215 146 9/8/2024
3.24.904.200 148 9/4/2024
3.24.828.163 145 8/28/2024
3.24.820.173 149 8/20/2024
3.24.814.92 158 8/14/2024
3.24.812.115 171 8/12/2024
3.24.802.100 144 8/2/2024
3.24.801.162 137 8/1/2024
3.24.801.160 138 8/1/2024
3.24.730.164 122 7/30/2024
3.24.730.91 133 7/30/2024
3.24.724.91 136 7/24/2024
3.24.718.105 161 7/18/2024
3.24.716.95 145 7/16/2024
3.24.712.94 146 7/12/2024
3.24.710.14 157 7/9/2024
3.24.709.105 177 7/9/2024
3.24.704.94 161 7/4/2024
3.24.701.90 160 7/1/2024
3.24.628.114 182 6/28/2024
3.24.627.145 151 6/27/2024
3.24.620.160 163 6/20/2024
3.24.613.115 150 6/13/2024
3.24.612.95 148 6/12/2024
3.24.528.90 145 5/28/2024
3.24.522.84 164 5/22/2024
3.24.512.213 141 5/12/2024
3.24.508.112 168 5/8/2024
2.2024.428.71 161 4/28/2024
2.2024.427.1128 150 4/27/2024
2.2.72 166 4/14/2024
2.2.71 152 4/12/2024
2.2.8 160 4/26/2024
2.2.6 156 4/10/2024
2.2.5 180 3/26/2024
2.2.4 164 3/25/2024
2.2.3 164 3/24/2024
2.2.2 192 3/21/2024
2.2.1 181 3/20/2024
2.2.0 171 3/13/2024
2.1.9 189 2/21/2024
2.1.8 172 2/18/2024
2.1.7 159 2/16/2024
2.1.6 175 2/14/2024
2.1.5 152 2/14/2024
2.1.4 215 2/9/2024
2.1.3 204 2/8/2024
2.1.2 195 2/5/2024
2.1.1.2 275 12/26/2023
2.1.1.1 177 12/26/2023
2.1.1 212 12/25/2023
2.1.0 219 12/17/2023
2.0.11 261 12/6/2023
2.0.1 246 11/15/2023
2.0.0 182 11/14/2023
1.9.1 193 11/1/2023
1.9.0 193 10/19/2023
1.9.0-preview2 387 10/12/2023
1.9.0-preview1 161 10/12/2023
1.8.9 252 10/11/2023
1.8.8 207 10/11/2023
1.8.7-rc2 169 9/21/2023
1.8.7-rc1 182 9/12/2023
1.8.6 249 8/31/2023
1.8.5 934 8/25/2023
1.8.4 250 8/24/2023
1.8.3 238 8/23/2023
1.8.2 305 8/22/2023
1.8.1 267 8/18/2023
1.8.0 268 8/15/2023
1.7.9 284 8/11/2023
1.7.8 214 8/11/2023
1.7.7 255 8/10/2023
1.7.6 263 8/9/2023
1.7.5 296 8/9/2023
1.7.4 352 8/3/2023
1.7.3 261 8/1/2023
1.7.2 236 7/31/2023
1.7.1 234 7/27/2023
1.7.0 248 7/25/2023
1.6.9 261 7/25/2023
1.6.8 257 7/24/2023
1.6.7 271 7/20/2023
1.6.6 258 7/19/2023
1.6.5 250 7/19/2023
1.6.4 257 7/17/2023
1.6.3 218 7/17/2023
1.6.2 320 7/12/2023
1.6.1 309 6/30/2023
1.6.0 226 6/26/2023
1.5.9 253 6/22/2023
1.5.8 282 6/15/2023
1.5.7.1 265 6/14/2023
1.5.7 267 6/14/2023
1.5.6.2 314 6/7/2023
1.5.6.1 270 6/7/2023
1.5.6 253 6/7/2023
1.5.5.2 300 5/26/2023
1.5.5.1 286 5/26/2023
1.5.5 279 5/26/2023
1.5.4.4 253 5/25/2023
1.5.4.3 288 5/23/2023
1.5.4.2 373 5/17/2023
1.5.4.1 267 5/16/2023
1.5.4 357 5/11/2023
1.5.3 262 5/11/2023
1.5.2 282 5/10/2023
1.5.1 281 5/10/2023
1.5.0 332 5/6/2023
1.4.0 295 5/5/2023
1.3.9 346 4/23/2023
1.3.8.6 255 4/23/2023
1.3.8.5 255 4/21/2023
1.3.8.1 327 4/12/2023
1.3.8 262 4/11/2023
1.3.7 284 4/9/2023
1.3.6.3 365 4/1/2023
1.3.6.2 291 3/31/2023
1.3.6.1 295 3/31/2023
1.3.6 242 3/31/2023
1.3.5 257 3/30/2023
1.3.4.1 342 3/29/2023
1.3.4 287 3/28/2023
1.3.3 263 3/28/2023
1.3.2 292 3/26/2023
1.3.1 362 3/22/2023
1.3.0 293 3/21/2023
1.2.0 296 3/21/2023
1.1.0 301 3/17/2023
1.0.9 312 3/15/2023
1.0.8 313 3/15/2023
1.0.7 289 3/15/2023
1.0.6 301 3/13/2023
1.0.5 307 3/13/2023
1.0.4 282 3/13/2023
1.0.1 397 2/23/2023
1.0.0 329 2/20/2023