mynkow
mynkow
`ICommandHandler` and `IEventHandler` are actually handles. We have to rename them as follows: - `ICommandHandler` => `ICommandHandle` - `IEventHandler` => `IEventHandle`
# The problem Right now it is time consuming to release and manage new stable and pre-release versions of the framework. The goal is to automate the entire process so...
We need to be able to compare Urn instances using the `==` and `!=` operators
We are very happy with the current [Redlock](https://github.com/Elders/Cronus.AtomicAction.Redis) implementation. It is stable and works fine. The only issue which I have with this is that we need to install redis...
get /api/commands/{commandname}/{id} commandStatus: events: location error details
The idea is to have a repository with different configurations of Cronus where we show how it could be used in various scenarios. In Addition, samples MUST show how different...
Whenever we publish a message we should add TTL per message, On TTL expiring we should move the message to another queue for later processing. Based on the message type...
I am getting StackOverflowException when I try to apply IssueFilters. Here is the code: ``` ProductHeaderValue header = new ProductHeaderValue("Chronos"); var conn = new Connection(header, "123"); var filter = new...
The purpose of this PR is to make new releases to nuget trivial. # Goals: - you control when a new version is released - use semver for versioning -...
Has anyone a success running tests within VS2022 Preview with dotnet 9?