diff --git a/runtime/dotnet/azurefunctions/MessagesTrigger.cs b/runtime/dotnet/azurefunctions/MessagesTrigger.cs index abb88495f5..c18bc48161 100644 --- a/runtime/dotnet/azurefunctions/MessagesTrigger.cs +++ b/runtime/dotnet/azurefunctions/MessagesTrigger.cs @@ -1,12 +1,8 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Bot.Builder; -using Microsoft.Bot.Builder.Dialogs.Declarative.Resources; using Microsoft.Bot.Builder.Integration.AspNet.Core; using Microsoft.Extensions.Logging; using System; diff --git a/runtime/dotnet/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj b/runtime/dotnet/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj index 1833517fb2..dcac6c4fd0 100644 --- a/runtime/dotnet/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj +++ b/runtime/dotnet/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj @@ -13,18 +13,6 @@ - - - - - - - - - - - - diff --git a/runtime/dotnet/azurefunctions/Settings/ActivitySerializationSettings.cs b/runtime/dotnet/azurefunctions/Settings/ActivitySerializationSettings.cs index 645665ecaa..a7518e1bfd 100644 --- a/runtime/dotnet/azurefunctions/Settings/ActivitySerializationSettings.cs +++ b/runtime/dotnet/azurefunctions/Settings/ActivitySerializationSettings.cs @@ -1,11 +1,6 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.Rest.Serialization; using Newtonsoft.Json; -using System; using System.Collections.Generic; -using System.Text; namespace Microsoft.BotFramework.Composer.Functions.Settings { diff --git a/runtime/dotnet/azurefunctions/SkillsTrigger.cs b/runtime/dotnet/azurefunctions/SkillsTrigger.cs index 30528b4cf3..310012bd5f 100644 --- a/runtime/dotnet/azurefunctions/SkillsTrigger.cs +++ b/runtime/dotnet/azurefunctions/SkillsTrigger.cs @@ -1,8 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; -using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; @@ -10,9 +6,6 @@ using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Newtonsoft.Json; -using Microsoft.Bot.Builder.Integration.AspNet.Core; -using Microsoft.Bot.Builder; -using System.Web.Http; using Microsoft.Bot.Builder.Skills; using Microsoft.Bot.Schema; using Microsoft.BotFramework.Composer.Functions.Settings; diff --git a/runtime/dotnet/azurefunctions/Startup.cs b/runtime/dotnet/azurefunctions/Startup.cs index 1c6e380d6f..ca458b80ba 100644 --- a/runtime/dotnet/azurefunctions/Startup.cs +++ b/runtime/dotnet/azurefunctions/Startup.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Http; using Microsoft.Azure.Functions.Extensions.DependencyInjection; @@ -25,7 +22,6 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; -using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; diff --git a/runtime/dotnet/azurewebapp/Authorization/AllowedCallersClaimsValidator.cs b/runtime/dotnet/azurewebapp/Authorization/AllowedCallersClaimsValidator.cs index 4a5e579856..23277b0c1e 100644 --- a/runtime/dotnet/azurewebapp/Authorization/AllowedCallersClaimsValidator.cs +++ b/runtime/dotnet/azurewebapp/Authorization/AllowedCallersClaimsValidator.cs @@ -1,13 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.Bot.Connector.Authentication; using Microsoft.BotFramework.Composer.Core.Settings; -using Microsoft.Extensions.Configuration; namespace Microsoft.BotFramework.Composer.WebAppTemplates.Authorization { diff --git a/runtime/dotnet/azurewebapp/Controllers/BotController.cs b/runtime/dotnet/azurewebapp/Controllers/BotController.cs index daaba0d810..578ca23358 100644 --- a/runtime/dotnet/azurewebapp/Controllers/BotController.cs +++ b/runtime/dotnet/azurewebapp/Controllers/BotController.cs @@ -1,13 +1,6 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -// -// Generated with Bot Builder V4 SDK Template for Visual Studio EchoBot v4.3.0 - using System.Threading.Tasks; -using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Bot.Builder; -using Microsoft.Bot.Builder.Dialogs.Debugging; using Microsoft.Bot.Builder.Integration.AspNet.Core; namespace Microsoft.BotFramework.Composer.WebAppTemplates.Controllers diff --git a/runtime/dotnet/azurewebapp/Controllers/SkillController.cs b/runtime/dotnet/azurewebapp/Controllers/SkillController.cs index a8853db745..bdb8157af1 100644 --- a/runtime/dotnet/azurewebapp/Controllers/SkillController.cs +++ b/runtime/dotnet/azurewebapp/Controllers/SkillController.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; diff --git a/runtime/dotnet/azurewebapp/Microsoft.BotFramework.Composer.WebApp.csproj b/runtime/dotnet/azurewebapp/Microsoft.BotFramework.Composer.WebApp.csproj index 753cbb46cf..fa4b6f4d98 100644 --- a/runtime/dotnet/azurewebapp/Microsoft.BotFramework.Composer.WebApp.csproj +++ b/runtime/dotnet/azurewebapp/Microsoft.BotFramework.Composer.WebApp.csproj @@ -17,18 +17,6 @@ - - - - - - - - - - - - all diff --git a/runtime/dotnet/azurewebapp/Program.cs b/runtime/dotnet/azurewebapp/Program.cs index 9710f5ed28..79e5729cfa 100644 --- a/runtime/dotnet/azurewebapp/Program.cs +++ b/runtime/dotnet/azurewebapp/Program.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System.IO; using Microsoft.AspNetCore.Hosting; using Microsoft.BotFramework.Composer.Core; diff --git a/runtime/dotnet/azurewebapp/Startup.cs b/runtime/dotnet/azurewebapp/Startup.cs index 7efc2dfa65..177bc35b9b 100644 --- a/runtime/dotnet/azurewebapp/Startup.cs +++ b/runtime/dotnet/azurewebapp/Startup.cs @@ -1,13 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.IO; using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Mvc; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.AI.Luis; using Microsoft.Bot.Builder.AI.QnA; diff --git a/runtime/dotnet/core/ComposerBot.cs b/runtime/dotnet/core/ComposerBot.cs index 56133dcd7f..94bdc35b23 100644 --- a/runtime/dotnet/core/ComposerBot.cs +++ b/runtime/dotnet/core/ComposerBot.cs @@ -1,18 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Security.Claims; -using System.Security.Principal; using System.Threading; using System.Threading.Tasks; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Builder.Dialogs.Adaptive; -using Microsoft.Bot.Builder.Dialogs.Debugging; -using Microsoft.Bot.Builder.Dialogs.Declarative; using Microsoft.Bot.Builder.Dialogs.Declarative.Resources; using Microsoft.Bot.Builder.Skills; -using Microsoft.Bot.Connector.Authentication; using Microsoft.Bot.Schema; namespace Microsoft.BotFramework.Composer.Core diff --git a/runtime/dotnet/core/ComposerBotPathExtensions.cs b/runtime/dotnet/core/ComposerBotPathExtensions.cs index f2d2e953fc..690b483c0c 100644 --- a/runtime/dotnet/core/ComposerBotPathExtensions.cs +++ b/runtime/dotnet/core/ComposerBotPathExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/runtime/dotnet/core/ComposerSettingsExtensions.cs b/runtime/dotnet/core/ComposerSettingsExtensions.cs index d827eaf60b..5227167ee5 100644 --- a/runtime/dotnet/core/ComposerSettingsExtensions.cs +++ b/runtime/dotnet/core/ComposerSettingsExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; diff --git a/runtime/dotnet/core/LuisConfig.cs b/runtime/dotnet/core/LuisConfig.cs index bc2ff6c834..8b04117e63 100644 --- a/runtime/dotnet/core/LuisConfig.cs +++ b/runtime/dotnet/core/LuisConfig.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System.Collections.Generic; namespace Microsoft.BotFramework.Composer.Core diff --git a/runtime/dotnet/core/Microsoft.BotFramework.Composer.Core.csproj b/runtime/dotnet/core/Microsoft.BotFramework.Composer.Core.csproj index 2938d435a6..3b695f12f4 100644 --- a/runtime/dotnet/core/Microsoft.BotFramework.Composer.Core.csproj +++ b/runtime/dotnet/core/Microsoft.BotFramework.Composer.Core.csproj @@ -15,18 +15,16 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/runtime/dotnet/core/SkillConversationIdFactory.cs b/runtime/dotnet/core/SkillConversationIdFactory.cs index dd4a5ed612..87b6a8b8f6 100644 --- a/runtime/dotnet/core/SkillConversationIdFactory.cs +++ b/runtime/dotnet/core/SkillConversationIdFactory.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.Linq; diff --git a/runtime/dotnet/customaction/CustomActionComponentRegistration.cs b/runtime/dotnet/customaction/CustomActionComponentRegistration.cs index f718a65030..978c003d97 100644 --- a/runtime/dotnet/customaction/CustomActionComponentRegistration.cs +++ b/runtime/dotnet/customaction/CustomActionComponentRegistration.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Dialogs.Debugging; using Microsoft.Bot.Builder.Dialogs.Declarative; @@ -23,4 +20,4 @@ public IEnumerable GetConverters(ResourceExplorer resourceExplore yield break; } } -} \ No newline at end of file +} diff --git a/runtime/dotnet/tests/ActionsTests.cs b/runtime/dotnet/tests/ActionsTests.cs index 9f872c271c..c869389fc7 100644 --- a/runtime/dotnet/tests/ActionsTests.cs +++ b/runtime/dotnet/tests/ActionsTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.IO; diff --git a/runtime/dotnet/tests/AllowedCallersClaimsValidationTests.cs b/runtime/dotnet/tests/AllowedCallersClaimsValidationTests.cs index 1090aa469c..6e71e319b7 100644 --- a/runtime/dotnet/tests/AllowedCallersClaimsValidationTests.cs +++ b/runtime/dotnet/tests/AllowedCallersClaimsValidationTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.Security.Claims; diff --git a/runtime/dotnet/tests/ControllingConversationTests.cs b/runtime/dotnet/tests/ControllingConversationTests.cs index 481f92058e..fab0bdcf7d 100644 --- a/runtime/dotnet/tests/ControllingConversationTests.cs +++ b/runtime/dotnet/tests/ControllingConversationTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.IO; diff --git a/runtime/dotnet/tests/InputsTests.cs b/runtime/dotnet/tests/InputsTests.cs index 9e87d51020..68e49b4159 100644 --- a/runtime/dotnet/tests/InputsTests.cs +++ b/runtime/dotnet/tests/InputsTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.IO; diff --git a/runtime/dotnet/tests/MessageTests.cs b/runtime/dotnet/tests/MessageTests.cs index 48e07a8d88..0c2cd2a8b4 100644 --- a/runtime/dotnet/tests/MessageTests.cs +++ b/runtime/dotnet/tests/MessageTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.IO; diff --git a/runtime/dotnet/tests/SkillConversationIdFactoryTests.cs b/runtime/dotnet/tests/SkillConversationIdFactoryTests.cs index 2bbc8aaedd..65ab1e9b4a 100644 --- a/runtime/dotnet/tests/SkillConversationIdFactoryTests.cs +++ b/runtime/dotnet/tests/SkillConversationIdFactoryTests.cs @@ -1,20 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using Microsoft.Bot.Builder; -using Microsoft.Bot.Builder.Adapters; -using Microsoft.Bot.Builder.Dialogs; -using Microsoft.Bot.Builder.Dialogs.Adaptive; -using Microsoft.Bot.Builder.Dialogs.Declarative; -using Microsoft.Bot.Builder.Dialogs.Declarative.Resources; using Microsoft.Bot.Builder.Skills; using Microsoft.Bot.Connector.Authentication; using Microsoft.Bot.Schema; using Microsoft.BotFramework.Composer.Core; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; -using System.Collections.Generic; -using System.IO; using System.Security.Claims; using System.Threading; using System.Threading.Tasks; diff --git a/runtime/dotnet/tests/ToDoBotTests.cs b/runtime/dotnet/tests/ToDoBotTests.cs index 471b688be2..6f2bc4f186 100644 --- a/runtime/dotnet/tests/ToDoBotTests.cs +++ b/runtime/dotnet/tests/ToDoBotTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - using System; using System.Collections.Generic; using System.IO;