File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
tests/MongoDB.Driver.TestConsoleApplication Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ namespace MongoDB.Driver
2525 /// <summary>
2626 /// Base class for implementors of <see cref="IMongoClient"/>.
2727 /// </summary>
28+ [ Obsolete ( "This class will be removed in a later release." ) ]
2829 public abstract class MongoClientBase : IMongoClient
2930 {
3031 /// <inheritdoc />
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ namespace MongoDB.Driver
2929 /// Base class for implementors of <see cref="IMongoCollection{TDocument}"/>.
3030 /// </summary>
3131 /// <typeparam name="TDocument">The type of the document.</typeparam>
32+ [ Obsolete ( "This class will be made internal in a later release." ) ]
3233 public abstract class MongoCollectionBase < TDocument > : IMongoCollection < TDocument >
3334 {
3435 /// <inheritdoc />
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ namespace MongoDB.Driver
2323 /// <summary>
2424 /// Base class for implementors of <see cref="IMongoDatabase" />.
2525 /// </summary>
26+ [ Obsolete ( "This class will be removed in a later release." ) ]
2627 public abstract class MongoDatabaseBase : IMongoDatabase
2728 {
2829 // public properties
Original file line number Diff line number Diff line change 2222 CA1801;
2323 CA1812;
2424 CA1822;
25- CA2007
25+ CA2007;
26+ CS0618
2627 </NoWarn >
2728 </PropertyGroup >
2829
You can’t perform that action at this time.
0 commit comments