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

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

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

#pragma warning disable 1

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