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
[System.ObsoleteAttribute(@"Timeout Manager is being deprecated. See upgrade guide for guidance on migrating to transport native delayed delivery. Use `Install(SqlDialect sqlDialect, string tablePrefix, Func<DbConnection> connectionBuilder, string scriptDirectory, bool shouldInstallOutbox, bool shouldInstallSagas, bool shouldInstallSubscriptions)` instead. Will be treated as an error from version 7.0.0. Will be removed in version 8.0.0.", false)]
[System.ObsoleteAttribute(@"Timeout Manager is being deprecated. See upgrade guide for guidance on migrating to transport native delayed delivery. Use `Install(SqlDialect sqlDialect, string tablePrefix, Func<Type, DbConnection> connectionBuilder, string scriptDirectory, bool shouldInstallOutbox, bool shouldInstallSagas, bool shouldInstallSubscriptions)` instead. Will be treated as an error from version 7.0.0. Will be removed in version 8.0.0.", false)]
returnInstall(sqlDialect,tablePrefix, x =>connectionBuilder(),scriptDirectory,shouldInstallOutbox,shouldInstallSagas,shouldInstallSubscriptions,shouldInstallTimeouts);
0 commit comments