From 942f606a2beb6921dab740faee3d89b6c0cdd1a1 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Tue, 5 Jan 2016 10:03:35 +0800 Subject: [PATCH] check issue #3 --- CodeSmith/Add.cshtml.cst | 2 +- CodeSmith/Application.cst | 2 +- CodeSmith/Controller.cst | 2 +- CodeSmith/IRepository.cst | 2 +- CodeSmith/Index.cshtml.cst | 2 +- CodeSmith/NoCascadeIndex.cshtml.cst | 2 +- CodeSmith/Repository.cst | 2 +- Infrastructure/AutoMapperExt.cs | 2 +- Infrastructure/ControlHelper.cs | 2 +- Infrastructure/CookieHelper.cs | 2 +- Infrastructure/DynamicLinq.cs | 2 +- Infrastructure/DynamicQueryable.cs | 2 +- Infrastructure/Filter.cs | 2 +- Infrastructure/GenerateId.cs | 2 +- Infrastructure/Infrastructure.csproj | 9 +++++++++ Infrastructure/JsonConverter.cs | 2 +- Infrastructure/JsonHelper.cs | 2 +- Infrastructure/LogHelper.cs | 2 +- Infrastructure/ObjectHelper.cs | 2 +- Infrastructure/PredicateBuilder.cs | 2 +- Infrastructure/Properties/AssemblyInfo.cs | 2 +- Infrastructure/Response.cs | 2 +- Infrastructure/SessionHelper.cs | 2 +- OpenAuth.App/LoginApp.cs | 2 +- OpenAuth.App/ModuleElementManagerApp.cs | 2 +- OpenAuth.App/OrgManagerApp.cs | 2 +- OpenAuth.App/Properties/AssemblyInfo.cs | 2 +- OpenAuth.App/UserManagerApp.cs | 2 +- OpenAuth.App/ViewModel/LoginUserVM.cs | 2 +- OpenAuth.App/ViewModel/ModuleView.cs | 2 +- OpenAuth.App/ViewModel/ResourceVM.cs | 2 +- OpenAuth.App/ViewModel/RoleVM.cs | 2 +- OpenAuth.App/ViewModel/UserView.cs | 2 +- OpenAuth.Domain/Interface/IOrgRepository.cs | 2 +- OpenAuth.Domain/Interface/IRelevanceRepository.cs | 2 +- OpenAuth.Domain/Interface/IRepository.cs | 2 +- OpenAuth.Domain/Properties/AssemblyInfo.cs | 2 +- OpenAuth.Mvc/App_Start/BundleConfig.cs | 2 +- OpenAuth.Mvc/App_Start/FilterConfig.cs | 2 +- OpenAuth.Mvc/App_Start/RouteConfig.cs | 2 +- OpenAuth.Mvc/AutofacExt.cs | 8 ++++---- OpenAuth.Mvc/Controllers/BaseController.cs | 2 +- OpenAuth.Mvc/Controllers/ErrorController.cs | 2 +- OpenAuth.Mvc/Controllers/HomeController.cs | 2 +- OpenAuth.Mvc/Controllers/LoginController.cs | 2 +- .../Controllers/ModuleElementManagerController.cs | 2 +- OpenAuth.Mvc/Controllers/OrgManagerController.cs | 2 +- OpenAuth.Mvc/Controllers/UserManagerController.cs | 2 +- OpenAuth.Mvc/Global.asax.cs | 2 +- OpenAuth.Mvc/Models/BJUIResponse.cs | 2 +- OpenAuth.Mvc/OpenAuth.Mvc.csproj | 9 +++++++++ OpenAuth.Mvc/Properties/AssemblyInfo.cs | 2 +- OpenAuth.Mvc/Views/CategoryManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/CategoryManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/Error/NoAccess.cshtml | 2 +- OpenAuth.Mvc/Views/Home/Index.cshtml | 2 +- OpenAuth.Mvc/Views/Home/Main.cshtml | 2 +- OpenAuth.Mvc/Views/Home/MenuHeader.cshtml | 2 +- OpenAuth.Mvc/Views/Login/Index.cshtml | 2 +- .../Views/ModuleElementManager/AssignForRole.cshtml | 2 +- .../Views/ModuleElementManager/AssignForUser.cshtml | 2 +- OpenAuth.Mvc/Views/ModuleElementManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/ModuleManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/ModuleManager/Index.cshtml | 2 +- .../Views/ModuleManager/LookupMultiForRole.cshtml | 2 +- .../Views/ModuleManager/LookupMultiForUser.cshtml | 2 +- OpenAuth.Mvc/Views/OrgManager/AddOrg.cshtml | 2 +- OpenAuth.Mvc/Views/OrgManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/OrgManager/LookupParent.cshtml | 2 +- OpenAuth.Mvc/Views/ResourceManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/ResourceManager/Index.cshtml | 4 ++-- .../Views/ResourceManager/LookupMultiForRole.cshtml | 2 +- .../Views/ResourceManager/LookupMultiForUser.cshtml | 2 +- OpenAuth.Mvc/Views/RoleManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/RoleManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/RoleManager/LookupMulti.cshtml | 2 +- OpenAuth.Mvc/Views/Shared/_Layout.cshtml | 2 +- OpenAuth.Mvc/Views/UserManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/UserManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/_ViewStart.cshtml | 2 +- OpenAuth.Repository/BaseRepository.cs | 2 +- OpenAuth.Repository/CategoryRepository.cs | 2 +- OpenAuth.Repository/ModuleRepository.cs | 2 +- OpenAuth.Repository/OpenAuth.Repository.csproj | 9 +++++++++ OpenAuth.Repository/OrgRepository.cs | 2 +- OpenAuth.Repository/Properties/AssemblyInfo.cs | 2 +- OpenAuth.Repository/RelevanceRepository.cs | 2 +- OpenAuth.Repository/ResourceRepository.cs | 2 +- OpenAuth.Repository/RoleRepository.cs | 2 +- OpenAuth.Repository/UserRepository.cs | 2 +- OpenAuth.UnitTest/OpenAuth.UnitTest.csproj | 9 +++++++++ OpenAuth.UnitTest/Properties/AssemblyInfo.cs | 2 +- OpenAuth.UnitTest/TestFunction.cs | 2 +- OpenAuth.UnitTest/TestLogin.cs | 2 +- OpenAuth.UnitTest/TestModuleApp.cs | 2 +- OpenAuth.UnitTest/TestOrgApp.cs | 2 +- OpenAuth.UnitTest/TestRepository.cs | 2 +- OpenAuth.UnitTest/TestRoleApp.cs | 2 +- OpenAuth.UnitTest/TestUserApp.cs | 2 +- 99 files changed, 135 insertions(+), 99 deletions(-) diff --git a/CodeSmith/Add.cshtml.cst b/CodeSmith/Add.cshtml.cst index d4157f11..4ff69b60 100644 --- a/CodeSmith/Add.cshtml.cst +++ b/CodeSmith/Add.cshtml.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: 添加界面 Author: yubaolee Description: 任务对象界面 diff --git a/CodeSmith/Application.cst b/CodeSmith/Application.cst index 8425cd7b..2223e651 100644 --- a/CodeSmith/Application.cst +++ b/CodeSmith/Application.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: Database Table Properties Author: yubaolee Description: Create a list of properties from a database table diff --git a/CodeSmith/Controller.cst b/CodeSmith/Controller.cst index 8c088a98..4b68ede4 100644 --- a/CodeSmith/Controller.cst +++ b/CodeSmith/Controller.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: Database Table Properties Author: yubaolee Description: Create a list of properties from a database table diff --git a/CodeSmith/IRepository.cst b/CodeSmith/IRepository.cst index e8f31b2d..a0b69685 100644 --- a/CodeSmith/IRepository.cst +++ b/CodeSmith/IRepository.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: Database Table Properties Author: yubaolee Description: Create a list of properties from a database table diff --git a/CodeSmith/Index.cshtml.cst b/CodeSmith/Index.cshtml.cst index 9f0e55df..559ad89d 100644 --- a/CodeSmith/Index.cshtml.cst +++ b/CodeSmith/Index.cshtml.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: Database Table Properties Author: yubaolee Description: Create a list of properties from a database table diff --git a/CodeSmith/NoCascadeIndex.cshtml.cst b/CodeSmith/NoCascadeIndex.cshtml.cst index 5c4e104b..f2f6950f 100644 --- a/CodeSmith/NoCascadeIndex.cshtml.cst +++ b/CodeSmith/NoCascadeIndex.cshtml.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: Database Table Properties Author: yubaolee Description: 没有树状导航的datagrid diff --git a/CodeSmith/Repository.cst b/CodeSmith/Repository.cst index c56402a6..2b80f86d 100644 --- a/CodeSmith/Repository.cst +++ b/CodeSmith/Repository.cst @@ -1,4 +1,4 @@ -<%-- +<%-- Name: 数据访问 Author: yubaolee Description: diff --git a/Infrastructure/AutoMapperExt.cs b/Infrastructure/AutoMapperExt.cs index b0d99bf6..1674e214 100644 --- a/Infrastructure/AutoMapperExt.cs +++ b/Infrastructure/AutoMapperExt.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 08-27-2015 diff --git a/Infrastructure/ControlHelper.cs b/Infrastructure/ControlHelper.cs index d7d20d72..7a6a09cf 100644 --- a/Infrastructure/ControlHelper.cs +++ b/Infrastructure/ControlHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; namespace Infrastructure diff --git a/Infrastructure/CookieHelper.cs b/Infrastructure/CookieHelper.cs index d636042d..e8b6ae9e 100644 --- a/Infrastructure/CookieHelper.cs +++ b/Infrastructure/CookieHelper.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : Infrastructure // Author : Administrator // Created : 09-22-2015 diff --git a/Infrastructure/DynamicLinq.cs b/Infrastructure/DynamicLinq.cs index 09f3ace4..0948dce2 100644 --- a/Infrastructure/DynamicLinq.cs +++ b/Infrastructure/DynamicLinq.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 08-18-2015 diff --git a/Infrastructure/DynamicQueryable.cs b/Infrastructure/DynamicQueryable.cs index 7b6da375..00388152 100644 --- a/Infrastructure/DynamicQueryable.cs +++ b/Infrastructure/DynamicQueryable.cs @@ -1,4 +1,4 @@ -//Copyright (C) Microsoft Corporation. All rights reserved. +//Copyright (C) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; diff --git a/Infrastructure/Filter.cs b/Infrastructure/Filter.cs index 4fa6782b..bc643a74 100644 --- a/Infrastructure/Filter.cs +++ b/Infrastructure/Filter.cs @@ -1,4 +1,4 @@ -namespace Infrastructure +namespace Infrastructure { public class Filter { diff --git a/Infrastructure/GenerateId.cs b/Infrastructure/GenerateId.cs index ca73e230..cec8991b 100644 --- a/Infrastructure/GenerateId.cs +++ b/Infrastructure/GenerateId.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 10-13-2015 diff --git a/Infrastructure/Infrastructure.csproj b/Infrastructure/Infrastructure.csproj index 04bf2113..cccb94d6 100644 --- a/Infrastructure/Infrastructure.csproj +++ b/Infrastructure/Infrastructure.csproj @@ -11,6 +11,8 @@ Infrastructure v4.5 512 + ..\ + true true @@ -70,6 +72,13 @@ + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + +