Adam Buchanan
139 posts


@RejectKid Hey! Glad you enjoyed the game! More heroes - you bet! We are currently working on 10 new heroes. 3 lane map probably not, we tested it a while back and I think the two-lane one plays much better.
English

@WolffDesigna Loved Guardians of Atlantis 2, yall planning more heroes? 3 lane? etc?
English

@davidfowl @aspiredotdev this is awesome! By chance will this also be able to build the image too? like in a ci/cd pipe via the "aspire publish"?
English

Experimenting with a docker file building API in the next version of aspire. Will serve as a way to create docker files on the fly from various bits of information in the application.
#aspire @aspiredotdev

English

@SwiftKey switched to this recently. Love it. Default Ios keyboard went downhill. When is your update coming to fit the new ios26 vibe?
English

@Warcraft You know that 3% nerf you gave us randomly? please reverse. id so love to get into groups lol
warcraftlogs.com/zone/statistic…
English

@davidfowl another dumb Q.
I have this and when i aspire publish it uses the resource name as the image name it builds. yet i have "project-docker/nameofservice" in my <ContainerRepository>. what am i missing to use the name in the csproj for aspire publish?

English

@davidfowl Omg I didnt realize i could chain it like that. Again...and everytime....Thank you so so much for these toolings and your time answering me <3
English

@RejectKid Did you call PublishAsDockerFile on the npm apps? The callback lets you configure the container learn.microsoft.com/en-us/dotnet/a…
English

@davidfowl another hard hitting Q. With the new (preview) .AddDockerComposePublisher().
i have 2 web apps in seperate folders using npm workspaces, so my dir context is the root repo thus it cant find the dockerfile. is there a way to manually specify or alt?
English

@RejectKid @mrlesk Except from the Q&A:
There will be no cost to install the packages and use them for local development purposes (evaluation), a temporary license will be generated and the software will run unlicensed for a short evaluation period.
#how-much-will-it-cost" target="_blank" rel="nofollow noopener">masstransit.io/introduction/v…
English

For 10+ years MassTransit has powered .NET applications worldwide across finance, healthcare, logistics, and government. Now MT v9 will transition to a commercial model ensuring sustainability, support, and continued innovation. MT v8 remains open-source.
masstransit.io/introduction/v…
English

@mrlesk That's the approach I'd like to take, details will be ironed out later this year as the v9 code comes into focus.
English


@davidfowl Another one for ya. When we .AddProject<T> and get a IResourceBuilder, we cannot pass that into the .WithReference() to other services (b/c not like rabbitMQ) feature in future? :-) or am i a dum dum?
English

@davidfowl well meant both-ish. i have a helper that makes either AddProject or AddDockerfile and i downcast. Thus the .WithRef() doesnt take IRB<IResource>. THo i could prolly use the endpoints generically for both cases?

English

@RejectKid So you didn't mean AddProject, you meant AddContainer?
You pass a reference to an Endpoint by calling GetEndpoint(name) and using this overload.
#aspire-hosting-resourcebuilderextensions-withreference-1(aspire-hosting-applicationmodel-iresourcebuilder((-0))-aspire-hosting-applicationmodel-endpointreference" target="_blank" rel="nofollow noopener">learn.microsoft.com/en-us/dotnet/a…)
English

@davidfowl So maybe a way to provide IResourceBuilder<ContainerResource> with a way to be passed into the .WithReference() or some way for a generic IResourceBuilder<IResource> could? maybe something they all extend. im just spitballing now. youre the god here 😀
English

@RejectKid What do you mean you can't pass it to other services?
#L58-L62" target="_blank" rel="nofollow noopener">github.com/dotnet/eShop/b…
English

@davidfowl o i see. I downcasted IResourceBuilder<ProjectResource> to IResourceBuilder<IResource>. ive 2 ways of running aspire. 1 w/ dockerfiles and 1 w/ projects. Made a helper to not repeat stuff and .AddProject and .AddDockerfile both can be returned as a IResourceBuilder<IResource>
English

@davidfowl in aspire Im running builder.AddProject<T>().WithHttpEndpoint(somePortVariable). thus the endpoint displays like so in the dashboard. is there a way to add/change that so i can have it append /swagger to the end?

English



