Skip to content

Fix CI build: declare new ClientName public API symbols in PublicAPI.Unshipped.txt#188

Draft
Mathieu Gamache (PrincessMadMath) with Copilot wants to merge 3 commits into
mainfrom
copilot/sub-pr-187
Draft

Fix CI build: declare new ClientName public API symbols in PublicAPI.Unshipped.txt#188
Mathieu Gamache (PrincessMadMath) with Copilot wants to merge 3 commits into
mainfrom
copilot/sub-pr-187

Conversation

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

PublicApiAnalyzers (RS0016) was blocking the build because the new ClientName symbols introduced for named client support were never registered in the public API tracking file.

Changes

  • Added the three missing entries to Workleap.Extensions.Mongo.Abstractions/PublicAPI.Unshipped.txt:
    • MongoCollectionAttribute.ClientName.get -> string?
    • MongoCollectionAttribute.ClientName.set -> void
    • IMongoCollectionBuilder<TDocument>.ClientName(string! clientName) -> IMongoCollectionBuilder<TDocument!>!

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

… failure

Co-authored-by: PrincessMadMath <8277266+PrincessMadMath@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for named clients in mongo collection Fix CI build: declare new ClientName public API symbols in PublicAPI.Unshipped.txt Mar 3, 2026
@PrincessMadMath

Copy link
Copy Markdown
Contributor

Copilot it shoud be in the published.txt we don't use unpublished in this project

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown
Contributor Author

Mathieu Gamache (@PrincessMadMath) The model claude-sonnet-4.6 is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: fc8c7dfb-d7ee-4df4-be3a-43a4ec12230e

@PrincessMadMath

Copy link
Copy Markdown
Contributor

Copilot it shoud be in the published.txt we don't use unpublished in this project

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown
Contributor Author

Mathieu Gamache (@PrincessMadMath) The model claude-sonnet-4.6 is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: fb14b6a4-9b8a-4580-81aa-92285200c8e1

Base automatically changed from feature/EP-5071_Support-Client-CollectionAttribute to main March 4, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants