Commit 58fd8f25 authored by Jason Williams's avatar Jason Williams
Browse files

Fix up some StyleCop errors

parent 555f368a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
// </copyright>
//----------------------------------------------------------------------------------------------

using Microsoft.Tools.WindowsDevicePortal.Tests;
using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Tools.WindowsDevicePortal.Tests;

namespace Microsoft.Tools.WindowsDevicePortal
{
    /// <content>
    /// .net 4.x implementation of App Deployment methods.
    /// MOCK implementation of App Deployment methods.
    /// </content>
    public partial class DevicePortal
    {
+2 −3
Original line number Diff line number Diff line
@@ -4,16 +4,15 @@
// </copyright>
//----------------------------------------------------------------------------------------------

using Microsoft.Tools.WindowsDevicePortal.Tests;
using System;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using Microsoft.Tools.WindowsDevicePortal.Tests;

namespace Microsoft.Tools.WindowsDevicePortal
{
    /// <content>
    /// .net 4.x implementation of HTTP Delete
    /// MOCK implementation of HTTP Delete
    /// </content>
    public partial class DevicePortal
    {
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
// </copyright>
//----------------------------------------------------------------------------------------------

using Microsoft.Tools.WindowsDevicePortal.Tests;
using System;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Tools.WindowsDevicePortal.Tests;

namespace Microsoft.Tools.WindowsDevicePortal
{
    /// <content>
    /// .net 4.x implementation of HTTP Get
    /// MOCK implementation of HTTP Get
    /// </content>
    public partial class DevicePortal
    {
+2 −2
Original line number Diff line number Diff line
@@ -4,15 +4,15 @@
// </copyright>
//----------------------------------------------------------------------------------------------

using Microsoft.Tools.WindowsDevicePortal.Tests;
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Tools.WindowsDevicePortal.Tests;

namespace Microsoft.Tools.WindowsDevicePortal
{
    /// <content>
    /// .net 4.x implementation of HTTP Post
    /// MOCK implementation of HTTP Post
    /// </content>
    public partial class DevicePortal
    {
+2 −2
Original line number Diff line number Diff line
@@ -4,15 +4,15 @@
// </copyright>
//----------------------------------------------------------------------------------------------

using Microsoft.Tools.WindowsDevicePortal.Tests;
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Tools.WindowsDevicePortal.Tests;

namespace Microsoft.Tools.WindowsDevicePortal
{
    /// <content>
    /// HTTP PUT Wrapper
    /// MOCK implementation of HTTP PUT
    /// </content>
    public partial class DevicePortal
    {
Loading