Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: dotnet/aspire

Tags

v13.0.1

Toggle v13.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Update dependencies fromhttps://github.com/microsoft/usvc-apiserver ……build 0.18.15 (#13187)On relative base path rootMicrosoft.DeveloperControlPlane.darwin-amd64 , Microsoft.DeveloperControlPlane.darwin-arm64 , Microsoft.DeveloperControlPlane.linux-amd64 , Microsoft.DeveloperControlPlane.linux-arm64 , Microsoft.DeveloperControlPlane.linux-musl-amd64 , Microsoft.DeveloperControlPlane.windows-amd64 , Microsoft.DeveloperControlPlane.windows-arm64 From Version 0.20.2 -> To Version 0.18.15Microsoft.DeveloperControlPlane.windows-386 From Version 0.19.0 -> To Version 0.18.15Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

v13.0.0

Toggle v13.0.0's commit message
Merged PR 55114: Merge in changes from public release/13.0 and bump t……o latest dotnet/extensions

v9.5.2

Toggle v9.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Checkpoint from VS Code for coding agent session (#12139)Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>

v9.5.1

Toggle v9.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
[release/9.5] Adapt OpenAI health check based on endpoint configurati……on (#11792)* Initial plan* Fix OpenAI health check to not use status.openai.com for custom endpointsCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Implement adaptive OpenAI health check based on endpoint configurationCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Refactor to use adaptive health check with state tracking on OpenAIResourceCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Remove StatusPageHealthCheck.cs as it's been merged into OpenAIHealthCheckCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Simplify to use adaptive OpenAIHealthCheck with 2 casesCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Remove StatusPage health check logic, return healthy for all casesCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Restore OpenAIHealthCheck with CheckStatusPageAsync and CheckEndpointHealthAsync methodsCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Apply suggestions from code reviewCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Make DefaultEndpoint and StatusPage Uri instances static readonly fieldsCo-authored-by: sebastienros <1165805+sebastienros@users.noreply.github.com>* Inline CheckEndpointHealthAsync methodCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>Co-authored-by: David Fowler <davidfowl@gmail.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: sebastienros <1165805+sebastienros@users.noreply.github.com>

v9.5.0

Toggle v9.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Ensure that the Tool form of the Aspire CLI is platform-independent, ……framework-dependent. (#11645)Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>

v9.4.2

Toggle v9.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Fixed properties override when publishing an update in external servi……ce (#10824)Co-authored-by: Isla <git@isla.dev>

v9.4.1

Toggle v9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Bump package versions to 9.4.1 in project files (#10891)

v9.4.0

Toggle v9.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
[release/9.4] Mark ParameterResource.Value as obsolete in favor of Ge……tValueAsync and direct usage (#10701)* Initial plan* Mark ParameterResource.Value as obsolete and update internal usageCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Remove defaultValue parameter setting and use deferred resolution for ParameterResource valuesCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Store ParameterResource in HelmExpressionWithValue and defer default value resolutionCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Make MapParameter and callees async and use GetValueAsyncCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Remove uses of parameter.Value in AzurePublishingContext.csCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Use BicepIdentifier instead of Value.Compile() for ParameterResource scope resolutionCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Revert tuple destructuring changes and correctly use BicepIdentifier instead of obsolete Value propertyCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Revert AzurePublishingContext.cs to original synchronous Visit callCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Remove pragma warning disable for obsolete ParameterResource.Value usage in AzurePublishingContextCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Make MapParameter async and use p.GetValueAsync instead of obsolete propertyCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Suppress obsolete warnings for ParameterResource.Value in test filesCo-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>* Move pragma.* Revert changes to Azure, Docker and K8s publisher. Instead suppress the obsoletion.---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>Co-authored-by: Mitch Denny <midenn@microsoft.com>Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>

v9.3.2

Toggle v9.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Bumping patch version for 9.3.2 (#9963)

v9.3.1

Toggle v9.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Skip role assignment handling for emulators (#9705) (#9716)- Updated `BuildRoleAssignmentAnnotations` to skip processing for container emulators.- Added a new test `DoesNotApplyRoleAssignmentsInRunModeForEmulators` to verify that role assignments are not applied to emulator resources.Co-authored-by: David Fowler <davidfowl@gmail.com>
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp