Skip to content

Instantly share code, notes, and snippets.

@markrendle
Created May 28, 2015 14:53
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 markrendle/4bcc676d779349389692 to your computer and use it in GitHub Desktop.
Save markrendle/4bcc676d779349389692 to your computer and use it in GitHub Desktop.
Output from trying to build Microsoft.WindowsAzure.Storage with primary sources against DnxCore50
/home/mark/cloudlens/azure-storage-net/Lib/Common/RequestEventArgs.cs(59,16): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/RequestEventArgs.cs(65,16): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/RequestResult.cs(34,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(44,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(109,44): error CS0246: The type or namespace name 'SerializationInfo' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(433,76): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(109,30): error CS0115: 'StorageException.GetObjectData(SerializationInfo, StreamingContext)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(94,36): error CS0246: The type or namespace name 'SerializationInfo' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageExtendedErrorInformation.cs(40,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageExtendedErrorInformation.cs(121,103): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Auth/Protocol/IAuthenticationHandler.cs(32,26): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Auth/Protocol/NoOpAuthenticationHandler.cs(39,33): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Auth/Protocol/SharedKeyAuthenticationHandler.cs(58,33): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Auth/Protocol/SharedKeyLiteAuthenticationHandler.cs(50,33): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Blob/BlobContinuationToken.cs(45,3): error CS0433: The type 'IXmlSerializable' exists in both 'System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Blob/BlobContinuationToken.cs(36,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlob.cs(3554,88): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlob.cs(3581,98): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlobContainer.cs(2803,48): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(123,50): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(138,48): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(153,54): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(208,51): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(40,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(50,52): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(166,41): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(178,50): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(198,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(234,46): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpResponseParsers.cs(35,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpResponseParsers.cs(45,61): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpResponseParsers.cs(72,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpResponseParsers.cs(82,60): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(42,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(56,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(69,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(83,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(96,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(110,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(140,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(159,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(241,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(258,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(281,38): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(312,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(327,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(346,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(361,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(393,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(408,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(431,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(447,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(488,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(503,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(521,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(535,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(547,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(558,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(573,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(589,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(631,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(645,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(670,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(691,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(713,49): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(723,47): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(733,50): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(743,45): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(757,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(772,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(792,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(807,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(840,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(856,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(880,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(898,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(925,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(941,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(963,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(978,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1001,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1016,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1043,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1063,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(41,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(54,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(67,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(81,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(102,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(116,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(132,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(146,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(162,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(176,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(192,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(206,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(229,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(250,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(272,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(283,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(297,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(312,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(352,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(366,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(382,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(397,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(418,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(432,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptedWriteStream.cs(215,38): error CS0115: 'BlobEncryptedWriteStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptedWriteStream.cs(228,30): error CS0115: 'BlobEncryptedWriteStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobReadStream.cs(92,38): error CS0115: 'BlobReadStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobReadStream.cs(146,29): error CS0115: 'BlobReadStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobWriteStream.cs(125,38): error CS0115: 'BlobWriteStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobWriteStream.cs(187,30): error CS0115: 'BlobWriteStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlobSharedImpl.cs(558,84): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlobSharedImpl.cs(585,94): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(188,38): error CS0115: 'MultiBufferMemoryStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(214,29): error CS0115: 'MultiBufferMemoryStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(318,38): error CS0115: 'MultiBufferMemoryStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(343,30): error CS0115: 'MultiBufferMemoryStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/SyncMemoryStream.cs(79,38): error CS0115: 'SyncMemoryStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/SyncMemoryStream.cs(105,29): error CS0115: 'SyncMemoryStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/SyncMemoryStream.cs(122,38): error CS0115: 'SyncMemoryStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/SyncMemoryStream.cs(147,30): error CS0115: 'SyncMemoryStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(147,38): error CS0115: 'TruncatingNonCloseableStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(178,29): error CS0115: 'TruncatingNonCloseableStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(227,38): error CS0115: 'TruncatingNonCloseableStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(236,30): error CS0115: 'TruncatingNonCloseableStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/ICanonicalizer.cs(45,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(73,47): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyLiteCanonicalizer.cs(72,47): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyLiteTableCanonicalizer.cs(74,47): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyTableCanonicalizer.cs(72,47): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutionState.cs(292,18): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutionState.cs(296,18): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutionState.cs(294,17): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutorBase.cs(216,121): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutorBase.cs(216,160): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/RESTCommand.cs(141,73): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/RESTCommand.cs(144,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/RESTCommand.cs(148,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/RESTCommand.cs(151,37): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/RESTCommand.cs(154,37): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/StorageCommandBase.cs(79,29): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(492,95): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(528,25): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(155,58): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(171,108): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(189,99): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(212,102): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/CommonUtility.cs(364,56): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/HttpWebUtility.cs(129,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/BlobDecryptStream.cs(152,38): error CS0115: 'BlobDecryptStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/BlobDecryptStream.cs(208,30): error CS0115: 'BlobDecryptStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(122,30): error CS0115: 'ByteCountingStream.Close()': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(136,38): error CS0115: 'ByteCountingStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(146,29): error CS0115: 'ByteCountingStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(162,38): error CS0115: 'ByteCountingStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(173,30): error CS0115: 'ByteCountingStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(140,38): error CS0115: 'LengthLimitingStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(145,29): error CS0115: 'LengthLimitingStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(178,38): error CS0115: 'LengthLimitingStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(230,30): error CS0115: 'LengthLimitingStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(3984,49): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(4002,45): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFileDirectory.cs(1204,48): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFileShare.cs(1157,48): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/File/FileContinuationToken.cs(45,3): error CS0433: The type 'IXmlSerializable' exists in both 'System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/mark/cloudlens/azure-storage-net/Lib/Common/File/FileContinuationToken.cs(36,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(39,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(49,52): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(101,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpResponseParsers.cs(34,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpResponseParsers.cs(44,61): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(39,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(54,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(71,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(88,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(44,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(99,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(115,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(127,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(138,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(152,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(165,38): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(198,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(224,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(257,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(279,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(314,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(295,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(349,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpResponseParsers.cs(35,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpResponseParsers.cs(45,57): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpResponseParsers.cs(67,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(40,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(55,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(72,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(89,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(106,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(119,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(130,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(145,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/FileReadStream.cs(94,38): error CS0115: 'FileReadStream.BeginRead(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/FileReadStream.cs(148,29): error CS0115: 'FileReadStream.EndRead(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/FileWriteStream.cs(99,38): error CS0115: 'FileWriteStream.BeginWrite(byte[], int, int, AsyncCallback, object)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/FileWriteStream.cs(161,30): error CS0115: 'FileWriteStream.EndWrite(IAsyncResult)': no suitable method found to override
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/CloudQueue.cs(2738,61): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/CloudQueue.cs(2751,100): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Queue/QueueContinuationToken.cs(43,3): error CS0433: The type 'IXmlSerializable' exists in both 'System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Queue/QueueContinuationToken.cs(34,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpResponseParsers.cs(36,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpResponseParsers.cs(46,57): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpResponseParsers.cs(58,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpResponseParsers.cs(68,44): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpResponseParsers.cs(80,51): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(42,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(56,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(69,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(83,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(96,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(110,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(134,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(147,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(159,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(172,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(185,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(198,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(211,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(224,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(237,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(250,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(261,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(272,40): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(286,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(301,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(340,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(353,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(366,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(379,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(394,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(409,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(436,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(451,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(470,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(484,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(502,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(517,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(540,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(554,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(28,102): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(33,105): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(43,40): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(66,65): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(77,76): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/Response.cs(32,45): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(43,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(104,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(119,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(146,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(173,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(188,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(210,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(228,42): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(245,42): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(265,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(282,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(306,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(330,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(34,46): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(48,53): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(62,53): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(76,53): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(89,48): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(105,64): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(120,56): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(160,64): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/CloudTable.cs(1850,81): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableContinuationToken.cs(47,3): error CS0433: The type 'IXmlSerializable' exists in both 'System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableContinuationToken.cs(38,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpResponseAdapterMessage.cs(29,17): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpResponseAdapterMessage.cs(33,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpResponseAdapterMessage.cs(38,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpWebRequestAdapterMessage.cs(40,16): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpWebRequestAdapterMessage.cs(30,45): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/HttpWebRequestAdapterMessage.cs(36,17): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(40,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(54,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(67,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(81,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(94,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(108,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(133,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(147,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(160,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebRequestFactory.cs(174,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableHttpWebResponseParsers.cs(35,43): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(32,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(42,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(50,31): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(122,31): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(257,62): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(277,61): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpResponseParsers.cs(37,108): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpResponseParsers.cs(94,139): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpResponseParsers.cs(127,166): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpResponseParsers.cs(279,225): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpResponseParsers.cs(382,73): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableUtilities.cs(240,46): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableUtilities.cs(240,81): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(118,25): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(110,17): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(116,24): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Analytics/LogRecord.cs(33,6): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(117,18): error CS0117: 'Exception' does not contain a definition for 'GetObjectData'
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(165,17): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(165,41): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(168,21): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(168,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(248,17): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(248,41): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(251,21): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(251,63): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/StorageException.cs(444,51): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlob.cs(3031,46): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlob.cs(3085,47): error CS1061: 'Stream' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlockBlob.cs(1193,47): error CS1061: 'SyncMemoryStream' does not contain a definition for 'GetBuffer' and no extension method 'GetBuffer' accepting a first argument of type 'SyncMemoryStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlockBlob.cs(1250,52): error CS1061: 'SyncMemoryStream' does not contain a definition for 'GetBuffer' and no extension method 'GetBuffer' accepting a first argument of type 'SyncMemoryStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlockBlob.cs(2264,31): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlockBlob.cs(2304,31): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudPageBlob.cs(2388,31): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(62,59): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(66,59): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(67,54): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(68,55): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(69,56): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpResponseParsers.cs(84,51): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(168,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(168,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(172,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(183,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(188,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(193,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(269,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(269,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(332,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(368,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(368,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(413,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(413,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(466,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(466,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(508,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(537,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(599,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(650,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(650,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(696,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(696,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(778,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(778,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(814,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(814,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(863,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(863,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(905,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(905,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(945,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(945,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(984,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(984,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1024,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1024,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/BlobHttpWebRequestFactory.cs(1076,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(84,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(88,112): error CS1501: No overload for method 'ToLower' takes 1 arguments
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(119,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(149,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(179,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(209,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(255,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(255,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(340,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(340,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(368,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(399,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(525,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/Protocol/ContainerHttpWebRequestFactory.cs(525,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptedWriteStream.cs(221,38): error CS1061: 'CryptoStream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'CryptoStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptedWriteStream.cs(230,31): error CS1061: 'CryptoStream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'CryptoStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(120,45): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(123,61): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(123,44): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(127,34): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(129,57): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(129,48): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(141,32): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(141,75): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(216,20): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(216,63): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(230,61): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(230,52): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/BlobEncryptionPolicy.cs(231,76): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Blob/CloudBlobSharedImpl.cs(122,46): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Logger.cs(34,13): error CS0103: The name 'AppDomain' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Logger.cs(35,13): error CS0103: The name 'AppDomain' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(477,70): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(484,43): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/MultiBufferMemoryStream.cs(520,39): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(169,43): error CS1061: 'Stream' does not contain a definition for 'BeginRead' and no extension method 'BeginRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(180,39): error CS1061: 'Stream' does not contain a definition for 'EndRead' and no extension method 'EndRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(229,39): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/TruncatingNonCloseableStream.cs(238,32): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(81,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(82,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(84,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(91,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(92,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(93,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(94,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyCanonicalizer.cs(95,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyLiteCanonicalizer.cs(80,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Auth/SharedKeyTableCanonicalizer.cs(80,76): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Executor/ExecutionState.cs(316,73): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(270,99): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(272,24): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(275,44): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(277,38): error CS0103: The name 'WebExceptionStatus' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(680,52): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(683,32): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(686,52): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/Executor.cs(688,46): error CS0103: The name 'WebExceptionStatus' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(532,25): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(534,20): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(537,25): error CS0246: The type or namespace name 'HttpWebResponse' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(562,55): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(564,83): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(596,50): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Executor/TableExecutor.cs(598,59): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(163,36): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(194,80): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/AuthenticationUtility.cs(224,61): error CS0117: 'StringComparer' does not contain a definition for 'Create'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/MD5Wrapper.cs(87,27): error CS1061: 'MD5' does not contain a definition for 'TransformBlock' and no extension method 'TransformBlock' accepting a first argument of type 'MD5' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/MD5Wrapper.cs(108,23): error CS1061: 'MD5' does not contain a definition for 'TransformFinalBlock' and no extension method 'TransformFinalBlock' accepting a first argument of type 'MD5' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/MD5Wrapper.cs(109,53): error CS1061: 'MD5' does not contain a definition for 'Hash' and no extension method 'Hash' accepting a first argument of type 'MD5' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/StreamExtensions.cs(124,61): error CS1061: 'Stream' does not contain a definition for 'BeginRead' and no extension method 'BeginRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/StreamExtensions.cs(124,46): error CS1061: 'Stream' does not contain a definition for 'EndRead' and no extension method 'EndRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Core/Util/StreamExtensions.cs(181,36): error CS1061: 'ManualResetEvent' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'ManualResetEvent' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/AsyncStreamCopier.cs(164,37): error CS1061: 'ManualResetEvent' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'ManualResetEvent' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/AsyncStreamCopier.cs(254,47): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/AsyncStreamCopier.cs(268,45): error CS1061: 'Stream' does not contain a definition for 'BeginRead' and no extension method 'BeginRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/AsyncStreamCopier.cs(451,43): error CS1061: 'Stream' does not contain a definition for 'EndRead' and no extension method 'EndRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/AsyncStreamCopier.cs(463,23): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/StorageCommandAsyncResult.cs(126,41): error CS1061: 'ManualResetEvent' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'ManualResetEvent' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/StorageCommandAsyncResult.cs(147,27): error CS1061: 'ManualResetEvent' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'ManualResetEvent' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/Util/StorageCommandAsyncResult.cs(185,20): error CS0117: 'Thread' does not contain a definition for 'MemoryBarrier'
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/BlobDecryptStream.cs(183,35): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/BlobDecryptStream.cs(197,35): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/BlobDecryptStream.cs(222,39): error CS1061: 'Stream' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(124,32): error CS1061: 'Stream' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(138,39): error CS1061: 'Stream' does not contain a definition for 'BeginRead' and no extension method 'BeginRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(148,43): error CS1061: 'Stream' does not contain a definition for 'EndRead' and no extension method 'EndRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(164,51): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/ByteCountingStream.cs(175,32): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(142,39): error CS1061: 'Stream' does not contain a definition for 'BeginRead' and no extension method 'BeginRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(147,39): error CS1061: 'Stream' does not contain a definition for 'EndRead' and no extension method 'EndRead' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(205,36): error CS1061: 'Stream' does not contain a definition for 'BeginWrite' and no extension method 'BeginWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Core/LengthLimitingStream.cs(219,36): error CS1061: 'Stream' does not contain a definition for 'EndWrite' and no extension method 'EndWrite' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(833,47): error CS1061: 'SyncMemoryStream' does not contain a definition for 'GetBuffer' and no extension method 'GetBuffer' accepting a first argument of type 'SyncMemoryStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(890,52): error CS1061: 'SyncMemoryStream' does not contain a definition for 'GetBuffer' and no extension method 'GetBuffer' accepting a first argument of type 'SyncMemoryStream' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(3622,46): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/CloudFile.cs(3903,31): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(61,59): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(65,59): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(66,54): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(67,55): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(68,56): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpResponseParsers.cs(71,51): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(57,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(74,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(106,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/DirectoryHttpWebRequestFactory.cs(106,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(48,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(48,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(52,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(63,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(68,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(73,33): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(101,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(117,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(154,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(208,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(208,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(231,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(231,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(262,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(262,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(281,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(281,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(297,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(327,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(356,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/FileHttpWebRequestFactory.cs(356,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(58,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(75,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(92,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(109,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(173,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/File/Protocol/ShareHttpWebRequestFactory.cs(173,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(174,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(200,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(226,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(252,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(329,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(329,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(355,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(381,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(423,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(423,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(458,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(458,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(489,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(528,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(528,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(561,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/Protocol/QueueHttpWebRequestFactory.cs(561,77): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(83,20): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(83,57): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(91,61): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(91,52): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(92,76): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(145,45): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(148,61): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(148,44): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(152,34): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(154,57): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(154,48): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(166,32): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Queue/QueueEncryptionPolicy.cs(166,69): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/Constants.cs(750,119): error CS0117: 'Environment' does not contain a definition for 'Version'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/Constants.cs(750,140): error CS0117: 'Environment' does not contain a definition for 'OSVersion'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/Constants.cs(750,172): error CS0117: 'Environment' does not contain a definition for 'OSVersion'
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpResponseParsers.cs(45,37): error CS0103: The name 'HttpResponseHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/ResponseParsingBase.cs(151,33): error CS1061: 'XmlReader' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'XmlReader' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Shared/Protocol/ResponseParsingBase.cs(201,25): error CS1061: 'XmlReader' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'XmlReader' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(63,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(63,54): error CS0103: The name 'WebRequest' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(63,39): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(70,31): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(106,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(106,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(128,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(128,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(155,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(155,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(175,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(175,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(197,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(197,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(219,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(219,55): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(267,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(292,37): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(316,37): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/HttpWebRequestFactory.cs(340,37): error CS0103: The name 'WebRequestMethods' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(126,37): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(131,37): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Shared/Protocol/WebRequestExtensions.cs(147,37): error CS0103: The name 'HttpRequestHeader' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableBatchOperation.cs(129,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableEntity.cs(318,31): error CS0117: 'Attribute' does not contain a definition for 'IsDefined'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableEntity.cs(375,27): error CS0117: 'Attribute' does not contain a definition for 'IsDefined'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableEntity.cs(585,31): error CS0117: 'Attribute' does not contain a definition for 'IsDefined'
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableOperation.cs(127,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableOperation.cs(165,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableOperation.cs(186,23): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableQuery.cs(56,34): error CS1061: 'Type' does not contain a definition for 'GetInterface' and no extension method 'GetInterface' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableQuery.cs(61,34): error CS1061: 'Type' does not contain a definition for 'GetConstructor' and no extension method 'GetConstructor' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/TableQueryProvider.cs(53,44): error CS1501: No overload for method 'GetConstructor' takes 4 arguments
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(34,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(44,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(52,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(116,34): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(119,30): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(124,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableOperationHttpRequestFactory.cs(203,30): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/Protocol/TableUtilities.cs(53,49): error CS0246: The type or namespace name 'WebException' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ClientConvert.cs(201,171): error CS0117: 'BindingFlags' does not contain a definition for 'InvokeMethod'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ClientConvert.cs(202,58): error CS1061: 'Type' does not contain a definition for 'InvokeMember' and no extension method 'InvokeMember' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ClientConvert.cs(478,80): error CS1061: 'Type' does not contain a definition for 'Assembly' and no extension method 'Assembly' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ClientConvert.cs(478,48): error CS0117: 'AssemblyName' does not contain a definition for 'ReferenceMatchesDefinition'
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/Common.cs(43,22): error CS1061: 'Type' does not contain a definition for 'IsGenericType' and no extension method 'IsGenericType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/Common.cs(48,45): error CS1061: 'Type' does not contain a definition for 'IsAssignableFrom' and no extension method 'IsAssignableFrom' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/Common.cs(59,22): error CS1061: 'Type' does not contain a definition for 'GetInterface' and no extension method 'GetInterface' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ExpressionWriter.cs(215,68): error CS1061: 'Type' does not contain a definition for 'IsGenericType' and no extension method 'IsGenericType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/InputBinder.cs(76,51): error CS0103: The name 'MemberTypes' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/InputBinder.cs(76,37): error CS1061: 'MemberInfo' does not contain a definition for 'MemberType' and no extension method 'MemberType' accepting a first argument of type 'MemberInfo' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/InputReferenceExpression.cs(30,15): error CS1729: 'Expression' does not contain a constructor that takes 2 arguments
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ProjectionRewriter.cs(55,40): error CS1061: 'Type' does not contain a definition for 'GetProperties' and no extension method 'GetProperties' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/QueryOptionExpression.cs(27,78): error CS1729: 'Expression' does not contain a constructor that takes 2 arguments
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ReferenceEqualityComparer.cs(109,45): error CS1061: 'Type' does not contain a definition for 'IsValueType' and no extension method 'IsValueType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ReflectionUtil.cs(464,22): error CS1061: 'Type' does not contain a definition for 'IsGenericType' and no extension method 'IsGenericType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceBinder.cs(832,45): error CS0103: The name 'MemberTypes' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceBinder.cs(832,31): error CS1061: 'MemberInfo' does not contain a definition for 'MemberType' and no extension method 'MemberType' accepting a first argument of type 'MemberInfo' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceBinder.cs(988,29): error CS1061: 'Type' does not contain a definition for 'BaseType' and no extension method 'BaseType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceBinder.cs(1016,46): error CS0103: The name 'MemberTypes' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceBinder.cs(1016,32): error CS1061: 'MemberInfo' does not contain a definition for 'MemberType' and no extension method 'MemberType' accepting a first argument of type 'MemberInfo' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/ResourceExpression.cs(57,15): error CS1729: 'Expression' does not contain a constructor that takes 2 arguments
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(59,58): error CS1501: No overload for method 'GetMethod' takes 3 arguments
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(199,35): error CS1061: 'Type' does not contain a definition for 'Assembly' and no extension method 'Assembly' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(242,25): error CS1061: 'Type' does not contain a definition for 'IsGenericType' and no extension method 'IsGenericType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(267,25): error CS1061: 'Type' does not contain a definition for 'BaseType' and no extension method 'BaseType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(267,53): error CS1061: 'Type' does not contain a definition for 'BaseType' and no extension method 'BaseType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/Common/Table/Queryable/TypeSystem.cs(269,48): error CS1061: 'Type' does not contain a definition for 'BaseType' and no extension method 'BaseType' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(83,20): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(83,57): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(85,24): error CS0246: The type or namespace name 'SHA256CryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(85,65): error CS0246: The type or namespace name 'SHA256CryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(95,65): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(95,56): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(96,80): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(202,45): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(205,61): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(205,44): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(209,34): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(211,57): error CS0012: The type 'IDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(211,48): error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(225,32): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(225,69): error CS0246: The type or namespace name 'AesCryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(227,36): error CS0246: The type or namespace name 'SHA256CryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/TableEncryptionPolicy.cs(227,77): error CS0246: The type or namespace name 'SHA256CryptoServiceProvider' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(139,13): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(139,40): error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=3.9.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(139,51): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(168,17): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(168,45): error CS0103: The name 'WebRequest' does not exist in the current context
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(168,82): error CS0246: The type or namespace name 'HttpWebRequest' could not be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(170,19): error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=3.9.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(407,22): error CS1061: 'TableServiceContext' does not contain a definition for 'Timeout' and no extension method 'Timeout' accepting a first argument of type 'TableServiceContext' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceContext.cs(410,42): error CS1061: 'TableServiceContext' does not contain a definition for 'SaveChanges' and no extension method 'SaveChanges' accepting a first argument of type 'TableServiceContext' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Table/DataServices/TableServiceQuery.cs(294,42): error CS1061: 'DataServiceQuery<TElement>' does not contain a definition for 'Execute' and no extension method 'Execute' accepting a first argument of type 'DataServiceQuery<TElement>' could be found (are you missing a using directive or an assembly reference?)
/home/mark/cloudlens/azure-storage-net/Lib/ClassLibraryCommon/Analytics/LogRecordStreamReader.cs(461,29): error CS1061: 'StreamReader' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'StreamReader' could be found (are you missing a using directive or an assembly reference?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment