Pliner

Results 100 comments of Pliner

Hi! Will try to port it at this weekends.

Hi @hVostt @gab, Sorry for long delay... Unfortunatly, Now I haven't so much time for my projects. But you can make pull requests ;-)

Hi @li-zheng-hao, Thanks for reporting this. I will investigate this a bit later today.

@li-zheng-hao Please check EasyNetQ_Default_Error_Queue. There should be messages of the following content: ``` {"RoutingKey":"subfailed","Exchange":"","Queue":"subfailed","Exception":"System.ArgumentException: typeName must not be blank (Parameter 'typeName')\n at EasyNetQ.Preconditions.CheckNotBlank(String value, String name)\n at EasyNetQ.DefaultTypeNameSerializer.DeSerialize(String typeName)\n at...

So, just to summarise ^: 1. EasyNetQ here requires Type(in properties) to be filled in. 2. Because EasyNetQ by default relies on json, plain 'Hello World' string is not a...

@li-zheng-hao https://github.com/EasyNetQ/EasyNetQ/pull/1550

Alright, if we disregard typing issues... the only why tests fail is https://marshmallow.readthedocs.io/en/latest/upgrading.html#validators-must-raise-a-validationerror... validators should throw an error, boolean results are not supported.

> @zidad @micdenny Could you take a look on it? Feel free to review/comment later before v8 release.