Skip to content

Comments

fix: change to correct directory needed#51838

Open
mikeirvingweb wants to merge 1 commit intodotnet:mainfrom
mikeirvingweb:main
Open

fix: change to correct directory needed#51838
mikeirvingweb wants to merge 1 commit intodotnet:mainfrom
mikeirvingweb:main

Conversation

@mikeirvingweb
Copy link
Contributor

@mikeirvingweb mikeirvingweb commented Feb 22, 2026

Summary

The Create the .NET app section at https://learn.microsoft.com/en-us/dotnet/ai/quickstarts/chat-local-model lacks a necessary step whereby you'll need to navigate to the new directory.

I have added the required step.


Internal previews

📄 File 🔗 Preview link
docs/ai/quickstarts/chat-local-model.md Chat with a local AI model using .NET

Copilot AI review requested due to automatic review settings February 22, 2026 16:36
@mikeirvingweb mikeirvingweb requested review from a team and gewarren as code owners February 22, 2026 16:36
@dotnetrepoman dotnetrepoman bot added this to the February 2026 milestone Feb 22, 2026
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Feb 22, 2026
Copy link
Contributor

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 fixes a missing step in the Create the .NET app section of the "Chat with a local AI model using .NET" quickstart documentation. The step instructs users to navigate into the newly created directory before running subsequent dotnet add package commands, which is necessary for those commands to work correctly.

Changes:

  • Added a "cd LocalAI" step after the "dotnet new console -o LocalAI" command to ensure users are in the correct directory for subsequent commands

dotnet new console -o LocalAI
```

1. Navigate to the directory you created for the app:
Copy link

Copilot AI Feb 22, 2026

Choose a reason for hiding this comment

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

The wording should match the established convention used in other AI quickstarts. Change 'Navigate to the directory you created for the app' to 'Change directory into the app folder' for consistency with other quickstart documentation.

Suggested change
1. Navigate to the directory you created for the app:
1. Change directory into the app folder:

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant