%--
~ Copyright 2000-2010 JetBrains s.r.o.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--%>
<%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
<%@ taglib prefix="forms" tagdir="/WEB-INF/tags/forms" %>
<%@ taglib prefix="l" tagdir="/WEB-INF/tags/layout" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
List of directories (relative to checkout root and separated by spaces) to search referenced assemblies in.
Sets /d: options for FxCopCmd
Sets /ignoregeneratedcode for FxCopCmd (note: it's supported since FxCop 1.36)
XSLT file used to generate HTML report.
Leave it empty to skip generation,
set to '%system.FxCopRoot%/Xml/FxCopReport.xsl' to get standard FxCop report,
or specify any custom file relative to checkout directory
Additional options to be added to FxCopCmd.exe command line
Fail the build if the specified number of errors is exceeded.
Fail the build if the specified number of warnings is exceeded. Leave blank if there is no limit.
Fails build on analysis errors from FxCop such as:
ANALYSIS_ERROR ASSEMBLY_LOAD_ERROR ASSEMBLY_REFERENCES_ERROR PROJECT_LOAD_ERROR RULE_LIBRARY_LOAD_ERROR UNKNOWN_ERROR OUTPUT_ERROR
Place to call FxCopCmd.exe from.
Defaults to '%system.FxCopRoot%' (autodetection on agent side)