Volodymyr Gaevoy
Volodymyr Gaevoy
@DialLuesebrink, check out an alternative option to verify dependencies. https://gaevoy.com/2022/05/19/review-dependencies-on-every-commit.html
I experimented a bit to took `NEventStore` and `SQLStreamStore` (https://github.com/gaevoy/EventSourcingDoor/blob/main/EventSourcingDoor.SqlStreamStore/SqlStreamStoreOutbox.cs) in the role of transactional outbox and it turned out working well https://gaevoy.com/2021/03/18/audit-log-via-transactional-outbox.html In my case I wanted audit log...
You have to replace default Minifier with next one: ``` public class SchemaLessUrlReplacer : RequestReduce.Utilities.IMinifier { private readonly Minifier minifier = new Minifier(); public string Minify(string unMinifiedContent) where T :...
Any updates on this issue?
I had similar problem. The problem was the following: from the local host it was not possible to get css/js files by public host name (thanks RR dashboard). So hosts...
> It shouldn't have any relation to the version of Rebus you're using Right. I mean version of `Rebus.AzureServiceBus`. So main issue it is not backward compatible with previous version....
Perfect! Happy, you are working on it 👍