Revo icon indicating copy to clipboard operation
Revo copied to clipboard

Event Sourcing, CQRS and DDD framework for C#/.NET Core.

Results 12 Revo issues
Sort by recently updated
recently updated
newest added

# Overview This swaps out `Newtonsoft.Json` for the core library's `System.Text.Json` implementation. # Breaking changes * `System.Text.Json` does not read class attributes when inheriting a class. This means you'll need...