Skip to content

Added Meta for Pages csproj #38

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Added Meta for Pages csproj #38

wants to merge 2 commits into from

Conversation

robearlam
Copy link
Member

Added missing metadata for Pages Assembly

Description / Motivation

The Pages package wasn't generating with any information, due to the missing meta data in the csproj

Testing

  • The Unit & Intergration tests are passing.
  • I have added the necessary tests to cover my changes.

Terms

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds missing metadata to the Pages csproj file in order to ensure that the Pages package generates with the proper information.

  • Added a PropertyGroup block with Product and Description elements
  • Provides required metadata for the Pages assembly
Comments suppressed due to low confidence (1)

src/Sitecore.AspNetCore.SDK.Pages/Sitecore.AspNetCore.SDK.Pages.csproj:4

  • Consider updating the product name to 'Sitecore ASP.NET Core SDK Pages' to follow the standard .NET naming conventions.
<Product>Sitecore ASP.Net Core SDK Pages</Product>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant