Add Core NuGet package authoring requirements#3474
Open
RubenCerna2079 wants to merge 2 commits intomainfrom
Open
Add Core NuGet package authoring requirements#3474RubenCerna2079 wants to merge 2 commits intomainfrom
RubenCerna2079 wants to merge 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates NuGet packaging metadata to support publishing Azure.DataApiBuilder.Core as a NuGet package and refreshes the CLI package metadata to mention MCP support, aligning with issue #3469.
Changes:
- Add NuGet package metadata (id/title/authors/license/readme/icon/tags) and packable assets to
Azure.DataApiBuilder.Core.csproj. - Update
Cli.csprojpackage tags and description to include MCP endpoints.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/Core/Azure.DataApiBuilder.Core.csproj | Adds NuGet package authoring/publishing metadata and packs README/icon/license assets. |
| src/Cli/Cli.csproj | Updates NuGet tags/description to advertise MCP endpoint support. |
anushakolan
approved these changes
Apr 27, 2026
Aniruddh25
reviewed
Apr 28, 2026
Aniruddh25
reviewed
Apr 28, 2026
Aniruddh25
reviewed
Apr 28, 2026
Aniruddh25
reviewed
Apr 28, 2026
Aniruddh25
reviewed
Apr 28, 2026
Aniruddh25
requested changes
Apr 28, 2026
Collaborator
Aniruddh25
left a comment
There was a problem hiding this comment.
Needs different README, NOTICE files for this new package.
Aniruddh25
reviewed
Apr 28, 2026
|
|
||
| ## About | ||
|
|
||
| **Microsoft.DataApiBuilder.Core** is the core engine library for [Data API builder](https://learn.microsoft.com/azure/data-api-builder/) (DAB). It provides the runtime components needed to generate and execute secure REST, GraphQL endpoints and MCP tools backed by Azure and other databases. |
Collaborator
There was a problem hiding this comment.
nit: MCP tools backed by Azure SQL and other databases.
Aniruddh25
approved these changes
Apr 28, 2026
Collaborator
Aniruddh25
left a comment
There was a problem hiding this comment.
Once the changes to NOTICE.txt are done, you might need to include the right path in this PR as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why make this change?
What is this change?
Cli.csproj: Changes package description and tags to include new MCP endpoint.Core.csproj: Adds authoring requirements based on the following link https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/11557/Publish-as-Microsoft?anchor=publishing-microsoft-packages-on-nuget.orgHow was this tested?
No tests are necessary for this change
Sample Request(s)
N/A