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

2.0 docs are not correct #404

Open
charconstpointer opened this issue Aug 20, 2019 · 0 comments
Open

2.0 docs are not correct #404

charconstpointer opened this issue Aug 20, 2019 · 0 comments

Comments

@charconstpointer
Copy link

following this example
https://github.com/pardahlman/RawRabbit/blob/2.0/docs/operations/publish.md
with RawRabbit.Operations.Publish installed as it says in the 2.0 docs

var message = new BasicMessage { Prop = "Hello, world!" };

await busClient.PublishAsync(message, ctx => ctx
    .UsePublishConfiguration(cfg => cfg
        .OnDeclaredExchange(e => e
            .WithName("my_topic")
            .WithType(ExchangeType.Topic)
            .WithRoutingKey("my_key"))
));

doesnt compile, Cannot resolve symbol 'WithRoutingKey'

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

1 participant