CAT.NET 的现状如何?
我正在尝试查找适用于 VS2010 的 Microsoft CAT.NET,看起来好像有 2.0 版本的测试版,但 Microsoft Connect 中指向它的每个链接现在都已失效。这是我能找到的最新参考:http://blogs.msdn.com/securitytools/archive/2010/02/05/how-to-use-cat-net-2-0-beta.aspx
一些参考文献表明它可能已被纳入 FxCop 中。有谁知道该项目的状况吗?
I’m trying to find Microsoft CAT.NET for VS2010 and it looks like there was a beta of their 2.0 version but every link to it in Microsoft Connect is now dead. This is the most recent reference I could find: http://blogs.msdn.com/securitytools/archive/2010/02/05/how-to-use-cat-net-2-0-beta.aspx
Some references suggest it may have been rolled into FxCop. Does anyone know the status of the project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
虽然他们还没有发布新版本,但好消息是您仍然可以在 Visual Studio 2010 中使用旧的 CAT.NET 1.1.1.9 插件。所需要做的就是编辑默认插件文件以告诉它支持新版本。
该文件安装到:
%APPDATA%\Microsoft\MSEnvShared\Addins\Microsoft.ACESec.CATNet.AddIn
。您可以在文本编辑器中打开它,并为10.0
添加一个新节点。编辑文件后,只需重新启动 Visual Studio 即可完成所有设置。
如果 AddIn 文件不存在,则它应该位于 VS 设置中“工具”>“工具”下指定的位置之一。选项>环境>插件/宏安全性。
While they haven't released the new version, the good news is you can still use the old Add-in for CAT.NET 1.1.1.9 in Visual Studio 2010. All that is required is editing the default AddIn file to tell it to support the new version.
The file is installed to:
%APPDATA%\Microsoft\MSEnvShared\Addins\Microsoft.ACESec.CATNet.AddIn
. You can open it in a text editor and add a new node for<version>10.0</version>
After you edit the file, just restart Visual Studio and you should be all set.
If the AddIn file is not there, it should be in one of the locations specified in you VS Settings under Tools > Options > Environment > Add-ins / Macro Security.
不幸的是,我的问题的答案似乎是“处于永久的不确定状态”。早在 6 月份,就有一个最后一刻在打算发布之前就出现了设计问题。
回答我在 MSDN 上提出的有关状态的问题 我被告知了同样的事情,而那已经是大约五个月前的事了。社区对该线程进行了一系列不耐烦的跟进,但 Microsoft 没有发表任何言论,也没有任何更新 MSDN 安全工具 页面。
大家不要屏住呼吸!
Unfortunately it looks like the answer to my question is "In a perpetual state of limbo". Back in June there was a last minute design issue right before it was intended to be released.
In answer to my question on MSDN about the status I was told the same thing and that was now almost five months ago. There are a series of impatient follow-ups by the community on that thread and not a single word from Microsoft nor is there any update on the MSDN Security Tools page.
Don't hold your breath folks!
有这方面的消息吗? MSDN 论坛没有任何更新
看来最好的选择是使用 v1.x 版本(32 位在这里:http://www.microsoft.com/downloads/details.aspx?familyid=0178E2EF-9DA8-445E-9348-C93F24CC9F9D& ;displaylang=en)
Any news on this? The MSDN forums don't have any updates
It seems that the best option is to use the v1.x version (the 32bit is here: http://www.microsoft.com/downloads/details.aspx?familyid=0178E2EF-9DA8-445E-9348-C93F24CC9F9D&displaylang=en)
关于 Cat.Net 主题,请查看我的 15 多篇 Cat.NET 博客文章:http://blog .diniscruz.com/search/label/CatNet
在那里你会看到 Cat.NET 前端发生了很多事情(在 Microsoft 之外:))
On the topic of Cat.Net, checkout my 15+ Cat.NET blogs posts: http://blog.diniscruz.com/search/label/CatNet
In there you will see that there is a lot happening on the Cat.NET front (outside Microsoft :) )
这里是论坛 - http://social.msdn.microsoft.com /Forums/en-AU/catnet/threads
这是他们对开发和质量检查发表评论的地方 - 链接
这是下载它的位置 - http://www.microsoft.com/downloads/details.aspx?FamilyId=e0052bba-2d50-4214-b65b-37e5ef44f146&displaylang=en
是64位版本。我发现它运行时没有抛出我从 32 位版本获得的“内存不足异常”,但仅以命令行形式出现。32
位版本可以插入 VS2008,但尚未准备好集成到 VS2010
注意:我今天一直在尝试获取 2.0 Beta,但运气不佳,正如您所说,链接全部损坏,团队的电子邮件地址被退回。
Here us the Forum - http://social.msdn.microsoft.com/Forums/en-AU/catnet/threads
Here is where they make comments on Dev and QA - Link
Here is where you download it - http://www.microsoft.com/downloads/details.aspx?FamilyId=e0052bba-2d50-4214-b65b-37e5ef44f146&displaylang=en
That is the 64 bit version. I found it ran without throwing a 'Out of memory Exception' that i got from the 32 bit version, but only comes in cmd line form
The 32 bit version snaps into VS2008 but hasn't been made ready for integration into VS2010
Note: I've been trying to get the 2.0 Beta today and haven't had an luck, as you said the links are all broken and the email address for the team is bouncing.
对此有何进一步更新?看来微软放弃了 CAT.Net 的开发。很少有可用的链接被破坏。微软是否放弃了这一开发而转而使用其他一些工具,任何有关这方面的信息都会有所帮助。
Any further updates on this? It appears that the CAT.Net development is dropped by Microsoft. Few of the links that are available are broken. Has Microsoft dropped this development in favor of some other tools, any information on this would be helpful.