[CSHARP-3679] Remove internal APIs from MongoDB.Core Created: 20/May/21  Updated: 08/Jan/24

Status: Backlog
Project: C# Driver
Component/s: None
Affects Version/s: None
Fix Version/s: 3.0.0

Type: Improvement Priority: Unknown
Reporter: Dmitry Lukyanov (Inactive) Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to CSHARP-4494 Consider marking ObjectSerializer and... Backlog
Epic Link: Implement 3.0 release
Quarter: FY24Q3
Documentation Changes Summary:

1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?


 Description   

A number of files in MongoDb.Core project are public even though they were not designed for that and effectively they're internal. But when we want to make a change in their "public" API we still try to avoid it which sometimes makes our code less clear.
However we already made some of these changes and no one complained about it during years. I think it would be good if we define which files(at least high-level) we can feel free to change and which ones not.

For example: `IAuthenticator` looks like a valid candidate to be effectively public since at least someone can want to moq this logic in their tests or implement his own logic, but it's hard to imagine if anyone can implement his own version of IChannel


Generated at Wed Feb 07 21:45:58 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.