DevOnBike
DevOnBike
**Describe the bug** We have angular 11 app with .net core backend and config as follow: ``` { "$id": "1", "stsServer": "https://localhost:5001", "redirectUrl": "https://localhost:4200/afterlogin", "postLogoutRedirectUri": "https://localhost:4200", "clientId": "spa", "responseType": "code",...
We have upgraded packages for Haangfire to these version: HangFire Version="1.7.30" Hangfire.Autofac Version="2.3.1" HangFire.SqlServer Version="1.7.30" .net 5 and app in docker and now we see in logs these errors: xecution...
Hi, we would like to know using RawRabbit Api when client is connected and disconnected from broker - this is useful because we could react to not being connected to...
Hello everybody, I'm currently starting journey with RawRabbit. In enterprise solutions there are mostly requirement to implement Unit Of Work when executing subscriber handler code. How can I it be...
Hi, We currently hosting rabbitmq as docker image and sometimes we need to kill or restart that container while subscribers using easynetq are connected. If it happens after rabbit is...
Hi, how to completely hide Actions button on node level? setting defaultActions: null, actions: null doesn't do much :(
App hosted on iis under windows server 2012 after publishing can't start after deploy. Here is relevant configuration in csproj all runtime; build; native; contentfiles; analyzers in version 3.3.0 everything...