Tomasz Malinowski
Tomasz Malinowski
When emitting an `AggregateEvent` with a `Metadata.SourceId`, `AggregateRoot.Emit()` does not inject the emitted event's `Metadata.SourceId` into `PreviousSourceIds`, and so issuing the same command with the same `SourceId` on the same...
System.Text.Json (#678)
**Describe the bug** In 8.4.7, when trying to call PagedListExtensions.ToPagedListAsync(this IQueryable superset, int? pageNumber, int pageSize, CancellationToken cancellationToken), the compiler returns the following error: `CS0121 The call is ambiguous between...
fixes #378 Up until now, when Conductor was activated, it called its ActiveItem's Activate() method from inside the Conductor's OnActivate() virtual method; Deactivate() and Close() worked the same way. If...
This PR updates the deprecated vulnerable dependencies for .NET 6 mentioned in #547. Please note that there are 9 failed tests in this build, but they were failing even before...
If I perform some changes in the admin panel and accidentally click a link or close the tab, there's no warning and my changes are simply discarded. There should be...