Michael Denny

Results 10 issues of Michael Denny

The version chosen when closing a pull request from hotfix branch to support branch is wrong because gitversion doesn't choose the right parent branch. ### GitVersion.yml ```yaml mode: ContinuousDeployment branches:...

bug

As requested here https://github.com/EasyNetQ/EasyNetQ/pull/794#issuecomment-406531928 can we enable the rabbitmq client automatic topology recovery? As a short discussion with @Pliner seems to be hard on EasyNetQ to just enable it and...

Starting from v2.0.0 we will use `gitversion` and so won't bump the file `version.cs` anymore, this is cool, but then we will lack the history of we have done on...

This issue was fired by @axelbodo and this is the chat history: from @axelbodo > We use easynetq in a multinode cluster, and with queue durability set to false, because...

in-progress

The idea started from this issue https://github.com/EasyNetQ/EasyNetQ/issues/479 and @snebjorn has implemented a solution. Open discussion, say yours.

## Description Changed the public method `ExcludingBranches` of `IRepositoryStore` adding an optional parameter `bool excludeRemotes = false`, it this way it should be backward compatible, actual calls to it like...

Would be very nice to have a docker image hosted on the [hub](https://hub.docker.com/) ready to be configured and run, with a build pipeline that is connected to this repo and...

First of all thank you for the amazing efforts on this great tool for amqp. I was wondering what you do in Bloomberg to protect against a possible failure of...

I've upgraded the sqlite dependencies to the latest package that you suggest to download from vs gallery, otherwise it wouldn't compile with the old reference 3.8.5: - [SQLite for Windows...

Also added e.State == EntityState.Added to fix the insertion of the first 3 rows at the very first startup of the application, when the database does not exist already.