Jelajahi Sumber

修复rider分析工具指出的错误

tanghai 6 tahun lalu
induk
melakukan
2e68f7f492

+ 1 - 1
Server/ThirdParty/MongoDBDriver/MongoDB.Driver.Core/Core/Operations/BulkWriteOperationResult.cs

@@ -147,7 +147,7 @@ namespace MongoDB.Driver.Core.Operations
 
             // constructors
             /// <summary>
-            /// Initializes a new instance of the <see cref="Acknowledged" /> class.
+            /// Initializes a new instance of the class.
             /// </summary>
             /// <param name="requestCount">The request count.</param>
             /// <param name="matchedCount">The matched count.</param>

+ 2 - 2
Server/ThirdParty/MongoDBDriver/MongoDB.Driver/BulkWriteResult.cs

@@ -185,7 +185,7 @@ namespace MongoDB.Driver
 
             // constructors
             /// <summary>
-            /// Initializes a new instance of the <see cref="Acknowledged" /> class.
+            /// Initializes a new instance of the class.
             /// </summary>
             /// <param name="requestCount">The request count.</param>
             /// <param name="matchedCount">The matched count.</param>
@@ -272,7 +272,7 @@ namespace MongoDB.Driver
         {
             // constructors
             /// <summary>
-            /// Initializes a new instance of the <see cref="Unacknowledged"/> class.
+            /// Initializes a new instance of the class.
             /// </summary>
             /// <param name="requestCount">The request count.</param>
             /// <param name="processedRequests">The processed requests.</param>

+ 1 - 1
Server/ThirdParty/MongoDBDriver/MongoDB.Driver/DeleteResult.cs

@@ -64,7 +64,7 @@ namespace MongoDB.Driver
             private readonly long _deletedCount;
 
             /// <summary>
-            /// Initializes a new instance of the <see cref="Acknowledged"/> class.
+            /// Initializes a new instance of the
             /// </summary>
             /// <param name="deletedCount">The deleted count.</param>
             public Acknowledged(long deletedCount)

+ 1 - 1
Server/ThirdParty/MongoDBDriver/MongoDB.Driver/MongoClientSettings.cs

@@ -165,7 +165,7 @@ namespace MongoDB.Driver
         {
             get
             {
-                return _credentials.SingleOrDefault(); ;
+                return _credentials.SingleOrDefault();
             }
             set
             {

+ 1 - 1
Server/ThirdParty/MongoDBDriver/MongoDB.Driver/ReplaceOneResult.cs

@@ -92,7 +92,7 @@ namespace MongoDB.Driver
             private readonly BsonValue _upsertedId;
 
             /// <summary>
-            /// Initializes a new instance of the <see cref="Acknowledged"/> class.
+            /// Initializes a new instance of the class.
             /// </summary>
             /// <param name="matchedCount">The matched count.</param>
             /// <param name="modifiedCount">The modified count.</param>

+ 1 - 1
Server/ThirdParty/MongoDBDriver/MongoDB.Driver/UpdateResult.cs

@@ -92,7 +92,7 @@ namespace MongoDB.Driver
             private readonly BsonValue _upsertedId;
 
             /// <summary>
-            /// Initializes a new instance of the <see cref="Acknowledged"/> class.
+            /// Initializes a new instance of the class.
             /// </summary>
             /// <param name="matchedCount">The matched count.</param>
             /// <param name="modifiedCount">The modified count.</param>