Taurus.MVC.Core 2.3.0

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.0
NuGet\Install-Package Taurus.MVC.Core -Version 2.3.0
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.0" />
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.0
#r "nuget: Taurus.MVC.Core, 2.3.0"
#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.0

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

Taurus.mvc is a simple mvc or webapi framework for asp.net or asp.net core(适合场景:对性能和并发有较高要求的电商、站点、WebAPI等系统,支持.Net Core)

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.0 is compatible.  netcoreapp2.1 was computed.  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(2019-03-21)
1、增加了CMS功能的标签替换功能。
2、增加参数验证属性(Require),验证是否必填写和正则格式。
3、增强了参数的类型转换。
4、增加WebAPI文档生成功能。
5、CYQ.Data同时升级到V5.7.9.7