[Automated] Update API Surface Area#13639
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13639Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13639" |
0589f59 to
d989774
Compare
5fb9cc5 to
b9f470c
Compare
7abc0bf to
4cf58f2
Compare
4cf58f2 to
acbc422
Compare
c21ccf7 to
b5a7cf3
Compare
9d206f3 to
c00d18e
Compare
3d2fd2d to
4c9c6e3
Compare
fc66e16 to
18a2ea1
Compare
| protected override void DefineProvisionableProperties() { } | ||
| } | ||
|
|
||
| public partial class StaticValueProvider<T> : ApplicationModel.IValueProvider, ApplicationModel.IManifestExpressionProvider |
There was a problem hiding this comment.
cc @ericsuh
StaticValueProvider<T> implements IValueProvider and IManifestExpressionProvider. This looks like infrastructure plumbing — it's used by AzureHostedAgentResource.Version and AzurePromptAgentResource.Version. Does it need to be public, or could it be internal with the Version properties using a different public type?
There was a problem hiding this comment.
@ericsuh - it looks like this is only used for "Version" outputs. Can this just be a BicepOutputReference?
| @@ -0,0 +1,28 @@ | |||
| //------------------------------------------------------------------------------ | |||
There was a problem hiding this comment.
ℹ️ [Preview Package] The 5 new Aspire.Hosting.CodeGeneration.* packages (Go, Java, Python, Rust, TypeScript) are shipping as stable — they don't have SuppressFinalPackageVersion=true in their .csproj files.
Brand new packages typically ship as preview until they've had sufficient bake time. Is shipping these as stable intentional?
src/Components/Aspire.MongoDB.EntityFrameworkCore/api/Aspire.MongoDB.EntityFrameworkCore.cs
Show resolved
Hide resolved
API Review Summary3 errors, 6 warnings, 3 info across 57 changed API files. ❌ Errors (3)
|
src/Aspire.Hosting.CodeGeneration.Go/api/Aspire.Hosting.CodeGeneration.Go.cs
Outdated
Show resolved
Hide resolved
src/Aspire.Hosting.Azure.AppConfiguration/api/Aspire.Hosting.Azure.AppConfiguration.cs
Show resolved
Hide resolved
eerhardt
left a comment
There was a problem hiding this comment.
API review update — 1 new finding for the newly added Aspire.TypeSystem package. Previous 12 findings on other files remain valid.
|
Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
|
|
🎬 CLI E2E Test Recordings — 49 recordings uploaded (commit View recordings
📹 Recordings uploaded automatically from CI run #23501538834 |
Auto-generated update to the API surface to compare current surface vs latest release. This should only be merged once this surface area ships in a new release.