This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Commit 5dc361d
Cherry-pick fixes (#6894)
* Add support for .NET 9.0 (#6887)
* Add NET9 and remove NET6 target frameworks
* Configure NETAnalyzers version in Directory.Build.props
* Update yamls to support NET 9.0
* Update tests to pass on Mac build.
* [#6889] CQA to support TokenCredential instead of key (#6892)
* Add support for MSI to access CQA service
* Use IsNullOrWhiteSpace instead of IsNullOrEmpty
* Catch exception in GetTokenAsync call
* Fix MemoryStream Converter when serializing (#6888)
---------
Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com>
Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>1 parent bc17a5d commit 5dc361d
File tree
78 files changed
+431
-235
lines changed- FunctionalTests/Microsoft.Bot.Builder.FunctionalTests
- build
- onebranch
- yaml
- libraries
- Microsoft.Bot.AdaptiveExpressions.Core
- Microsoft.Bot.Builder.AI.QnA
- Dialogs
- Utils
- Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime
- Microsoft.Bot.Schema/Converters
- Microsoft.Bot.Streaming
- integration
- Microsoft.Bot.Builder.Integration.ApplicationInsights.Core
- Microsoft.Bot.Builder.Integration.AspNet.Core
- tests
- Adapters
- Microsoft.Bot.Builder.Adapters.Facebook.PrimaryTestBot
- Microsoft.Bot.Builder.Adapters.Facebook.SecondaryTestBot
- Microsoft.Bot.Builder.Adapters.Facebook.Tests
- Microsoft.Bot.Builder.Adapters.Slack.TestBot
- Microsoft.Bot.Builder.Adapters.Slack.Tests
- Microsoft.Bot.Builder.Adapters.Twilio.TestBot
- Microsoft.Bot.Builder.Adapters.Twilio.Tests
- Microsoft.Bot.Builder.Adapters.Webex.TestBot
- Microsoft.Bot.Builder.Adapters.Webex.Tests
- AdaptiveExpressions.Tests
- Auth/bot-authentication
- Microsoft.Bot.AdaptiveExpressions.Core.AOT.Tests
- Microsoft.Bot.AdaptiveExpressions.Core.Tests
- Microsoft.Bot.Builder.AI.LUIS.Tests
- Microsoft.Bot.Builder.AI.Luis.TestUtils
- Microsoft.Bot.Builder.AI.Orchestrator.Tests
- Microsoft.Bot.Builder.AI.QnA.Tests
- Microsoft.Bot.Builder.Ai.LUISV3.tests
- Microsoft.Bot.Builder.ApplicationInsights.Tests
- Microsoft.Bot.Builder.Azure.Tests
- Microsoft.Bot.Builder.Dialogs.Adaptive.Profiling
- Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime.Tests
- Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.Tests
- Microsoft.Bot.Builder.Dialogs.Adaptive.Tests
- Microsoft.Bot.Builder.Dialogs.Debugging.Tests
- Microsoft.Bot.Builder.Dialogs.Declarative.Tests
- Microsoft.Bot.Builder.Dialogs.Tests
- Microsoft.Bot.Builder.LanguageGeneration.Tests
- Microsoft.Bot.Builder.TemplateManager
- Microsoft.Bot.Builder.TestBot.Json
- Microsoft.Bot.Builder.TestBot.Tests
- Microsoft.Bot.Builder.TestBot
- wwwroot
- Microsoft.Bot.Builder.TestProtocol
- Microsoft.Bot.Builder.Testing.Tests
- Microsoft.Bot.Builder.Tests
- Teams
- Microsoft.Bot.Builder.Transcripts.Tests
- Microsoft.Bot.Configuration.Tests
- Microsoft.Bot.Connector.Streaming.Perf
- Microsoft.Bot.Connector.Streaming.Tests.Client
- Microsoft.Bot.Connector.Streaming.Tests.Server
- Microsoft.Bot.Connector.Streaming.Tests
- Microsoft.Bot.Connector.Tests
- Microsoft.Bot.Schema.Tests
- Microsoft.Bot.Streaming.Tests
- Parsers/Microsoft.Bot.Builder.Parsers.LU.Tests
- Skills
- Bot1
- Bot2
- Bot3
- Child
- Parent
- integration
- Microsoft.Bot.ApplicationInsights.Core.Tests
- Microsoft.Bot.Builder.Integration.AspNet.Core.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+431
-235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
FunctionalTests/Microsoft.Bot.Builder.FunctionalTests/Microsoft.Bot.Builder.FunctionalTests.csproj
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments