Taurus.MVC.Core 2.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Taurus.MVC.Core --version 2.3.5
NuGet\Install-Package Taurus.MVC.Core -Version 2.3.5
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="Taurus.MVC.Core" Version="2.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Taurus.MVC.Core --version 2.3.5
#r "nuget: Taurus.MVC.Core, 2.3.5"
#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 Taurus.MVC.Core as a Cake Addin
#addin nuget:?package=Taurus.MVC.Core&version=2.3.5

// Install Taurus.MVC.Core as a Cake Tool
#tool nuget:?package=Taurus.MVC.Core&version=2.3.5

Taurus.mvc is a high-performance mvc and webapi framework for asp.net or asp.net core(适合场景:对性能和并发有较高要求的电商、站点、WebAPI等系统,支持.Net Core)(开源地址:https://github.com/cyq1162/Taurus.MVC)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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.6.3 27 5/12/2024
3.4.6.2 90 4/24/2024
3.4.6.1 102 4/16/2024
3.4.6 82 3/8/2024
3.4.5 88 3/5/2024
3.4.4.1 96 2/29/2024
3.4.4 83 2/29/2024
3.4.3.1 80 2/28/2024
3.4.2.2 87 2/24/2024
3.4.2.1 87 2/24/2024
3.4.2 86 2/23/2024
3.4.1 89 2/4/2024
3.4.0.1 68 2/2/2024
3.3.1 82 1/27/2024
3.3.0.1 91 1/21/2024
3.3.0 77 1/21/2024
3.2.0.5 82 1/19/2024
3.2.0.4 77 1/18/2024
3.2.0.3 79 1/18/2024
3.2.0.2 104 1/9/2024
3.2.0.1 88 1/9/2024
3.2.0 104 1/8/2024
3.1.7.6 122 12/18/2023
3.1.7.5 100 12/16/2023
3.1.7.4 190 6/24/2023
3.1.7.3 151 6/21/2023
3.1.7.2 159 6/15/2023
3.1.7.1 151 6/13/2023
3.1.7 135 6/5/2023
3.1.6.9 142 6/1/2023
3.1.6.7 155 5/27/2023
3.1.6.6 159 5/22/2023
3.1.6.5 156 5/16/2023
3.1.6.4 155 5/13/2023
3.1.6.3 187 4/29/2023
3.1.6.2 174 4/28/2023
3.1.6.1 178 4/27/2023
3.1.6 173 4/26/2023
3.1.5.1 212 4/10/2023
3.1.5 222 4/3/2023
3.1.4.1 227 3/23/2023
3.1.4 258 3/22/2023
3.1.3 278 3/8/2023
3.1.2 442 10/14/2022
3.1.1.1 426 10/11/2022
3.1.1 442 9/13/2022
3.0.4.8 443 8/18/2022
3.0.4.7 426 8/16/2022
3.0.4.6 418 8/16/2022
3.0.4.3 457 8/12/2022
3.0.4.1 457 8/4/2022
3.0.4 447 8/3/2022
3.0.3 469 8/1/2022
2.3.5 472 11/19/2021
2.3.4 584 7/31/2020
2.3.0 1,578 3/21/2019
2.2.3.8 1,391 3/13/2019
2.2.3.7 1,864 5/12/2018

同一种开发,支持两种(win or linux) 部署。
V2.3.4(2019-07-31)
1、CYQ.Data升级到V5.8.3.5
2、增强WebAPI文档生成功能
3、增强了参数的类型转换
4、增加[Ack]属性(机制和Token一样)
5、Doc功能增强:增加自动化API执行功能。
------------------------------------------------------------------------------
V2.3.5(2021-08-05 - 2021-11-19)
CYQ.Data升级到V5.8.4.9
1、优化:WebAPI文档增加序号显示。
2、新增:路由映射全局方法: public static string RouteMapInvoke(HttpRequest request)
3、优化:RegexConst 电话号码正则。
4、优化:异常日志记录。
5、修复:RoteMode=2 时错误路径未定位到默认控制器问题。