Per Eilon's request: Suppress internal-only rules in GlobalSuppressions.cs so that customers who are downloading source during debugging never see these rules.
Comments: Line 234 of the C# version(D:\git\aspnetwebstack\src\WebApiHelpPage\Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs): [SuppressMessage("Microsoft.Web.FxCop", "MW1201:DoNotCallProblematicMethodsOnTask", Justification = "The sample generation is done synchronously.")] The same also occurs in the VB version.
Comments: Line 234 of the C# version(D:\git\aspnetwebstack\src\WebApiHelpPage\Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs): [SuppressMessage("Microsoft.Web.FxCop", "MW1201:DoNotCallProblematicMethodsOnTask", Justification = "The sample generation is done synchronously.")] The same also occurs in the VB version.