Skip to content
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

WIP: #80 - add support for single file applications #86

Closed
wants to merge 1 commit into from

Conversation

prskr
Copy link
Contributor

@prskr prskr commented Jan 22, 2021

No description provided.

@prskr prskr changed the title #84 - add support for single file applications #80 - add support for single file applications Jan 22, 2021
@prskr prskr linked an issue Jan 22, 2021 that may be closed by this pull request
{
builder.AddRabbitMQ();
builder.AddSystemJson();
}).ConfigurePublisher<OutputMessage>((_, builder) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: format

@prskr prskr force-pushed the add-support-for-single-file-applications branch from 012f85f to 5958e85 Compare January 22, 2021 14:05
@prskr prskr force-pushed the add-support-for-single-file-applications branch from 5958e85 to b5ed4d1 Compare January 22, 2021 14:07
@prskr
Copy link
Contributor Author

prskr commented Jan 23, 2021

Still work in progress.
I'm thinking of a NanoTestHost that takes care of spawning a RabbitMQ test container, configuring the nano app and then offers some convenience methods to send different inputs and match for the outputs.

This would be relatively easy for single and multi output services but for no output services one would need more advanced matchers e.g. to match on logs or something like that?

Any thoughts?

@prskr prskr changed the title #80 - add support for single file applications WIP: #80 - add support for single file applications Jan 23, 2021
@farodin91 farodin91 marked this pull request as draft February 22, 2021 11:17
@prskr prskr closed this Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for single file applications
2 participants