* Update test projects to .NET8
* Update test bots to .NET8
* Update CI yamls to .NET8
* Apply feedback
* keep support for netcoreapp3.1
* fix pipeline task name
* separate target framework conditionals
* add missing task to pipeline
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
* Update test projects to target .net6
* Update test bots to target .net6
* Update CI pipelines to target .net6
* Remove old vmImage from comments & fix Webex test
* Remove multitarget from FunctionalTests project
* Change target framework in FunctionalTests project
* Apply feedback for NET6 exceptions and tests
* Fix Serialization error in LogActivityAsync
* Upgrade named pipes to use new streaming library.
* Corrected failing unit test: CanContinueConversationOverWebSocket where the Moq couldn't find a default constructor for StreamingConnection class.
* Fix legacy adapter.
* Named Pipe test.
* Fix flaky tests.
* Remove implicit dependencies.
* Fix Keep_alive test.
* minor test fix.
Co-authored-by: Lee Parrish <30470292+LeeParrishMSFT@users.noreply.github.com>
* Add an addition wait to fix race in Web socket connect test
* suppress exception on deserailize that prematurely closed the connection - another race
* Streaming: Return BadRequest if an Activity is not present
* Nullcheck callerid in GetAudienceFromCallerId
* Await the ReadToEndAsync within ReadBodyAsStringAsync
* suppressing warnings
* reverting async
* Revert "reverting async"
This reverts commit 7675775d69.
* suppressing await warning
* Removed explicit ref to json 10.x from AppInsightsWebApi to avoid version warnings.
Updated Twilio.TestBot to target only netcoreapp3.1, removed reference to Microsoft.AspNetCore.App and avoided warning
Removed unused variable from OAuthPromptTests.cs
Updated NamedPipesTest to capture the task returned by ConnectAsync.
Removed Razore references from TestProtocol to avoid warning.
Added TreatWarningsAsErrors to the Directory.Build.props for tests so we keep things clean going forward
* Consolidated some nuget packages to see if that addresses some msbuild warnings.
* Added explicit ref to Config on test project to see if that fixes warning
* Added explicit packages to see if we can avoid warnings
* Added explicit reference to solve build warnings.
Consolidated assembly versions
* Added explicit assembly reference to solve build warning
* Updated httpheaders version in streaming and removed explicit refs from other projects.
* Changed headers to 2.1.14
* Added explicit ref for headers to Adaptive.Profiling
* Added explicit ref
* More explicit refs for Http.Headers
* One more explicit ref to http headers
* Added explicit version for Http.Headers to all web projects
* Removed all explicit references to http.headers
* Removed Http.Headers from functional tests
* Set the build log to detailed to see if I can narrow down the issue.
* Trying lout explicit ref for Microsoft.Net.Http.Headers in ApsNet.Core
* Cleanup: Removed detailed parameter from yaml
Cleamup: reverted steam to use the lowest version of httpheaders and also lowered the version in Integration.AspNet.Core
Added explicit versions for Microsoft.Net.Http.Headers to FunctionalTests
* Lowered headers version to match streaming
* Added 3.1 targets for Slack and Webex adapters.
Added explicit Microsoft.AspNetCore.App to Functional tests
* Cleanup: reverted some changes that don't seem to be needed
* Changed TestFrameworks to TestFramework for the project that only target one framework.
Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
* update build yaml
- remove unnecessary install of net core specifics
- add maximunCpuCount: true variable to build resources in parallel
* update yaml to split tests for netcore 21 and 31
* update ci test steps to target netcore 21 or 31
* change artifact name to use
* update target framework to be set with variable for tests
* fix properties indentation
* fix indentation properties for schema csproj
* add missing space in comment
Co-authored-by: Santiago Grangetto <santiagograngetto@gmail.com>
* Added netcoreapp3.0 to the target framerworks list and conditional compilation options.
* Touched to force build
* Added or for netcoreapp2.1
* Changed condition to see if the build server likes it
* Moved some nuget packages in conditional sections based on target framework
* Update web project to not include AspNetCore.App if it is framework 3.0
* Added explicit reference to aspnetcoreapp for 3.0
* Added explicit ref to 3.0
* Added explicti references to Microsoft.AspNetCore.App for .net core 3.0
* More explicit refs for 3.0
* Updated TestBot to support 3.0.
Added UserSecretsId property to other web projects to make it easier to test locally without exposing secrets in git.