Bruno Adão
Bruno Adão
When using Mediator on the same project with MassTransit I get the following error: ``` System.Exception: 'Invalid configuration detected for Mediator. Generated code for 'Singleton' lifetime, but got 'Scoped' lifetime...
Don't know if it should be here to ask but is it possible, somehow, to deploy a .NET project using the dockerfile instead of the "new" .NET 7+ way? This...
I've been trying to generate a project to a private registry but I'm not being able. ``` aspirate generate --image-pull-policy Always --non-interactive --include-dashboard --disable-secrets --container-image-tag "1.0.0-qa.8" --container-repository-prefix 'dmstudio' --container-registry ###...
Hey there, I was using `aspirate generate` to generate a docker-compose with a private registry. When I inspected the docker compose file it lacked the image prop for the npm...