-
Notifications
You must be signed in to change notification settings - Fork 463
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
AddReference between containers #1197
Comments
Dupe of #128 |
I'm not sure how you got this exception. Can you share all of your code and the stack trace? |
This is the full code:
Full stack trace:
The code where the exception is thrown is here:
On my system I saw that the AllocatedEndpointAnnotation are added to late. When I debug I'm able to reach this point in ApplicactionExecutor, but far to late.
|
I see you’re using the latest builds. This was a regression introduced that we’re looking at |
Hey
I'm trying to connect to container together with
WithReference
. But I'm not able to get the AllocatedEndpointAnnotation.Here is a very simple example. (I'm aware that this would not make a lot of sense ;) )
When I start the application locally on my mac. I get the error:
Aspire.Hosting.DistributedApplicationException: Redis resource does not have endpoint annotation.
This is the same behavior when I try to reference my custom containers.
The text was updated successfully, but these errors were encountered: