MVC3 生成控制器/操作及其属性的列表(尤其是操作过滤器)

发布于 2024-12-04 22:59:10 字数 147 浏览 1 评论 0原文

是否有一种合理的方法来生成项目中所有控制器/操作及其各种属性(尤其是操作过滤器)的完整列表?

我们的项目现在相对较小,但随着它的增长,我们希望能够生成所有控制器/操作及其[授权]设置的完整列表,以确保开发人员没有错过任何内容,并详尽地搜索源代码不是一个可行的选择。

Is there a reasonable way to generate a complete list of all controllers/actions in a project, along with their various attributes - notably action filters?

Our project is relatively small now, but as it grows we'd like to be able to generate a comprehensive list of all controllers/actions and their [Authorize] settings to make sure that the developers haven't missed anything, and exhaustively searching the source code isn't a viable option.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你与昨日 2024-12-11 22:59:10

我知道这可能看起来很简单,但是保留项目文档怎么样,或者是否有其他原因不采用这种方法?详细设计规范和功能需求规范将满足这些需求。这些应该由软件工程师在代码部署前后进行维护。

-----编辑--------

找到类似的帖子 此处

I know this might seem elementary, but how about keeping documentation on the project, or is there another reason for not taking this approach? A Detailed Design Specification and a Functional Requirements Specification would cover those needs. These should be maintained by the softare engineer pre and post code deployment.

-------EDIT-------

Found a similar post here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文