Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
447 stars 71 forks source link

Added parameterless ctor for PostgresCheckpointStoreOptions #229

Closed mvastarelli closed 1 year ago

mvastarelli commented 1 year ago

PostgresCheckpointStoreOptions lacked a parameterless ctor which is required to work with asp.net's IOptions<> pattern. Moved the default schema assignment to the property and added additional empty ctor for compatibility.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.