TNT.AspNetCore.Mvc.Template 2.6.10

There is a newer version of this package available.
See the version list below for details.
dotnet new install TNT.AspNetCore.Mvc.Template::2.6.10
This package contains a .NET Template Package you can call from the shell/command line.

TNT's AspNetCore web application template

This package has no dependencies.

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
2.8.0 2,631 1/3/2020
2.7.7 508 12/2/2019
2.7.6 589 10/2/2019
2.7.5 685 6/24/2019
2.7.4 609 5/22/2019
2.7.3.1 575 5/17/2019
2.7.2 588 5/13/2019
2.7.1 596 5/13/2019
2.7.0 602 4/28/2019
2.6.13 646 4/25/2019
2.6.11 609 4/7/2019
2.6.10 617 3/28/2019
2.6.9 567 3/22/2019
2.6.8 644 3/5/2019
2.6.7 563 3/3/2019
2.6.6 623 2/25/2019
2.6.5 566 2/21/2019
2.6.4 675 2/18/2019
2.6.3 672 2/16/2019
2.6.2 686 2/14/2019
2.6.1 678 2/14/2019
2.6.0 675 2/13/2019
2.5.2 675 2/11/2019
2.5.1 666 2/3/2019
2.5.0 656 2/2/2019
2.4.2 705 1/27/2019
2.4.1 686 1/27/2019
2.4.0 702 1/22/2019
2.3.0 735 1/17/2019
2.2.4 691 1/17/2019

调整用户管理的分页为ajax分页;
增加角色编号,和角色管理模块到后台;并迁移至最新;
调整在自定义下拉列表中的ztree的样式设定到bootstrop-downlist.css中, 不必要在每个用到的页面单独设定;
bootstrap-datetimepicker兼容bootstrap4的样式合并到manage.css中, 也不必在用到的页面单独设定;
ServicesContext中获取DI服务的模式变更为Microsoft.Extensions.DependencyInjection中的扩展方法GetRequiredService, 为了更好的容错, 如果第三方服务中给定了容错提示, 则会抛出此异常;
增加LicenseModel.Verfiy的重载方法,使用ServicesContext来获取cookie中的用户权限, 不必从数据库获取后并指定;
修复后台图片管理分页的bug;
修复微信素材管理中的样式;
appsettings中增加开放注册开关,并在注册环节使用,以防止应用默认页被使用;
统一用户验证邮箱,找回密码,用户被锁定,重置密码页面样式;
修复error_404页面中的一处bug;