-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a README in nuspec #1377
Add a README in nuspec #1377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/Microsoft.AspNetCore.OData.Nightly.nuspec: Language not supported
- src/Microsoft.AspNetCore.OData.Release.nuspec: Language not supported
- src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/Microsoft.AspNetCore.OData.Nightly.nuspec: Language not supported
- src/Microsoft.AspNetCore.OData.Release.nuspec: Language not supported
- src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj: Language not supported
Comments suppressed due to low confidence (2)
README.md:1
- The title should be 'ASP.NET Core OData 8.x' to maintain consistency with the previous version.
# ASP.NET Core OData
README.md:91
- The
GetEdmModel
function should include theProduct
entity type to be consistent with the example provided.
builder.EntityType<Order>();
Issues
This pull request fixes #xxx.
Description
This PR
README
filenuspec
files to addreadme
element. This is to ensure README.md is package when generating NuGet package.README.md file updated:
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.