Pär Dahlman
Pär Dahlman
Hi @vhfm33 - thanks for reaching out. RawRabbit uses [LibLog](https://github.com/damianh/LibLog) for logging, so it depends on your underlying logger framework. Usually, you can add namespaced "filters" or sub-loggers to achieve...
The [method with `AmpqTcpEndpoint`](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/master/projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs#L422) is not part of `IConnectionFactory`. It will be part of the `5.0` release, see ticket: https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/324
Hello @DotPete - thanks for reaching out. #257 is resolved for 1.x of the client with [this PR](https://github.com/pardahlman/RawRabbit/pull/273/files). This issue is for 2.x (now in RC1). You are more than...
Hello @Ankurkh1 - thanks for reporting this. I think what you are proposing makes a lot of sense. Feel free to submit a PR with the change proposed 👍
Hello, @mbinot - thanks for reporting this. Have you tried to upgrade to 1.10.3 and see if the problem still occurs?
Thanks for checking in. The 1.x version of RawRabbit is no longer under active development. At the first glance of the fix, it should be OK. There is no current...
Hello, @Aveline67 👋 Sounds good! Have a look in the `docs` folder in 2.0 branch and you'll see the general structure. Most of the documents are empty, have a look...
Hi @thyams - thanks a lot for you deep analyze! I would be more than happy to review a PR (or perhaps two PRs in this case) with proposed fixes...
Thanks for reporting this. I wonder if there is something else going wrong causing the exception to be thrown. Could you try to do the same, but make sure that...
Hello - yes! By default [`TypeNameHandling.Auto`](https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_TypeNameHandling.htm) is used. From the official documentation > Include the .NET type name when the type of the object being serialized is not the same...