-
Notifications
You must be signed in to change notification settings - Fork 687
[Automated] Update API Surface Area #7374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FYI: @davidfowl @eerhardt |
src/Aspire.Hosting.Azure.EventHubs/api/Aspire.Hosting.Azure.EventHubs.cs
Outdated
Show resolved
Hide resolved
02609f0
to
677fdfe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 22 changed files in this pull request and generated no comments.
Files not reviewed (15)
- src/Components/Aspire.Azure.AI.OpenAI/api/Aspire.Azure.AI.OpenAI.cs: Evaluated as low risk
- src/Components/Aspire.MongoDB.Driver.v3/api/Aspire.MongoDB.Driver.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.EventHubs/api/Aspire.Hosting.Azure.EventHubs.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.PostgreSQL/api/Aspire.Hosting.Azure.PostgreSQL.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.Redis/api/Aspire.Hosting.Azure.Redis.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.ServiceBus/api/Aspire.Hosting.Azure.ServiceBus.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.SignalR/api/Aspire.Hosting.Azure.SignalR.cs: Evaluated as low risk
- src/Components/Aspire.NATS.Net/api/Aspire.NATS.Net.cs: Evaluated as low risk
- src/Components/Aspire.OpenAI/api/Aspire.OpenAI.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.CosmosDB/api/Aspire.Hosting.Azure.CosmosDB.cs: Evaluated as low risk
- src/Components/Aspire.Confluent.Kafka/api/Aspire.Confluent.Kafka.cs: Evaluated as low risk
- src/Aspire.Hosting.Azure.AppContainers/api/Aspire.Hosting.Azure.AppContainers.cs: Evaluated as low risk
- src/Aspire.Hosting/api/Aspire.Hosting.cs: Evaluated as low risk
- src/Aspire.Hosting.Keycloak/api/Aspire.Hosting.Keycloak.cs: Evaluated as low risk
- src/Aspire.Hosting.Redis/api/Aspire.Hosting.Redis.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)
src/Aspire.Hosting.Nats/api/Aspire.Hosting.Nats.cs:32
- The
userName
andpassword
parameters are optional but are not being checked for null values when being set in theNatsServerResource
constructor. This could lead to potential null reference exceptions if these parameters are accessed without null checks elsewhere in the code. Consider adding null checks or handling these parameters appropriately.
public NatsServerResource(string name, ParameterResource? userName, ParameterResource? password) : base(default!, default) { }
f206793
to
7fa712f
Compare
aaa45ff
to
483f443
Compare
483f443
to
aac97bd
Compare
e980bc9
to
7117075
Compare
…Config Reaction to #7374 (comment).
…Config (#7667) Reaction to #7374 (comment).
…Config Reaction to #7374 (comment).
…Config (#7675) Reaction to #7374 (comment). Co-authored-by: Safia Abdalla <[email protected]>
src/Aspire.Hosting.Azure.CosmosDB/api/Aspire.Hosting.Azure.CosmosDB.cs
Outdated
Show resolved
Hide resolved
7117075
to
42e86c9
Compare
42e86c9
to
6f09a08
Compare
b941209
to
e9551ec
Compare
e9551ec
to
0d158b4
Compare
Need signoffs to merge this -- @mitchdenny , @eerhardt ? |
No. I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9.1!
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.