Merge pull request #19 from Microsoft/johtaylo/copyright
added copyright header and removed unused usings
This commit is contained in:
Коммит
8826d43fa1
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Text.RegularExpressions;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
public partial class Attachment : IEquatable<Attachment>
|
||||
{
|
||||
public bool Equals(Attachment other)
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
// Code generated by Microsoft (R) AutoRest Code Generator 0.13.0.0
|
||||
// Changes may cause incorrect behavior and will be lost if the code is
|
||||
// regenerated.
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Rest;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Microsoft.Rest;
|
||||
|
||||
public partial class Attachments
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Security.Claims;
|
||||
using System.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System.Security.Claims;
|
||||
using System.Linq;
|
||||
|
||||
public static class ClaimsIdentityEx
|
||||
{
|
||||
public const string AppPasswordClaim = "appPassword";
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Reflection;
|
||||
|
||||
using Microsoft.Rest;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Rest;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Rest;
|
||||
|
||||
|
||||
public static partial class ConversationsExtensions
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#if !NET45
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#if !NET45
|
||||
using Microsoft.Extensions.Configuration;
|
||||
#endif
|
||||
using System;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
using Newtonsoft.Json;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
|
@ -1,158 +0,0 @@
|
|||
using Microsoft.Rest;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
public static class ErrorHandling
|
||||
{
|
||||
//public static async Task HandleErrorAsync(this HttpOperationResponse<object> result)
|
||||
//{
|
||||
// if (!result.Response.IsSuccessStatusCode)
|
||||
// {
|
||||
// ErrorResponse errorMessage = result.Body as ErrorResponse;
|
||||
|
||||
// string _requestContent = null;
|
||||
// if (result.Request != null && result.Request.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _requestContent = await result.Request.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// //result.Request.Content is disposed.
|
||||
// _requestContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// string _responseContent = null;
|
||||
// if (result.Response != null && result.Response.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _responseContent = await result.Response.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// _responseContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// throw new HttpOperationException(String.IsNullOrEmpty(errorMessage?.Error?.Message) ? result.Response.ReasonPhrase : errorMessage?.Error?.Message)
|
||||
// {
|
||||
// Request = new HttpRequestMessageWrapper(result.Request, _requestContent),
|
||||
// Response = new HttpResponseMessageWrapper(result.Response, _responseContent),
|
||||
// Body = result.Body
|
||||
// };
|
||||
// }
|
||||
//}
|
||||
|
||||
//public static async Task<ErrorResponse> HandleErrorAsync(this HttpOperationResponse<ErrorResponse> result)
|
||||
//{
|
||||
// if (!result.Response.IsSuccessStatusCode)
|
||||
// {
|
||||
// ErrorResponse errorMessage = result.Body as ErrorResponse;
|
||||
|
||||
// string _requestContent = null;
|
||||
// if (result.Request != null && result.Request.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _requestContent = await result.Request.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// //result.Request.Content is disposed.
|
||||
// _requestContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// string _responseContent = null;
|
||||
// if (result.Response != null && result.Response.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _responseContent = await result.Response.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// _responseContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// throw new HttpOperationException(String.IsNullOrEmpty(errorMessage?.Error?.Message) ? result.Response.ReasonPhrase : errorMessage?.Error?.Message)
|
||||
// {
|
||||
// Request = new HttpRequestMessageWrapper(result.Request, _requestContent),
|
||||
// Response = new HttpResponseMessageWrapper(result.Response, _responseContent),
|
||||
// Body = result.Body
|
||||
// };
|
||||
// }
|
||||
// return result.Body;
|
||||
//}
|
||||
|
||||
//public static async Task<ObjectT> HandleErrorAsync<ObjectT>(this HttpOperationResponse<object> result)
|
||||
//{
|
||||
// if (!result.Response.IsSuccessStatusCode)
|
||||
// {
|
||||
// ErrorResponse errorMessage = result.Body as ErrorResponse;
|
||||
|
||||
// string _requestContent = null;
|
||||
// if (result.Request != null && result.Request.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _requestContent = await result.Request.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// //result.Request.Content is disposed.
|
||||
// _requestContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// string _responseContent = null;
|
||||
// if (result.Response != null && result.Response.Content != null)
|
||||
// {
|
||||
// try
|
||||
// {
|
||||
// _responseContent = await result.Response.Content.ReadAsStringAsync().ConfigureAwait(false);
|
||||
// }
|
||||
// catch (ObjectDisposedException)
|
||||
// {
|
||||
// _responseContent = null;
|
||||
// }
|
||||
// }
|
||||
|
||||
// throw new HttpOperationException(String.IsNullOrEmpty(errorMessage?.Error?.Message) ? result.Response.ReasonPhrase : errorMessage?.Error?.Message)
|
||||
// {
|
||||
// Request = new HttpRequestMessageWrapper(result.Request, _requestContent),
|
||||
// Response = new HttpResponseMessageWrapper(result.Response, _responseContent),
|
||||
// Body = result.Body
|
||||
// };
|
||||
// }
|
||||
|
||||
// if (result.Body is ObjectT)
|
||||
// return (ObjectT)result.Body;
|
||||
|
||||
// if (typeof(ObjectT).IsArray)
|
||||
// {
|
||||
// IList list = (IList)result.Body;
|
||||
// if (list == null)
|
||||
// {
|
||||
// return default(ObjectT);
|
||||
// }
|
||||
// IList array = (IList)Array.CreateInstance(typeof(ObjectT).GetElementType(), list.Count);
|
||||
// int i = 0;
|
||||
// foreach (var el in list)
|
||||
// array[i++] = el;
|
||||
// return (ObjectT)array;
|
||||
// }
|
||||
// return (ObjectT)result.Body;
|
||||
//}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
/// <summary>
|
||||
/// Configuration for JWT tokens
|
||||
/// </summary>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
/// <summary>
|
||||
/// Names for invocable operations in the payment callback protocol
|
||||
/// </summary>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
namespace Microsoft.Bot.Connector
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
public partial class PaymentRequest
|
||||
{
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
namespace Microsoft.Bot.Connector
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
/// <summary>
|
||||
/// Different shipping types. See http://www.w3.org/TR/payment-request/#dom-paymentoptions-shippingtype for more information.
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class SigninCard
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Microsoft.Bot.Connector
|
||||
{
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
namespace Connector.Tests
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Connector.Tests
|
||||
{
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
|
@ -7,7 +10,6 @@
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Bot.Connector;
|
||||
|
||||
using Microsoft.Azure.Test.HttpRecorder;
|
||||
using Microsoft.Rest;
|
||||
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
namespace Connector.Tests
|
||||
{
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Bot.Connector;
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
namespace Connector.Tests
|
||||
{
|
||||
using Microsoft.Bot.Connector;
|
||||
using Microsoft.Rest;
|
||||
using Xunit;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче