Commit aab167ea authored by Savorboard's avatar Savorboard

modify the error comments.

parent c24cc70d
...@@ -132,7 +132,7 @@ namespace DotNetCore.CAP.Abstractions ...@@ -132,7 +132,7 @@ namespace DotNetCore.CAP.Abstractions
{ {
throw new InvalidOperationException( throw new InvalidOperationException(
"If you are using the EntityFramework, you need to configure the DbContextType first." + "If you are using the EntityFramework, you need to configure the DbContextType first." +
" otherwise you need to use overloaded method with IDbConnection and IDbTransaction."); " otherwise you need to use overloaded method with IDbTransaction.");
} }
} }
......
...@@ -15,7 +15,7 @@ namespace DotNetCore.CAP ...@@ -15,7 +15,7 @@ namespace DotNetCore.CAP
/// (EntityFramework) Asynchronous publish a object message. /// (EntityFramework) Asynchronous publish a object message.
/// <para> /// <para>
/// If you are using the EntityFramework, you need to configure the DbContextType first. /// If you are using the EntityFramework, you need to configure the DbContextType first.
/// otherwise you need to use overloaded method with IDbConnection and IDbTransaction. /// otherwise you need to use overloaded method with IDbTransaction.
/// </para> /// </para>
/// </summary> /// </summary>
/// <typeparam name="T">The type of content object.</typeparam> /// <typeparam name="T">The type of content object.</typeparam>
...@@ -28,7 +28,7 @@ namespace DotNetCore.CAP ...@@ -28,7 +28,7 @@ namespace DotNetCore.CAP
/// (EntityFramework) Publish a object message. /// (EntityFramework) Publish a object message.
/// <para> /// <para>
/// If you are using the EntityFramework, you need to configure the DbContextType first. /// If you are using the EntityFramework, you need to configure the DbContextType first.
/// otherwise you need to use overloaded method with IDbConnection and IDbTransaction. /// otherwise you need to use overloaded method with IDbTransaction.
/// </para> /// </para>
/// </summary> /// </summary>
/// <typeparam name="T">The type of content object.</typeparam> /// <typeparam name="T">The type of content object.</typeparam>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
namespace DotNetCore.CAP namespace DotNetCore.CAP
{ {
/// <summary> /// <summary>
/// An empty interface, which is used to mark the current class have a CAP methods. /// An empty interface, which is used to mark the current class have a CAP subscriber methods.
/// </summary> /// </summary>
public interface ICapSubscribe public interface ICapSubscribe
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment