You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is, in a word, weird. Especially since the runtime type checks have been around since NServiceBus 6.0.0, and SQL Persistence did not exist prior to NServiceBus 6.
This should be investigated, unusable code paths should be removed to simplify things, and documentation should be updated to match.
The text was updated successfully, but these errors were encountered:
The ScriptBuilder project contains code paths to deal with CorrelationPropertyType values of
DateTime
andDateTimeOffset
(and these are also documented here, via an include here) even though NServiceBus limits correlation property types to string, Guid, long, ulong, int, uint, short, ushort, as a runtime check and raised to a compile-level check with a Roslyn analyzer.That is, in a word, weird. Especially since the runtime type checks have been around since NServiceBus 6.0.0, and SQL Persistence did not exist prior to NServiceBus 6.
This should be investigated, unusable code paths should be removed to simplify things, and documentation should be updated to match.
The text was updated successfully, but these errors were encountered: