mynkow

Results 11 issues of mynkow

`ICommandHandler` and `IEventHandler` are actually handles. We have to rename them as follows: - `ICommandHandler` => `ICommandHandle` - `IEventHandler` => `IEventHandle`

area-cronus :star:

# 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...

discussion :speaking_head:

We need to be able to compare Urn instances using the `==` and `!=` operators

enhancement :rocket:
unittest :test_tube:
area-cronus :star:

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...

discussion :speaking_head:

get /api/commands/{commandname}/{id} commandStatus: events: location error details

feature :cake:
area-cronus :star:

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...

documentation :scroll:

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...

discussion :speaking_head:
feature :cake:

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...

Type: Bug

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?