Commit 392a892
Add TypeScript AppHost examples and tests for hosting integrations (#1423)
* Add TypeScript AppHosts for missing integrations
Backfill TypeScript apphost examples for previously missing integrations and align resource wiring with their C# AppHost counterparts where TypeScript APIs allow.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add TypeScript AppHost tests and remove MassTransit example
Add TypeScriptAppHostTests coverage for Azure Extensions, Azure Dapr, Dapr, DuckDB, Logto, PowerShell, RavenDB, and RustFs, and remove the accidental MassTransit RabbitMQ TypeScript AppHost (client integration).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Make code coverage failure conditional on branch
Added fail_on_low_coverage input to code-coverage workflow (default false).
Updated dotnet-main.yml to pass fail_on_low_coverage: true so that coverage
thresholds block main branch commits while remaining warnings for PR builds.
This allows new features and integrations to be merged via PR while
maintaining strict coverage requirements on main.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Enforce code coverage on release workflow
Updated dotnet-release.yml to pass fail_on_low_coverage: true so that
coverage requirements are strictly enforced for release builds.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5cc3251 commit 392a892
59 files changed
Lines changed: 17394 additions & 3 deletions
File tree
- .github/workflows
- examples
- azure-ext/CommunityToolkit.Aspire.Azure.Extensions.AppHost.TypeScript
- dapr
- CommunityToolkit.Aspire.Hosting.Azure.Dapr.AppHost.TypeScript
- CommunityToolkit.Aspire.Hosting.Dapr.AppHost.TypeScript
- duckdb/CommunityToolkit.Aspire.DuckDB.AppHost.TypeScript
- logto/CommunityToolkit.Aspire.Hosting.Logto.AppHost.TypeScript
- powershell/CommunityToolkit.Aspire.PowerShell.AppHost.TypeScript
- ravendb/CommunityToolkit.Aspire.Hosting.RavenDB.AppHost.TypeScript
- rustfs/CommunityToolkit.Aspire.Hosting.RustFs.AppHost.TypeScript
- tests
- CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests
- CommunityToolkit.Aspire.Hosting.Azure.Extensions.Tests
- CommunityToolkit.Aspire.Hosting.Dapr.Tests
- CommunityToolkit.Aspire.Hosting.DuckDB.Tests
- CommunityToolkit.Aspire.Hosting.Logto.Tests
- CommunityToolkit.Aspire.Hosting.PowerShell.Tests
- CommunityToolkit.Aspire.Hosting.RavenDB.Tests
- CommunityToolkit.Aspire.Hosting.RustFs.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments