SarifVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the version of the SARIF log file to produce.
public enum SarifVersion
type SarifVersion =
Public Enum SarifVersion
- Inheritance
-
SarifVersion
Fields
Name | Value | Description |
---|---|---|
Default | 1 | The default SARIF version, which is v1.0.0 for compatibility with previous versions of the compiler. |
Sarif1 | 1 | The original, non-standardized version of the SARIF format. |
Sarif2 | 2 | The first standardized version of the SARIF format. |
Latest | 2147483647 | The latest supported SARIF version. |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.