<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1691</ErrorName>
  <Examples>
    <string>// CS1691: `2' is not a valid warning number
// Line: 0
// Compiler options: -warnaserror -warnaserror:1691,2

</string>
    <string>// CS1691: `20' is not a valid warning number
// Line: 0
// Compiler options:  -warnaserror -warnaserror-:20

</string>
    <string>// CS1691: `20' is not a valid warning number
// Line: 0
// Compiler options: -warnaserror -nowarn:20

</string>
    <string>// CS1691: `1' is not a valid warning number
// Line: 5
// Compiler options: -warnaserror

#pragma warning disable 1

</string>
  </Examples>
</ErrorDocumentation>