Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Passblackb/aspire

Tags

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unpin version of Wix package used (dotnet#4215)

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Prometheus commented out code that does not work (dotnet#4096)

* Remove Prometheus commented out code that does not work

* Update Extensions.cs

* Update Extensions.cs

* Update src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs

* Update Extensions.cs

* Update Extensions.cs

* Update Extensions.cs

* Apply suggestions from code review

Co-authored-by: James Newton-King <[email protected]>

* Apply suggestions from code review

---------

Co-authored-by: Sam Spencer <[email protected]>
Co-authored-by: James Newton-King <[email protected]>

v8.0.0-preview.7.24251.11

Toggle v8.0.0-preview.7.24251.11's commit message
Merge 'release/8.0' into release/8.0-preview7

v8.0.0-preview.6.24214.1

Toggle v8.0.0-preview.6.24214.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0] Update OTEL HTTP instrumentation packages to 1.8.1 (dot…

…net#3682)

v8.0.0-preview.5.24201.12

Toggle v8.0.0-preview.5.24201.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0-preview5] Upgrade to new version of Azure.Provisioning (d…

…otnet#3271) (dotnet#3325)

* Upgrade to new version of Azure.Provisioning (dotnet#3271)

* Upgrade to new version of Azure.Provisioning

* Fix tests

* regen

* update test

* Remove the azure specific nuget feed

---------

Co-authored-by: JoshLove-msft <[email protected]>

v9.0.0-preview.2.24162.2

Toggle v9.0.0-preview.2.24162.2's commit message
Enable signing and extending build timeout

v8.0.0-preview.4.24156.9

Toggle v8.0.0-preview.4.24156.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Isolate the use of host.docker.internal (dotnet#2685)

* Isolate the use of docker.host.internal
- For podman support we need to use another host name (host.containers.internal). That's configurable using a setting AppHost:ContainerHostName. Remove the hardcoded use of docker.host.internal and instead read from configuration everywhere.

* Fixed nit

v9.0.0-preview.1.24113.3

Toggle v9.0.0-preview.1.24113.3's commit message
Extending timeouts due to signing

v8.0.0-preview.3.24105.21

Toggle v8.0.0-preview.3.24105.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0-preview3] Remove resource and endpoint name validation (d…

…otnet#2093)

* [release/8.0-preview3] Remove resource and endpoint name validation

* Remove code rather than comment out

v8.0.0-preview.2.23619.3

Toggle v8.0.0-preview.2.23619.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/8.0-preview2] Inject the https port for the redirect middlew…

…are (dotnet#1467)

* Inject the https port for the redirect middleware

* Oops

---------

Co-authored-by: David Fowler <[email protected]>