We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
void Publish(string name, string content, IDbConnection dbConnection, IDbTransaction dbTransaction = null); void Publish<T>(string name, T contentObj, IDbConnection dbConnection, IDbTransaction dbTransaction = null); Task PublishAsync(string name, string content, IDbConnection dbConnection, IDbTransaction dbTransaction = null); Task PublishAsync<T>(string name, T contentObj, IDbConnection dbConnection, IDbTransaction dbTransaction = null);
When I use such four APIs, it is failed to insert message into cap message table, for the table named Published does not yet exist.
Published
The text was updated successfully, but these errors were encountered:
fix issue #16.
9ef8d4c
Thank you for your feedback, I have been in the version 1.1.0-preview-00017748473 fixes this issue.
1.1.0-preview-00017748473
Sorry, something went wrong.
No branches or pull requests
When I use such four APIs, it is failed to insert message into cap message table, for the table named
Published
does not yet exist.The text was updated successfully, but these errors were encountered: