XSSDetect Add-In for Visual Studio 2005
Sample Usage
1. Launch Visual Studio
2. Open a solution containing at least on C#, J# or VB.NET project
3. Build the solution
4. Click on Tools | XSSDetect Code Analysis, the Summary View dockable tool window activates
5. Verify/edit the current settings (click on General Settings, Rules or Target Assemblies on the toolbar of the Summary View)
6. Start the code analysis (use the Analyze button on the toolbar)
7. After the analysis is complete, the Summary View tool window shows the results, and the output window shows information and error messages
8. Double click on a result item in the Summary View to activate the Detail View
9. In the Detail View, double click on a dataflow item to display the corresponding source line
10. Use the "Previous" and "Next" buttons in the Detail View to display other result items
Default Settings
If a solution is currently open, the default settings are specific to the open solution and are setup as follows:
· Report output file = <SolutionDirectory>\XSSDetectReport.xml
· Report stylesheet = <InstallationDirectory>\Config\report.xsl
· Rules directory = <InstallationDirectory>\Rules
· All rules are enabled
· All assemblies generated by the solution are included in the analysis
<SolutionDirectory> is the directory where the .SLN file is located
<InstallationDirectory> is the directory where the add-in assemblies have been copied during installation
When the solution is closed, any changes to the default settings (such as disabled rules, or excluded target assemblies) are persisted in the solution file.
If no solution is open, the default settings are as follows:
· Report output file = %APPDATA%\XSSDetect\XSSDetectReport.xml
· Report stylesheet = <InstallationDirectory>\Config\report.xsl
· Rules directory = <InstallationDirectory>\Rules
· All rules are enabled
· No target assemblies
Currently the default settings with no solution open are not saved to persistent storage and are re-initialized when a new instance of Visual Studio starts.
分享到:
相关推荐
"IBM Database Add-Ins for Visual Studio" 是IBM推出的一款针对微软Visual Studio开发环境的数据库集成插件,旨在提升开发者在Visual Studio中与IBM数据库(尤其是DB2)交互的效率和便利性。这款插件提供了丰富的...
如何为vs写插件。..
SQL Pretty Printer Add-In for SSMS V3.2.0是一款专为SQL Server Management Studio (SSMS) 2008及以下版本设计的插件工具,它的主要功能是对SQL代码进行美化和格式化,帮助开发者更好地组织和阅读SQL脚本。...
这些Add-Ins通常由开发者编写,采用VBA(Visual Basic for Applications)或其他编程语言如C#或VSTO(Visual Studio Tools for Office),为Excel添加了新的功能、宏或自动化流程。 Excel Add-In的安装通常通过执行...
LineNumber Add-in for Visual C++ 6.0,使VC显示行号的插件,作者:David Howe。原软件主页不可用,无法联系原作者进行注册,没办法,只好进行破解了。:) 免责声明: 本软件所有版权归原作者David Howe所有。...
Visual Studio 2008 可扩展性开发:Macro 和 Add-In 初探 Visual Studio 2008 提供了多种方式来扩展其功能,包括 Macro、Add-In、VsPackage、VS Shell、Domain Specific Language Tool、Visualizer、Code Snippet、...
2. **项目创建**:在Visual Studio中,使用ArcGIS Add-In向导创建一个新的Add-in项目。向导会生成基本的项目结构,包括必需的XML配置文件(addin.xml)和代码文件。 3. **Add-in元素**:理解和创建各种Add-in元素,...
Visual Studio Add-In 代码一般都是C#的, 这个是对应的C++写法
针对这一需求,"Search and Replace in multiple files Add-in for Visual C++ 6.0" 插件应运而生,它极大地提升了开发人员的工作效率。本文将深入探讨该插件的原理、实现方式以及如何使用。 一、插件概述 "Search...
为了应对这一挑战,“Code Rescue Add-in for Visual C++ Developers”应运而生。这款118KB大小的插件,旨在为Visual C++开发者提供更高效、便捷的代码维护和调试工具,从而提升开发效率。 一、插件概述 “Code ...
office 2013 EPM插件,EPM add-in for Microsoft Office 是在由SAP BusinessObjects开发类别 Miscellaneous Shareware 软件。EPM系统插件add-in安装 - EPM 系统插件 Add-in 安装 说明: Add-in 为依附在 excel 上的一...
《MegaStat Add-In for Excel 2007:提升统计分析能力的利器》 MegaStat是一款专为Microsoft Excel 2007设计的强大统计分析插件,其标题"MegaStat Add-In for Excel 2007 (v10.1)"揭示了它的主要功能和版本信息。这...
【标题】"Complete VS2008-Setup-Project with Add-In for Feature-SelectionTree" 涉及的是一个完整的Visual Studio 2008安装项目,该项目包含了一个用于功能选择树的Add-In(插件)。这个解决方案为开发者提供了一...
支持计划很快打字在Visual C#2005-2008代码
一个Visual Studio.NET的add-in,自动加comment;关于copy right部分请自己修改(目前不支持copyright模板),能自动给文件加copyright,类的各共有成员加注释。。用的是VS2010 IDE
在Visual Studio 2008的可扩展性开发中,Add-In是一种强大的工具,它允许开发者自定义和增强IDE的功能。Add-In与宏相比,提供了更稳定和安全的解决方案,尤其适合商业应用。本篇文章主要关注Add-In的运行机制解析。 ...
基于Microsoft Office的开发,Add-in Express提供了一组用于创建Microsoft Office插件的组件。与所有Microsoft Office程序交互的所有必需技术包:Microsoft Outlook,Excel,Word,Visio,Microsoft Project,...
在解决方案中添加Migrations文件夹,运行`Add-Migration`命令初始化迁移,然后用`Update-Database`命令应用迁移。 5. 如果选择数据库优先,Visual Studio会自动生成Poco实体类和DbContext类。这些类用于表示数据库表...
Excel Add-in是一种强大的工具,允许开发者为Microsoft Excel创建自定义功能和用户界面,以扩展其核心功能。在本文中,我们将深入探讨Excel Add-in的开发,特别是与Ribbon和imgso相关的方面。 首先,让我们理解...