Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.AdaptiveExpressions.Core directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.AI.LUIS directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.AI.QnA directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Azure.Blobs directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Azure.Queues directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Dialogs.Adaptive directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/integration/Microsoft.Bot.Builder.Integration.ApplicationInsights.Core directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core directory: System.Text.Json.
Bumps the nuget group with 1 update in the /tests/Microsoft.Bot.Connector.Streaming.Tests.Client directory: System.Text.Json.
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
Updates `System.Text.Json` from 8.0.4 to 8.0.5
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
- dependency-name: System.Text.Json
dependency-type: direct:production
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* AdaptiveExpressions on STJ and AOT compatible
* Undo copy of Converters
* Move to netstandard2.1 to get newer string overloads
* Restore the .sln header
* Fix possible project config issue for pipelines
* Revert "Move to netstandard2.1 to get newer string overloads"
This reverts commit 72a11acfb3.
* Improve JsonNodeMemory for adaptive cards templating scenario
* Make some AOT quality of life improvements
* Use UnconditionalSuppressMessage instead; fix some trim warnings
* Rename to Microsoft.AdaptiveExpressions.Core
* Change TargetFramework to net8.0 so that the AOT tests run
* Fix package name
* CR feedback
* 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>
* Added messages for all UnauthorizedAccessException
* Adjust unit tests for changes in UnauthorizedAccessException messages
---------
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
* Skip endorsement check based on explicit token validation
* fix styles
* Fixed failing test which now expects an Unauthorized exception
---------
Co-authored-by: Rakesh <rachandran@microsoft.com>
* Manually adding zh-CN and zh-TW to LanguagePolicy
* Only adding zh-cn to LanguagePolicy if missing.
---------
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
* Update LU parser rules to support only comments
* Fix unit tests
* Add unit test to cover all comments case
---------
Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>