NServiceBus.Persistence.Sql
NServiceBus.Persistence.Sql copied to clipboard
Add correlation support for DateOnly and TimeOnly
sqlclient added support in 5.1 https://github.com/dotnet/SqlClient/pull/1813
At the same time, should also check the support for DateOnly and TimeOnly in the serialization of non-correlation saga properties as well. Pretty sure this requires a specific minimum version of Newtonsoft.Json.