Omelian Levkovych
Omelian Levkovych
### Describe the bug The consumer Inbox table (Salutations database) is empty after handling the message broker message, even though the entity table (Salutations table) is getting populated. I assume...
This is draft pull request to get earlier opinions, thoughts whether I am going into the right direction. Currently, only the published (GreetingsAPI) is almost completed. Still luck RMQ setup,...
We have **[PatchOperationParameterConverter](https://github.com/simpleidserver/SimpleIdServer/blob/master/src/Scim/SimpleIdServer.Scim/Infrastructure/Converters/PatchOperationParameterConverter.cs)** which is used for example in **PatchOperationParameter** for Patch requests. There is no implementation for the **WriteJson** method in the **PatchOperationParameterConverter**. Does it make sense to call...