Citms.Common.MVC 1.4.1

dotnet add package Citms.Common.MVC --version 1.4.1
NuGet\Install-Package Citms.Common.MVC -Version 1.4.1
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="Citms.Common.MVC" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Citms.Common.MVC --version 1.4.1
#r "nuget: Citms.Common.MVC, 1.4.1"
#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 Citms.Common.MVC as a Cake Addin
#addin nuget:?package=Citms.Common.MVC&version=1.4.1

// Install Citms.Common.MVC as a Cake Tool
#tool nuget:?package=Citms.Common.MVC&version=1.4.1

权限校验及Autofac控制器注册

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 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.4.1 253 11/6/2023
1.4.1-preview1 164 6/5/2023
1.4.0 599 5/24/2022
1.3.9 579 5/18/2022
1.3.9-mvc1 877 12/3/2021
1.3.9-mvc 212 12/2/2021
1.3.8 630 10/30/2021
1.3.8-notuse2 310 9/6/2021
1.3.8-notuse1 304 9/6/2021
1.3.8-notuse 288 9/1/2021
1.3.7 576 5/27/2021
1.3.7-preview 302 5/27/2021
1.3.6 553 5/24/2021
1.3.5 558 5/17/2021
1.3.4 620 3/25/2021
1.3.3 692 10/23/2020
1.3.2 817 3/7/2020
1.3.1 728 3/5/2020
1.3.1-preview 459 3/2/2020
1.3.0 792 10/10/2019
1.2.8 752 9/29/2019
1.2.7 808 9/24/2019
1.2.0 858 4/13/2019
1.1.9 795 3/28/2019
1.1.8 892 3/11/2019
1.1.7 901 3/11/2019
1.1.6 1,223 10/16/2018
1.1.5 1,160 8/10/2018
1.1.4 1,247 7/16/2018
1.1.3 1,343 7/13/2018
1.1.2 1,782 6/29/2018
1.1.1 1,799 6/10/2018
1.1.0 1,757 6/5/2018
1.0.7 2,032 5/15/2018
1.0.6 1,771 5/14/2018
1.0.5 1,728 5/3/2018
1.0.4 1,737 4/25/2018
1.0.3 1,683 4/25/2018
1.0.2 1,764 4/25/2018
1.0.1 1,903 4/20/2018
1.0.0 1,921 4/19/2018

2018-04-20 修复获取用户错误提示
2018-04-25 添加公共控制器
2018-05-03 添加从Cookie中获取Token功能
2018-06-10 解决HttpClient 直接使用.Result获取数据并发线程锁死问题
2018-06-01 添加IUserInfoManage接口,用户可自定义实现
2018-06-29 添加ExcelController
2018-07-13 更新依赖版本为.NETStandard
2018-07-16 修复excel导出在linux下文件路径错误bug
2018-08-10 添加区域定义
2019-03-08 优化用户信息获取
2019-09-18 操作日志拦截
2021-03-25 添加GlobalFilter过滤器,解决SQL注入漏洞
2021-05-17 修复日志拦截器,对于响应结果非ObjectResult解析报错问题
2022-05-18 修改GlobalFilter过滤器,解决SQL注入漏洞
2022-05-25 1.4.0 修改去掉横向越权