Skip to content

AccelerateDevGHCopilot - #40

Open
SharonSmith-heuristicdev wants to merge 2 commits into
MicrosoftLearning:mainfrom
SharonSmith-heuristicdev:AccelerateDevGHCopilot
Open

AccelerateDevGHCopilot#40
SharonSmith-heuristicdev wants to merge 2 commits into
MicrosoftLearning:mainfrom
SharonSmith-heuristicdev:AccelerateDevGHCopilot

Conversation

@SharonSmith-heuristicdev

Copy link
Copy Markdown

Module: 00

Lab/Demo: 00

Fixes # .

Changes proposed in this pull request:

Copilot AI review requested due to automatic review settings July 28, 2026 17:14

@SharonSmith-heuristicdev SharonSmith-heuristicdev left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ok

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds project-level documentation for the AccelerateDevGHCopilot “Library App” lab, describing the solution layout, key components, and basic dotnet commands for build/run/test.

Changes:

  • Added a new README describing the Library App architecture and folder structure.
  • Documented key domain entities/services and repositories.
  • Included usage commands for building, running, and executing unit tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +50 to +57
1. Prerequisites
Install the .NET SDK (recommended current LTS).
2. Restore and build
Command: `dotnet build src/Library.Console/Library.Console.csproj`
3. Run the application
Command: `dotnet run --project src/Library.Console/Library.Console.csproj`
4. Run unit tests
Command: `dotnet test tests/UnitTests/UnitTests.csproj`
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