Taurus.MVC.Core 3.0.3

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

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

Taurus.mvc is a high-performance mvc and webapi framework for asp.net or asp.net core(适合场景:对性能和并发有较高要求的电商、站点、WebAPI等系统,支持NetCore,内置微服务)(开源: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 17 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 时错误路径未定位到默认控制器问题。
------------------------------------------------------------------------------
------------------V3.0.3【新增内置微服务(网关和注册中心)功能】----------------
1、新增:注册中心服务注册。(2022-07-23)
2、新增:网关代理转发。(2022-07-23)
3、新增:网关安全效验([MicroService]属性标记时接口仅允许微服务间调用)。(2022-07-24)
4、新增:网关集群。(2022-07-25)
5、新增:注册中心故障转移。(2022-07-25)
6、新增:服务间调用方法提供。(2022-07-26)
7、优化:路由寻址与代理转发的兼容。(2022-07-27)
8、优化:日志监控,方便问题定位。(2022-07-28)
9、新增:文件代理转发,支持作为网站网关。(2022-07-29)
10、优化:Taurus.Core.Controller 去掉方法与属性:方法【CheckFormat】、属性【Sort、Order】。(2022-07-29)
11、新增:Kestrel下网关和服务启动后触发请求(配置ClientHost)。(2022-07-29)
12、新增:Kestrel 实现多域名绑定转发。(2022-07-29)
13、优化:大量微服务的注册性能优化和并发测试。(2022-07-30)
14、优化:服务端和客户端各自独立。(2022-07-31)
15、新增:兼容微软mvc框架引用即可成为微服务端。(2022-08-01)
16、新增:完成Web的Cookie转发。(2022-08-01)
17、新增:控制台日志输出,方便调试。(2022-08-01)