botbuilder-python
botbuilder-python copied to clipboard
port: Removes deprecated packages (#6012)
The changes in Removes deprecated packages (#6012) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #5999 Fixes #5982Libraries removed:
- "integration\Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi\Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi.csproj"
- "integration\Microsoft.Bot.Builder.Integration.AspNet.WebApi\Microsoft.Bot.Builder.Integration.AspNet.WebApi.csproj"
- "Microsoft.Bot.Builder.Azure.Queues\Microsoft.Bot.Builder.Azure.Queues.csproj"
- "Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime\Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime.csproj"
- "Microsoft.Bot.Builder.Dialogs.Debugging\Microsoft.Bot.Builder.Dialogs.Debugging.csproj"
- "Microsoft.Bot.Builder.TemplateManager\Microsoft.Bot.Builder.TemplateManager.csproj"
- "Microsoft.Bot.Configuration\Microsoft.Bot.Configuration.csproj"
- "Parsers\Microsoft.Bot.Builder.Parsers.LU\Microsoft.Bot.Builder.Parsers.LU.csproj"
Test projects removed
- "tests\Auth\bot-authentication\AuthenticationBot.csproj"
- "tests\AdatpiveExpressionsTests.csproj"
- "tests\integration\Microsoft.Bot.ApplicationInsights.WebApi.Tests\Microsoft.Bot.ApplicationInsights.WebApi.Tests.csproj"
- "tests\integration\Microsoft.Bot.Builder.Integration.AspNet.WebApi.Tests\Microsoft.Bot.Builder.Integration.AspNet.WebApi.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Profiling\Microsoft.Bot.Builder.Dialogs.Adaptive.Profiling.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime.Tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.Tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Tests\Microsoft.Bot.Builder.Dialogs.Adaptive.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Debugging.Tests\Microsoft.Bot.Builder.Dialogs.Debugging.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Declarative.Tests\Microsoft.Bot.Builder.Dialogs.Declarative.Tests.csproj"
- "tests\Microsoft.Bot.Builder.Dialogs.Flow.Tests\Microsoft.Bot.Builder.Dialogs.Flow.Tests.csproj"
- "tests\Microsoft.Bot.Builder.TemplateManager\Microsoft.Bot.Builder.TemplateManager.Tests.csproj"
- "tests\Microsoft.Bot.Builder.TestBot.Json\Microsoft.Bot.Builder.TestBot.Json.csproj"
- "tests\Microsoft.Bot.Builder.TestBot.WebApi\Microsoft.Bot.Builder.TestBot.WebApi.csproj"
- "tests\Microsoft.Bot.Configuration.Tests\Microsoft.Bot.Configuration.Tests.csproj"
- "tests\Microsoft.Bot.Connector.Streaming.Perf\Microsoft.Bot.Connector.Streaming.Perf.csproj"
- "tests\Microsoft.Bot.Connector.Streaming.Tests.Server\Microsoft.Bot.Connector.Streaming.Tests.Server.csproj"
- "tests\Parsers\Microsoft.Bot.Builder.Parsers.LU.Tests\Microsoft.Bot.Builder.Parsers.LU.Tests.csproj"
Key code changes neede after removal:
- Removed deprecated code from Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.ServiceCollectionExtensions and updated related tests\Auth\bot-authentication\AuthenticationBot
- Removed deprecated code from Microsoft.Bot.Builder.AI.Luis.LuisApplication and updated related tests
- Removed deprecated code from Microsoft.Bot.Builder.AI.Luis.LuisRecognizer and updated related tests
- updated PR yamls and removed projects from there
Please review and, if necessary, port the changes.