Microsoft.Data.SqlClient compatibility
In order to add support for Microsoft.
, the persister no longer references System.
. The persister is compatible with both clients, but a package reference to System.
or Microsoft.
will need to be added to any projects using the persister.
System.
is in maintenance mode. Microsoft will be bringing new features and improvements to Microsoft.
only. For more information, read Introduction to the new Microsoft.Data.SqlClient. It is recommended to switch to the new client if possible.
Compatibility with NServiceBus.SqlServer and NServiceBus.Transport.SqlServer
Regardless of the client used, the persister is compatible with NServiceBus.SqlServer and NServiceBus.Transport.SqlServer. It is recommended to use the same client in the transport as well as the persister. When gradually migrating from System.
to Microsoft.
, the transport and the persister can operate in a mixed mode as long as the transport transaction mode is either ReceiveOnly
or SendsWithAtomicReceive
. If the transport operates with transport transaction mode, TransactionScope
, using both clients will lead to DTC escalation in all cases, which might not be desirable.