Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused namespaces. #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
namespace Microsoft.Bot.Connector.Teams
{
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Net;
Expand All @@ -45,8 +44,6 @@ namespace Microsoft.Bot.Connector.Teams
using System.Threading.Tasks;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Models;
using Newtonsoft.Json.Linq;

/// <summary>
/// Filters request based on Tenant Id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
namespace Microsoft.Bot.Connector
{
using System.Collections.Generic;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Teams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ namespace Microsoft.Bot.Connector.Teams
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Bot.Connector.Teams.Models;
using Microsoft.Rest;
using Newtonsoft.Json.Linq;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ namespace Microsoft.Bot.Connector.Teams.SampleBot.Shared
using System.Text;
using System.Threading.Tasks;
using Microsoft.Bot.Connector.Teams.Models;
using Microsoft.Bot.Connector.Teams.SampleBot.Controllers;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,11 @@
namespace Microsoft.Bot.Connector.Teams.SampleBot.Controllers
{
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.Description;
using Autofac;
using Builder.Dialogs;
using Builder.Dialogs.Internals;
using Microsoft.Bot.Connector.Teams.SampleBot.Shared;
using Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Polly;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@
namespace Microsoft.Bot.Connector.Teams.Tests
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Bot.Connector.Teams.Models;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

/// <summary>
/// Connector extension tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Microsoft.Bot.Connector.Teams.Tests
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using Rest;

/// <summary>
/// @Mention tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
namespace Microsoft.Bot.Connector.Teams.Tests
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace Microsoft.Bot.Connector.Teams.Tests
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Bot.Connector.Teams.Models;
using Microsoft.Rest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
namespace Microsoft.Bot.Connector.Teams.Tests
{
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down