meichhorn-conet
meichhorn-conet
The following line calls IRepository.Save untyped (T is always AggregateRoot) https://github.com/gautema/CQRSlite/blob/ce8cc0f1032f88c7ae76dff8c97679d4f1b1c019/Framework/CQRSlite/Domain/Session.cs#L75 I would suggest to use dynamic ```csharp dynamic aggregate = descriptor.Aggregate; await _repository.Save(aggregate, descriptor.Version, cancellationToken).ConfigureAwait(false); ``` This calls Save...
Hi, first, great tool. thx. One feature that i missed is to generate permalinks for generating svg/png files. ``` https://azimutt.app/embed?project-id=...&layout=initial&format=png ``` With this, the link to the png can be...