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

Feedback: 'NServiceBus Step-by-step: Getting started' #6889

Open
BenHughesTPR opened this issue Nov 4, 2024 · 1 comment
Open

Feedback: 'NServiceBus Step-by-step: Getting started' #6889

BenHughesTPR opened this issue Nov 4, 2024 · 1 comment

Comments

@BenHughesTPR
Copy link

Feedback for 'NServiceBus Step-by-step: Getting started' https://docs.particular.net/tutorials/nservicebus-step-by-step/1-getting-started/

Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/tutorials/nservicebus-step-by-step/1-getting-started/tutorial.md

Hi, there's an inconsistency in the way the transport is configured between the full example code, and the line-by-line explanation further down.

In the full version:

var transport = endpointConfiguration.UseTransport(new LearningTransport());

In the line-by-line version:

var transport = endpointConfiguration.UseTransport<LearningTransport>();

These end up returning different objects, which breaks a later step in the tutorial - the fix would be to ensure the full example code uses the generic version of the UseTransport method.

@poornimanayar
Copy link
Contributor

Hi @BenHughesTPR ,

Thank you for letting us know. I have just merged a PR to fix this. The changes should be on the docs soon!

Regards,
Poornima

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

No branches or pull requests

2 participants