Skip to content

Instantly share code, notes, and snippets.

@markekraus
Created December 21, 2017 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markekraus/5746e0240c86c0869a8b4ad910028b31 to your computer and use it in GitHub Desktop.
Save markekraus/5746e0240c86c0869a8b4ad910028b31 to your computer and use it in GitHub Desktop.
Web Cmdlet StyleCop Issues
.\commands\utility\WebCmdlet\StreamHelper.cs(279,27): error SA1204: Static members should appear before non-static members
.\commands\utility\WebCmdlet\FormObject.cs(40,16): error SA1201: A constructor should not follow a property
.\commands\utility\WebCmdlet\FormObject.cs(17,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\FormObject.cs(22,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\FormObject.cs(27,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\FormObject.cs(32,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\FormObjectCollection.cs(19,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\FormObjectCollection.cs(18,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(12,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(13,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(10,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(9,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(10,1): error SA1208: Using directive for 'System.Net.Http' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(11,1): error SA1208: Using directive for 'System.Net.Http.Headers' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(11,1): error SA1208: Using directive for 'System.Net.Http' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(12,1): error SA1208: Using directive for 'System.Text' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(12,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(6,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(8,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(18,1): error SA1208: Using directive for 'System.Net.Http' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(19,1): error SA1208: Using directive for 'System.Net.Http.Headers' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(20,1): error SA1208: Using directive for 'System.Threading' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(21,1): error SA1208: Using directive for 'System.Xml' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(22,1): error SA1208: Using directive for 'System.Collections.Generic' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(23,1): error SA1208: Using directive for 'System.Text.RegularExpressions' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(24,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'Microsoft.Win32'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(12,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(13,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(14,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(15,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(16,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(17,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(18,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(19,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(20,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(21,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(22,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(23,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(24,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(8,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(10,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\JsonObject.cs(28,27): error SA1303: Const field names should begin with upper-case letter.
.\commands\utility\WebCmdlet\JsonObject.cs(25,6): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\PSUserAgent.cs(17,5): error SA1505: An opening brace should not be followed by a blank line.
.\commands\utility\WebCmdlet\PSUserAgent.cs(36,30): error SA1202: 'public' members should come before 'internal' members
.\commands\utility\WebCmdlet\PSUserAgent.cs(19,31): error SA1308: Field 's_windowsUserAgent' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(16,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(21,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(23,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\PSUserAgent.cs(81,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\PSUserAgent.cs(51,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\PSUserAgent.cs(81,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\PSUserAgent.cs(51,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\PSUserAgent.cs(36,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\PSUserAgent.cs(36,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\PSUserAgent.cs(66,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\PSUserAgent.cs(66,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\PSUserAgent.cs(96,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\PSUserAgent.cs(96,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(8,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(9,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(14,1): error SA1208: Using directive for 'System.Management.Automation.Internal' should appear before directive for 'System.Management.Automation'
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(19,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(20,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(13,1): error SA1209: Using alias directives should be placed after all using namespace directives.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(6,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(8,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(11,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(5,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\FormObject.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\FormObjectCollection.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\FormObjectCollection.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(13,1): error SA1208: Using directive for 'System.Collections' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\JsonObject.cs(14,1): error SA1208: Using directive for 'System.Collections.ObjectModel' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\JsonObject.cs(15,1): error SA1208: Using directive for 'System.IO' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\JsonObject.cs(16,1): error SA1208: Using directive for 'System.Linq' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\JsonObject.cs(17,1): error SA1208: Using directive for 'System.Management.Automation.Internal' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\JsonObject.cs(18,1): error SA1208: Using directive for 'System.Reflection' should appear before directive for 'Newtonsoft.Json.Linq'
.\commands\utility\WebCmdlet\StreamHelper.cs(26,24): error SA1309: Field '_originalStreamToProxy' should not begin with an underscore
.\commands\utility\WebCmdlet\StreamHelper.cs(27,22): error SA1309: Field '_isInitialized' should not begin with an underscore
.\commands\utility\WebCmdlet\StreamHelper.cs(24,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\StreamHelper.cs(28,24): error SA1309: Field '_ownerCmdlet' should not begin with an underscore
.\commands\utility\WebCmdlet\StreamHelper.cs(50,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(50,30): error SA1623: The property's documentation summary text should begin with: 'Gets a value indicating whether'
.\commands\utility\WebCmdlet\StreamHelper.cs(50,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\StreamHelper.cs(61,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(72,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(61,30): error SA1623: The property's documentation summary text should begin with: 'Gets a value indicating whether'
.\commands\utility\WebCmdlet\StreamHelper.cs(61,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\StreamHelper.cs(72,30): error SA1623: The property's documentation summary text should begin with: 'Gets a value indicating whether'
.\commands\utility\WebCmdlet\StreamHelper.cs(72,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\StreamHelper.cs(94,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\JsonObject.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(12,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(13,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(14,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(15,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(16,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(17,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\JsonObject.cs(18,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(94,30): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\StreamHelper.cs(94,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\JsonObject.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\JsonObject.cs(10,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\StreamHelper.cs(83,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(83,30): error SA1623: The property's documentation summary text should begin with: 'Gets a value indicating whether'
.\commands\utility\WebCmdlet\StreamHelper.cs(83,30): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\PSUserAgent.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\PSUserAgent.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\PSUserAgent.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\PSUserAgent.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\PSUserAgent.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\PSUserAgent.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\StreamHelper.cs(426,31): error SA1201: A field should not follow a method
.\commands\utility\WebCmdlet\StreamHelper.cs(398,32): error SA1202: 'internal' members should come before 'private' members
.\commands\utility\WebCmdlet\StreamHelper.cs(281,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\StreamHelper.cs(426,31): error SA1308: Field 's_metaexp' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\StreamHelper.cs(426,31): error SA1311: Static readonly fields should begin with upper-case letter
.\commands\utility\WebCmdlet\StreamHelper.cs(426,31): error SA1400: Element 's_metaexp' should declare an access modifier
.\commands\utility\WebCmdlet\StreamHelper.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(9,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(10,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(11,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(12,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\StreamHelper.cs(7,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(6,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\WebRequestSession.cs(5,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebRequestSession.cs(6,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebRequestSession.cs(7,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebRequestSession.cs(8,1): error SA1200: Using directive should appear within a namespace declaration
.\commands\utility\WebCmdlet\WebRequestSession.cs(6,1): error SA1210: Using directives should be ordered alphabetically by the namespaces.
.\commands\utility\WebCmdlet\WebRequestSession.cs(71,16): error SA1201: A constructor should not follow a property
.\commands\utility\WebCmdlet\WebRequestSession.cs(31,32): error SA1202: 'public' members should come before 'internal' members
.\commands\utility\WebCmdlet\WebRequestSession.cs(26,45): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(31,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(20,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\WebRequestSession.cs(33,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\WebRequestSession.cs(43,29): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(38,21): error SA1623: The property's documentation summary text should begin with: 'Gets or sets a value indicating whether'
.\commands\utility\WebCmdlet\WebRequestSession.cs(38,21): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(21,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(56,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(48,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\WebRequestSession.cs(66,20): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(49,42): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\WebRequestSession.cs(61,26): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(37,44): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(64,44): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(91,44): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(122,30): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(229,24): error SA1202: 'protected' members should come before 'private' members
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(22,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(27,27): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(37,44): error SA1309: Field '_inputFields' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(64,44): error SA1309: Field '_links' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(42,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(69,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(91,44): error SA1309: Field '_images' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(252,5): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(252,5): error SA1626: Single-line comments should not use documentation style slashes
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(253,5): error SA1626: Single-line comments should not use documentation style slashes
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(254,26): error SA1605: Partial element documentation should have summary
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(96,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(123,30): error SA1308: Field 's_attribsRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(124,30): error SA1308: Field 's_attribNameValueRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(125,30): error SA1308: Field 's_inputFieldRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(126,30): error SA1308: Field 's_linkRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(127,30): error SA1308: Field 's_imageRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(122,30): error SA1308: Field 's_tagRegex' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(120,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(23,30): error SA1203: Constant fields should appear before non-constant fields
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(20,40): error SA1308: Field 's_contentTypeParamSeparator' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(20,40): error SA1311: Static readonly fields should begin with upper-case letter
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(17,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(23,30): error SA1309: Field '_defaultCodePage' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(15,35): error SA1601: Partial elements should be documented
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(159,35): error SA1601: Partial elements should be documented
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(222,21): error SA1201: A enum should not follow a method
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(16,26): error SA1601: Partial elements should be documented
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(18,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(25,42): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(38,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(60,27): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(61,20): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(72,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(49,32): error SA1623: The property's documentation summary text should begin with: 'Gets or sets'
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(49,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(233,14): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(252,28): error SA1201: A field should not follow a constructor
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(276,34): error SA1201: A property should not follow a method
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(280,26): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(280,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(252,28): error SA1309: Field '_baseStream' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(253,34): error SA1309: Field '_streamBuffer' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(254,28): error SA1309: Field '_copyBuffer' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(280,26): error SA1309: Field '_length' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(60,17): error CA1714: Flags enums should have plural names
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(56,5): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(80,9): error SA1413: Use trailing comma in multi-line initializers
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(86,35): error CA1001: Type 'WebRequestPSCmdlet' owns disposable fields but is not disposable
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(230,21): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(246,34): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(260,24): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(332,24): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(607,25): error SA1201: A property should not follow a method
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(230,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(246,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(260,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(88,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(90,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(107,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(108,9): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(103,28): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(96,40): error SA1623: The property's documentation summary text should begin with: 'Gets or sets'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(96,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(823,41): error SA1201: A field should not follow a method
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(783,5): error SA1505: An opening brace should not be followed by a blank line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(828,23): error SA1202: 'internal' members should come before 'private' members
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(874,37): error SA1202: 'internal' members should come before 'private' members
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1185,46): error SA1202: 'internal' members should come before 'private' members
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1409,23): error SA1202: 'internal' members should come before 'protected' members
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(112,42): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(119,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(123,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(129,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(139,46): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(152,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(159,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(166,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(172,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(188,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(184,37): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(178,39): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(194,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(200,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(230,21): error SA1309: Field '_maximumRedirection' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(206,27): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(207,28): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(218,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(212,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(146,37): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(224,27): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(246,34): error SA1309: Field '_method' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(225,28): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(214,36): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(234,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(260,24): error SA1309: Field '_customMethod' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(264,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(241,41): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(271,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(275,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(255,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(282,28): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(297,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(290,37): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(301,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(307,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(313,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(332,24): error SA1309: Field '_originalFilePath' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(326,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(320,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(336,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(342,31): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(348,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(605,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(828,23): error SA1401: Field should be private
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(833,23): error SA1401: Field should be private
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(823,41): error SA1309: Field '_cancelToken' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(838,45): error SA1401: Field should be private
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(833,23): error SA1309: Field '_followRelLink' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(828,23): error SA1309: Field '_parseRelLink' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(838,45): error SA1309: Field '_relationLink' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(798,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(843,22): error SA1401: Field should be private
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(843,22): error SA1309: Field '_maximumFollowRelLink' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(17,26): error CA1001: Type 'WebResponseObject' owns disposable fields but is not disposable
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(43,30): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(843,46): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(19,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(807,40): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(24,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(38,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(43,30): error SA1309: Field '_rawContentStream' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(44,9): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(25,23): error SA1623: The property's documentation summary text should begin with: 'Gets or sets'
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(25,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(47,29): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(55,21): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(86,39): error SA1202: 'public' members should come before 'private' members
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(63,23): error SA1623: The property's documentation summary text should begin with: 'Gets or sets'
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(63,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(30,20): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(133,57): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(148,16): error SA1201: A constructor should not follow a property
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(110,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(138,43): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(115,36): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(133,57): error SA1309: Field '_headers' should not begin with an underscore
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(761,25): error CA1032: Add the following constructor to HttpResponseException: public HttpResponseException().
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(761,25): error CA1032: Add the following constructor to HttpResponseException: public HttpResponseException(string message).
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(761,25): error CA1032: Add the following constructor to HttpResponseException: public HttpResponseException(string message, Exception innerException).
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(32,30): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(776,36): error SA1623: The property's documentation summary text should begin with: 'Gets'
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(776,36): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(20,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(32,30): error SA1309: Field '_inputObjectBuffer' should not begin with an underscore
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(17,6): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(27,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(37,19): error SA1411: Attribute constructor should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(120,56): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(38,32): error SA1623: The property's documentation summary text should begin with: 'Gets or sets'
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(38,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(41,27): error SA1203: Constant fields should appear before non-constant fields
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(40,21): error SA1201: A field should not follow a property
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(88,30): error SA1201: A field should not follow a method
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(29,6): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(41,27): error SA1303: Const field names should begin with upper-case letter.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(40,21): error SA1309: Field '_depth' should not begin with an underscore
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(48,26): error SA1502: Element should not be on a single line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(32,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(33,9): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(65,19): error SA1411: Attribute constructor should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(38,23): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(57,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(88,30): error SA1309: Field '_inputObjects' should not begin with an underscore
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(48,20): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(83,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(10,35): error SA1601: Partial elements should be documented
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(12,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(66,32): error SA1609: Property documentation should have value
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(82,40): error SA1308: Field 's_contentHeaderSet' should not begin with the prefix 's_'
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(13,21): error SA1309: Field '_proxyAddress' should not begin with an underscore
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(12,30): error SA1309: Field '_credentials' should not begin with an underscore
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(42,1): error SA1516: Elements should be separated by blank line
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(12,35): error SA1601: Partial elements should be documented
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(235,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(157,5): error SA1512: Single-line comments should not be followed by blank line
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(198,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(34,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(35,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(113,28): error SA1009: Closing parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(406,25): error SA1009: Closing parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(169,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(213,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(279,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(412,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(104,21): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(400,25): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(413,25): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(143,13): error SA1005: Single line comment should begin with a space.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(183,111): error SA1028: Code should not contain trailing whitespace
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(251,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(252,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(269,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(270,34): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1305,127): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(516,13): error SA1120: Comments should contain text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(518,13): error SA1120: Comments should contain text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(561,13): error SA1120: Comments should contain text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(563,13): error SA1120: Comments should contain text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1214,117): error SA1024: Colon should be followed by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1268,95): error SA1024: Colon should be followed by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(989,25): error SA1009: Closing parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1154,31): error SA1009: Closing parenthesis should not be followed by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1160,13): error SA1009: Closing parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1182,13): error SA1009: Closing parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(768,38): error SA1008: Opening parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(761,25): error SA1402: File may only contain a single type
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(229,10): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(245,10): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(259,10): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(372,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(378,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(384,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(390,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(396,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(467,30): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(548,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(583,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(646,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(662,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(696,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(967,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1065,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1202,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1220,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1317,38): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1321,38): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1328,34): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1354,34): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1363,34): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1533,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(739,13): error SA1000: The keyword 'if' should be followed by a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(648,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1064,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1066,13): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1203,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1304,41): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1064,17): error SA1005: Single line comment should begin with a space.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(536,1): error SA1507: Code should not contain multiple blank lines in a row
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(929,1): error SA1507: Code should not contain multiple blank lines in a row
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(204,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(207,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(124,17): error SA1000: The keyword 'if' should be followed by a space.
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(208,13): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(431,56): error SA1001: Commas should be followed by whitespace.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(246,21): error SA1120: Comments should contain text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(116,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(120,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(202,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(216,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(312,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(318,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(339,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(344,26): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(684,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(109,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\WebRequestSession.cs(74,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(75,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(78,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(81,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(82,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(83,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(86,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(88,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(89,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(25,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(29,31): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(29,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(38,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(41,20): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(24,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(37,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(31,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(48,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(51,20): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(47,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\WebRequestSession.cs(68,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(58,57): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\WebRequestSession.cs(98,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\WebRequestSession.cs(98,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(100,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\WebRequestSession.cs(102,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(26,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(27,13): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\StreamHelper.cs(342,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(343,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(344,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(24,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\FormObject.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\StreamHelper.cs(312,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\FormObjectCollection.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\FormObjectCollection.cs(32,18): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(439,36): error SA1519: Braces should not be omitted from multi-line child statement
.\commands\utility\WebCmdlet\StreamHelper.cs(292,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\StreamHelper.cs(463,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\StreamHelper.cs(431,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\StreamHelper.cs(472,25): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\StreamHelper.cs(472,46): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\JsonObject.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\JsonObject.cs(114,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(174,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(186,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(196,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(216,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(228,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(237,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(270,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(282,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(292,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(312,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(324,22): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\JsonObject.cs(333,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(461,25): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\StreamHelper.cs(461,46): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\JsonObject.cs(112,17): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(304,64): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(322,60): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(42,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(43,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(36,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(37,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(32,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\StreamHelper.cs(33,9): error SA1514: Element documentation header should be preceded by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(39,18): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\PSUserAgent.cs(133,50): error SA1009: Closing parenthesis should be followed by a space.
.\commands\utility\WebCmdlet\StreamHelper.cs(98,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(33,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\StreamHelper.cs(317,13): error SA1500: Braces for multi-line statements should not share line
.\commands\utility\WebCmdlet\PSUserAgent.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\PSUserAgent.cs(133,21): error SA1000: The keyword 'if' should be followed by a space.
.\commands\utility\WebCmdlet\PSUserAgent.cs(133,51): error SA1012: Opening brace should be preceded by a space.
.\commands\utility\WebCmdlet\StreamHelper.cs(456,13): error SA1500: Braces for multi-line statements should not share line
.\commands\utility\WebCmdlet\PSUserAgent.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\StreamHelper.cs(146,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(149,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(122,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(125,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(109,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(112,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(147,29): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(119,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(120,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(121,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(159,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(136,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(156,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(106,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(107,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(108,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(139,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(157,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(132,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(133,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(134,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(135,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(123,29): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(438,45): error SA1008: Opening parenthesis should not be preceded by a space.
.\commands\utility\WebCmdlet\StreamHelper.cs(110,53): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(22,20): error SA1402: File may only contain a single type
.\commands\utility\WebCmdlet\StreamHelper.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\StreamHelper.cs(137,58): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(407,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(422,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(166,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(169,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(167,32): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(452,25): error SA1515: Single-line comment should be preceded by blank line
.\commands\utility\WebCmdlet\StreamHelper.cs(205,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(202,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(181,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(203,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(176,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(177,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(178,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(222,46): error SA1611: The documentation for parameter 'disposing' is missing
.\commands\utility\WebCmdlet\StreamHelper.cs(318,1): error SA1507: Code should not contain multiple blank lines in a row
.\commands\utility\WebCmdlet\StreamHelper.cs(22,20): error SA1649: File name should match first type name.
.\commands\utility\WebCmdlet\StreamHelper.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\StreamHelper.cs(192,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(381,34): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\StreamHelper.cs(195,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(222,33): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(179,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(188,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(189,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(190,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(191,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\WebCmdletElementCollection.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\StreamHelper.cs(269,17): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\StreamHelper.cs(273,17): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\PSUserAgent.cs(29,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\PSUserAgent.cs(26,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(215,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\PSUserAgent.cs(28,36): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\WebRequestMethod.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\StreamHelper.cs(193,53): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\StreamHelper.cs(212,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\PSUserAgent.cs(44,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\PSUserAgent.cs(41,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\PSUserAgent.cs(59,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\WebRequestSession.cs(1,1): error SA1633: The file header XML is invalid.
.\commands\utility\WebCmdlet\PSUserAgent.cs(56,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\WebRequestSession.cs(101,14): error SA1513: Closing brace should be followed by blank line
.\commands\utility\WebCmdlet\PSUserAgent.cs(43,36): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\StreamHelper.cs(383,37): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\PSUserAgent.cs(58,36): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\WebRequestSession.cs(1,1): error SA1412: Store files as UTF-8 with byte order mark
.\commands\utility\WebCmdlet\StreamHelper.cs(213,30): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\PSUserAgent.cs(74,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\PSUserAgent.cs(71,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(232,33): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\PSUserAgent.cs(112,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\PSUserAgent.cs(73,36): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\StreamHelper.cs(239,36): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\PSUserAgent.cs(89,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\StreamHelper.cs(241,25): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\PSUserAgent.cs(86,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\PSUserAgent.cs(104,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\StreamHelper.cs(254,25): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\PSUserAgent.cs(88,35): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\PSUserAgent.cs(101,50): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(393,13): error SA1500: Braces for multi-line statements should not share line
.\commands\utility\WebCmdlet\PSUserAgent.cs(103,36): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\StreamHelper.cs(232,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(233,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(241,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\PSUserAgent.cs(122,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\PSUserAgent.cs(120,44): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\StreamHelper.cs(244,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(246,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(252,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\StreamHelper.cs(260,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\PSUserAgent.cs(121,39): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\StreamHelper.cs(264,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\PSUserAgent.cs(172,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\JsonObject.cs(33,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\JsonObject.cs(34,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\JsonObject.cs(36,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\PSUserAgent.cs(155,28): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\PSUserAgent.cs(133,51): error SA1500: Braces for multi-line statements should not share line
.\commands\utility\WebCmdlet\FormObjectCollection.cs(33,24): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\JsonObject.cs(45,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\JsonObject.cs(46,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\JsonObject.cs(47,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\JsonObject.cs(233,22): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\JsonObject.cs(49,10): error SA1404: Code analysis suppression should have justification
.\commands\utility\WebCmdlet\JsonObject.cs(329,22): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\JsonObject.cs(66,21): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\JsonObject.cs(287,22): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\FormObject.cs(42,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(43,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(44,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(45,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(37,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\FormObject.cs(38,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\FormObject.cs(39,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\StreamHelper.cs(230,22): error SA1606: Element documentation should have summary text
.\commands\utility\WebCmdlet\JsonObject.cs(191,22): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\FormObject.cs(51,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\FormObject.cs(51,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(53,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\FormObject.cs(34,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\JsonObject.cs(252,53): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(20,13): error SA1508: A closing brace should not be preceded by a blank line.
.\commands\utility\WebCmdlet\JsonObject.cs(253,97): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\JsonObject.cs(139,43): error SA1305: parameter 'psPropertyInfo' should not use Hungarian notation
.\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs(25,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\JsonObject.cs(127,53): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\JsonObject.cs(141,53): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\JsonObject.cs(156,53): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(44,45): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs(45,57): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\JsonObject.cs(142,97): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\JsonObject.cs(157,107): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(27,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(22,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(28,19): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(40,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(44,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(62,9): error SA1508: A closing brace should not be preceded by a blank line.
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(24,42): error SA1128: Put constructor initializers on their own line
.\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs(60,20): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(19,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(21,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(48,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(48,57): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(95,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(97,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(97,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(35,35): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(35,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(77,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(80,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(38,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(43,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(44,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(53,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(55,63): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(70,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs(32,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(106,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(108,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(108,71): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(108,109): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(111,45): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(113,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(117,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(122,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(134,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(146,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(151,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(133,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(108,108): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(128,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(358,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(359,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(146,52): error SA1122: Use string.Empty for empty strings
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(151,46): error SA1122: Use string.Empty for empty strings
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(234,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(403,44): error CA1720: Identifier 'obj' contains type name
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(262,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(262,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(515,61): error CA1720: Identifier 'obj' contains type name
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(388,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(231,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(232,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(233,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(372,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(373,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(536,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(587,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(576,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(165,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(617,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(274,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(624,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(171,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(280,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(172,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(281,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(294,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(183,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(615,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(616,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(299,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(189,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(305,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(195,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(204,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(314,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(324,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(224,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(224,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(351,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(351,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(602,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(605,34): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(559,71): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(585,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(586,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(269,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(270,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(271,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(272,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(273,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(520,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(524,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(539,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(560,21): error SA1118: The parameter spans multiple lines
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(49,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(49,36): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(42,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(599,69): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(640,13): error SA1616: Element return value documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(160,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(161,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(162,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(163,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(164,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(660,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(681,48): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(32,59): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(638,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(639,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(32,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(104,63): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(108,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(111,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(40,66): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(49,27): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(49,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(40,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(112,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(57,27): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(57,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(57,59): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(57,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(60,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(62,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(64,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(64,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(72,49): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(72,71): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(82,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(84,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(84,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(90,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(67,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs(90,87): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(88,72): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(91,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,21): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,48): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,73): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,96): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(79,116): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(457,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(478,34): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(124,20): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(126,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(126,71): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(129,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(150,9): error SA1502: Element should not be on a single line
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(485,38): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(489,38): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(497,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(147,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(142,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(173,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(159,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(160,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(161,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(166,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(155,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(156,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(144,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(768,85): error SA1128: Put constructor initializers on their own line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(183,35): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(183,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(188,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(201,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(185,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(190,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(206,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(209,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs(152,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(770,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(763,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(429,58): error SA1305: variable 'jObject' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(227,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(243,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(228,19): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(244,19): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(257,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(258,19): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(609,27): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(609,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(619,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(619,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(614,49): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(619,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(609,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,49): error SA1003: Operator '!=' should be preceded by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(614,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(634,18): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(628,19): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(633,58): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(635,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(635,48): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(635,86): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(636,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(657,30): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(657,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(704,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(680,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(690,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(636,49): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(641,78): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(645,40): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(649,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(663,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(624,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(717,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(717,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(410,13): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(722,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(722,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(446,58): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(446,102): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(712,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(469,75): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(734,84): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(408,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(727,57): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(727,78): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(464,33): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\ConvertToJsonCommand.cs(470,33): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(734,20): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(734,70): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(504,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(509,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(519,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,23): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,45): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(727,32): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(538,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(728,13): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(729,20): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(556,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(564,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(570,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(574,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(587,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(593,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(739,16): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(741,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(741,55): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(743,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(743,72): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(745,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(504,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(506,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(509,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(512,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(513,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(513,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(519,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(519,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(522,45): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(745,55): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(523,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(749,99): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(526,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,31): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,52): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(528,62): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(530,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(532,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(534,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(538,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(543,134): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(809,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(552,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(556,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(558,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(558,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(564,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(567,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(567,40): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(570,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(572,50): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(574,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(576,44): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(578,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(584,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(587,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(589,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(589,49): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(593,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(595,40): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(598,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(598,47): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(847,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(749,43): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(866,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(689,39): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(675,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(543,44): error SA1305: variable 'tbCollection' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(549,43): error SA1305: variable 'tbCert' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1154,31): error SA1003: Operator '(int)' should not be followed by whitespace.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1152,21): error SA1400: Element 'IsRedirectCode' should declare an access modifier
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1156,13): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1165,21): error SA1400: Element 'IsRedirectToGet' should declare an access modifier
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1168,13): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1226,35): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1058,34): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1058,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1029,13): error SA1508: A closing brace should not be preceded by a blank line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1389,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1391,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(900,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1187,33): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1188,34): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(878,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(881,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(886,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(888,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(891,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(895,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(897,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(900,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(902,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(905,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(916,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(918,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1190,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1191,112): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1195,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1196,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1199,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1201,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1206,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1209,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1213,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(924,56): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(928,50): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1397,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(949,30): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(952,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(958,34): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(958,48): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(963,47): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(934,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1214,61): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(939,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(966,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(941,57): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(975,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(977,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(978,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(982,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(994,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1007,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1014,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1016,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1020,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1022,93): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1026,73): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1032,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1038,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1041,65): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1409,69): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1412,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1414,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(870,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1216,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1217,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1218,108): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1061,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1063,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1063,79): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1067,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1067,58): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1067,81): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1071,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1074,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1079,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1081,34): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1084,35): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1093,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1098,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1103,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1108,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1113,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1117,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1118,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(359,18): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(359,42): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1122,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1053,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(373,68): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1126,22): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(373,87): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(379,69): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(385,119): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1131,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(397,53): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(405,43): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1131,63): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(413,48): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(419,23): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(419,43): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1136,48): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(427,18): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(427,36): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1144,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1126,38): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1441,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1446,69): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1455,123): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1456,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(359,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(359,50): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(361,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(363,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(367,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(367,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(369,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(371,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(373,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(373,76): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(373,95): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(375,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(377,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(379,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(379,77): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(381,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(383,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(385,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(385,67): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(385,127): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(387,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(389,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(391,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(391,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(391,103): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(393,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(395,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(397,18): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(397,61): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(397,75): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(397,102): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(399,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(401,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(405,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(405,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(407,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(409,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(413,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(413,56): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(415,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(417,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(419,31): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(419,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(419,71): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(421,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(423,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(427,26): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(427,44): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(429,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(431,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(435,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(442,56): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(442,90): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(446,39): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(447,103): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(453,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(454,111): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(458,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(459,104): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(465,47): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(466,105): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(468,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(468,49): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(469,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(488,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(493,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(493,30): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(495,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(497,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1084,26): error SA1305: variable 'psBody' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1476,13): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1461,13): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1471,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1474,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1435,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1438,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(988,29): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1554,9): error SA1508: A closing brace should not be preceded by a blank line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1551,27): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1122,39): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1552,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1552,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1547,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1549,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1508,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1510,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(51,26): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(52,19): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(63,26): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(64,19): error SA1100: Do not prefix calls with base unless local implementation exists
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(173,63): error CA1720: Identifier 'obj' contains type name
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(354,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(170,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(156,46): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1558,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1560,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1564,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1582,80): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1585,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(152,80): error SA1305: parameter 'exRef' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(170,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(126,34): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(84,52): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(117,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1582,40): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1582,63): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(181,21): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(448,35): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(448,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(76,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(444,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(369,35): error SA1501: Statement should not be on a single line
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(465,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(361,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(369,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(375,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(369,17): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(381,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(387,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(393,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(399,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(407,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(415,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(421,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(429,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(446,58): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(453,62): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(458,62): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(465,66): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(495,56): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(173,82): error SA1305: parameter 'exRef' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(373,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(377,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(384,53): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(401,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(91,25): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(411,46): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(92,25): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(411,88): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(416,46): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(416,87): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(425,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(429,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(431,67): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(434,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(436,47): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(437,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(246,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(247,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(248,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(249,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1246,43): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1248,43): error SA1131: Constant values should appear on the right-hand side of comparisons
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(366,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1136,48): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(361,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1241,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1242,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(278,30): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1246,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1248,51): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1250,44): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1252,43): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1254,44): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(284,30): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1257,31): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1265,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(447,103): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(454,111): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(459,104): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1268,61): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(466,105): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1270,29): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(285,23): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(402,25): error SA1110: Opening parenthesis or bracket should be on declaration line.
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1282,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1284,64): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1291,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1322,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1325,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1325,54): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1327,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1329,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1330,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1336,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1344,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1355,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(339,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1358,33): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(334,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1360,38): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1364,47): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1369,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1369,65): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1375,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1380,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(27,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1336,73): error SA1108: Block statements should not contain embedded comments
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(434,22): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(406,25): error SA1111: Closing parenthesis should be on line of last parameter
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(273,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(50,31): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1231,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1299,56): error SA1122: Use string.Empty for empty strings
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1305,128): error SA1122: Use string.Empty for empty strings
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(73,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(81,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(77,17): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(290,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(294,23): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(294,48): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(299,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(299,54): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(299,70): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(301,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(301,50): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(305,25): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(305,50): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(308,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(308,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(311,37): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(319,17): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(78,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(322,28): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(326,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs(326,31): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(110,46): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(118,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(27,50): error CA2222: Do not decrease inherited member visibility
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(86,17): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(151,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(87,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(46,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(48,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(137,17): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(51,76): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(54,42): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(57,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(60,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(73,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(100,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(75,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(102,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(105,71): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(78,69): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(108,42): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(81,41): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(111,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(84,21): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(114,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(87,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(127,26): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(132,20): error SA1119: Statement should not use unnecessary parenthesis
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1262,67): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(123,17): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1277,70): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1287,71): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(124,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(179,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(131,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(138,17): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(264,9): error SA1502: Element should not be on a single line
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(261,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(256,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(231,63): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(236,73): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(237,58): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(258,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1277,56): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1295,54): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1318,42): error SA1121: Use built-in type alias
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(286,24): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(137,40): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(143,44): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(149,52): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(155,47): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(161,41): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(167,42): error SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(281,9): error SA1124: Do not use regions
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(274,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(275,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(276,13): error SA1101: Prefix local calls with this
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(269,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(270,13): error SA1614: Element parameter documentation should have text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1275,37): error SA1503: Braces should not be omitted
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(266,13): error SA1642: Constructor summary documentation should begin with standard text
.\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs(1296,41): error SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
.\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs(190,17): error SA1413: Use trailing comma in multi-line initializers
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(200,25): error SA1305: variable 'nvMatches' should not use Hungarian notation
.\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs(201,21): error SA1405: Debug.Assert should provide message text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment