Updates to the documentation #1077
dundurlunka
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I've updated the readme now as per your suggestions, and I've also added a bit about Rebus.SimpleInjector's handler registration methods. 🙂 Thanks for letting me know the docs were outdated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been updating the Rebus configurations in a .NET Framework service for the past several days and was stuck several times with different problems. In the end, everything went fine but I had to dig quite deep in order to find solutions to my problems, so I think these small additions to the documentation would be appreciated by future users:
startAutomatically
parameter ofRegisterRebus
method, part of the Rebus.SimpleInjector, should be mentioned somewhere in the documentation of the Rebus.SimpleInjector. It's a very nice feature that I am very glad is there but I had to open the source code of the NuGet to find it.Rebus.SimpleInjector
, this line is written in its documentation:container.RegisterCollection<IHandleMessages<SomeMessage>>(new []{ typeof(SomeMessageHandler) });
. However Visual Studio prompts me that this method is obsolete and suggests another approach which works fine.Sorry if this is not the correct place for such suggestions.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions