Skip to content

Update instructions and Core Gen Techniques solution#508

Merged
PabloNunes merged 3 commits intomicrosoft:mainfrom
PabloNunes:main
Mar 16, 2026
Merged

Update instructions and Core Gen Techniques solution#508
PabloNunes merged 3 commits intomicrosoft:mainfrom
PabloNunes:main

Conversation

@PabloNunes
Copy link
Copy Markdown
Contributor

This pull request updates the documentation, project structure, and build configuration to reflect a transition from .NET 9 to .NET 10, and reorganizes code samples into a centralized samples/ directory. The changes ensure consistency across lesson guides, CI workflows, and agent metadata, making the project easier to navigate and maintain.

@github-actions
Copy link
Copy Markdown

👋 Thanks for contributing @PabloNunes! We will review the pull request and get back to you soon.

Copy link
Copy Markdown
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 pull request updates the repo’s documentation and build metadata to reflect the move to .NET 10 and the centralized samples/ layout, aligning sample project TFMs, lesson references, and CI setup.

Changes:

  • Update documentation and agent metadata to reference .NET 10 and samples/ paths.
  • Retarget many sample projects from net8.0/net9.0 to net10.0.
  • Update CI workflows to set up and build with .NET 10.

Reviewed changes

Copilot reviewed 79 out of 80 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
samples/README.md Update prerequisites to .NET 10.
samples/MAF/MAF02/MAF02.csproj Retarget to net10.0.
samples/MAF/MAF01/MAF01.csproj Retarget to net10.0.
samples/MAF/MAF-Persisting-02-Menu/MAF-Persisting-02-Menu.csproj Retarget to net10.0.
samples/MAF/MAF-Persisting-01-Simple/MAF-Persisting-01-Simple.csproj Retarget to net10.0.
samples/MAF/MAF-Ollama-01/MAF-Ollama-01.csproj Retarget to net10.0.
samples/MAF/MAF-MultiModel/MAF-MultiModel.csproj Retarget to net10.0.
samples/MAF/MAF-MultiAgents/README.md Update prerequisite SDK version to .NET 10.
samples/MAF/MAF-MultiAgents/MAF-MultiAgents.csproj Retarget to net10.0.
samples/MAF/MAF-ImageGen-02/MAF-ImageGen-02.csproj Retarget to net10.0.
samples/MAF/MAF-ImageGen-01/MAF-ImageGen-01.csproj Retarget to net10.0.
samples/MAF/MAF-FoundryClaude-Persisting-01/README.md Update prerequisite SDK version to .NET 10.
samples/MAF/MAF-FoundryClaude-Persisting-01/MAF-FoundryClaude-Persisting-01.csproj Retarget to net10.0.
samples/MAF/MAF-FoundryClaude-01/README.md Update prerequisite SDK version to .NET 10 (incl. troubleshooting note).
samples/MAF/MAF-BackgroundResponses-03-Complex/MAF-BackgroundResponses-03-Complex.csproj Retarget to net10.0.
samples/MAF/MAF-BackgroundResponses-02-Tools/MAF-BackgroundResponses-02-Tools.csproj Retarget to net10.0.
samples/MAF/MAF-BackgroundResponses-01-Simple/MAF-BackgroundResponses-01-Simple.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Simple/ChatApp20/ChatApp20.Web/ChatApp20.Web.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Simple/ChatApp20/ChatApp20.ServiceDefaults/ChatApp20.ServiceDefaults.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Simple/ChatApp20/ChatApp20.AppHost/ChatApp20.AppHost.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Persisting/MAF-AIWebChatApp-Persisting.Web/MAF-AIWebChatApp-Persisting.Web.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Persisting/MAF-AIWebChatApp-Persisting.ServiceDefaults/MAF-AIWebChatApp-Persisting.ServiceDefaults.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Persisting/MAF-AIWebChatApp-Persisting.AppHost/MAF-AIWebChatApp-Persisting.AppHost.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Middleware/ChatApp20/ChatApp20.Web/ChatApp20.Web.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Middleware/ChatApp20/ChatApp20.ServiceDefaults/ChatApp20.ServiceDefaults.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-Middleware/ChatApp20/ChatApp20.AppHost/ChatApp20.AppHost.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-FoundryClaude/README.md Update .NET version references to .NET 10 (overview/prereqs/troubleshooting).
samples/MAF/MAF-AIWebChatApp-FoundryClaude/MAF-AIWebChatApp-FoundryClaude.csproj Retarget to net10.0.
samples/MAF/MAF-AIWebChatApp-AG-UI/README.md Update .NET version references to .NET 10 (incl. troubleshooting).
samples/MAF/MAF-AIFoundryAgents-01/MAF-AIFoundryAgents-01.csproj Retarget to net10.0.
samples/MAF/MAF-AIFoundry-02/MAF-AIFoundry-02.csproj Retarget to net10.0.
samples/MAF/MAF-AIFoundry-01/MAF-AIFoundry-01.csproj Retarget to net10.0.
samples/MAF/CLAUDE-SAMPLES-README.md Update prerequisite SDK version to .NET 10.
samples/CoreSamples/Vision-04MEAI-AOAI-Spectre/Vision-04MEAI-AOAI-Spectre.csproj Retarget to net10.0.
samples/CoreSamples/Vision-03MEAI-AOAI/Vision-03MEAI-AOAI.csproj Retarget to net10.0.
samples/CoreSamples/Vision-02MEAI-Ollama/Vision-02MEAI-Ollama.csproj Retarget to net10.0.
samples/CoreSamples/Vision-01MEAI-GitHubModels/Vision-01MEAI-GitHubModels.csproj Retarget to net10.0.
samples/CoreSamples/Vision-01MEAI-AzureOpenAI/Vision-01MEAI-AzureOpenAI.csproj Retarget to net10.0.
samples/CoreSamples/VideoGeneration-AzureSoraSDK-02/VideoGeneration-AzureSoraSDK-02.csproj Retarget to net10.0.
samples/CoreSamples/VideoGeneration-AzureSora-01/VideoGeneration-AzureSora-01.csproj Retarget to net10.0.
samples/CoreSamples/RAGSimple-04MEAIVectorsQdrant/RAGSimple-04MEAIVectorsQdrant.csproj Retarget to net10.0.
samples/CoreSamples/RAGSimple-03MEAIVectorsAISearch/RAGSimple-03MEAIVectorsAISearch.csproj Retarget to net10.0.
samples/CoreSamples/RAGSimple-02MEAIVectorsMemory/README.md Update prerequisite SDK version to .NET 10.
samples/CoreSamples/RAGSimple-02MEAIVectorsMemory/RAGSimple-02MEAIVectorsMemory.csproj Retarget to net10.0.
samples/CoreSamples/MEAIVectorsShared/MEAIVectorsShared.csproj Retarget to net10.0.
samples/CoreSamples/MEAIFunctionsOllama/MEAIFunctionsOllama.csproj Retarget to net10.0.
samples/CoreSamples/MCP-02-HuggingFace-Ollama/MCP-02-HuggingFace-Ollama.csproj Retarget to net10.0.
samples/CoreSamples/MCP-01-HuggingFace/MCP-01-HuggingFace.csproj Retarget to net10.0.
samples/CoreSamples/DockerModels-02-MEAI-Chat/DockerModels-02-MEAI-Chat.csproj Retarget to net10.0.
samples/CoreSamples/CoreGenerativeAITechniques.sln Update solution contents/structure (removes several project entries).
samples/CoreSamples/Audio-02-RealTimeAudio/Audio-02-RealTimeAudio.csproj Retarget to net10.0.
samples/CoreSamples/Audio-01-SpeechMic/Audio-01-SpeechMic.csproj Retarget to net10.0.
samples/CoreSamples/AgentLabs-03-OpenAPIs/AgentLabs-03-OpenAPIs.csproj Retarget to net10.0.
samples/CoreSamples/AgentLabs-02-Functions/AgentLabs-02-Functions.csproj Retarget to net10.0.
samples/CoreSamples/AIToolkit-02-MEAI-Chat/AIToolkit-02-MEAI-Chat.csproj Retarget to net10.0.
samples/CoreSamples/AIFoundryLocal-01-MEAI-Chat/AIFoundryLocal-02-MEAI-Chat.csproj Retarget to net10.0.
samples/AppsWithGenAI/SpaceAINet/SpaceAINet.ServiceDefaults/SpaceAINet.ServiceDefaults.csproj Retarget to net10.0.
samples/AppsWithGenAI/SpaceAINet/SpaceAINet.Screenshot/SpaceAINet.Screenshot.csproj Retarget to net10.0.
samples/AppsWithGenAI/SpaceAINet/SpaceAINet.GameActionProcessor/SpaceAINet.GameActionProcessor.csproj Retarget to net10.0.
samples/AppsWithGenAI/SpaceAINet/SpaceAINet.Console/SpaceAINet.Console.csproj Retarget to net10.0.
samples/AppsWithGenAI/SpaceAINet/README.md Update .NET version references to .NET 10.
samples/AppsWithGenAI/HFMCP.GenImage/README.md Update .NET version references to .NET 10.
samples/AppsWithGenAI/HFMCP.GenImage/HFMCP.GenImage.Web/HFMCP.GenImage.Web.csproj Retarget to net10.0.
samples/AppsWithGenAI/HFMCP.GenImage/HFMCP.GenImage.ServiceDefaults/HFMCP.GenImage.ServiceDefaults.csproj Retarget to net10.0.
samples/AppsWithGenAI/HFMCP.GenImage/HFMCP.GenImage.AppHost/HFMCP.GenImage.AppHost.csproj Retarget to net10.0.
samples/AppsWithGenAI/HFMCP.GenImage/HFMCP.GenImage.ApiService/HFMCP.GenImage.ApiService.csproj Retarget to net10.0.
AGENTS.md Update repo structure + build/run instructions for .NET 10 and samples/.
04-AgentsWithMAF/readme.md Update prerequisite SDK version to .NET 10.
.squad/team.md Update stack description to .NET 10+.
.squad/agents/trinity/history.md Add new agent history doc (contains non-printable character issues).
.squad/agents/tank/history.md Update stack description to .NET 10+.
.squad/agents/oracle/history.md Update stack description to .NET 10+.
.squad/agents/niobe/history.md Update stack description to .NET 10+.
.squad/agents/neo/history.md Update stack description to .NET 10+.
.squad/agents/neo/charter.md Update best-practices baseline to .NET 10+.
.squad/agents/morpheus/history.md Update stack description to .NET 10+.
.squad/agents/dozer/history.md Update stack description to .NET 10+.
.github/workflows/copilot-setup-steps.yml Update setup-dotnet to 10.0.x.
.github/workflows/build-validation.yml Update setup-dotnet to 10.0.x.
.github/copilot-instructions.md Update Copilot instructions for new lesson layout + samples/ paths and .NET 10+.
Comments suppressed due to low confidence (1)

AGENTS.md:131

  • Same issue for the BasicChat-03Ollama sample: it is a file-based app.cs sample, so dotnet run from the directory is not sufficient. Update the command to explicitly run the file (e.g., dotnet run app.cs).
# Example: Run with Ollama
cd samples/CoreSamples/BasicChat-03Ollama
dotnet run

Comment thread AGENTS.md Outdated
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
@PabloNunes PabloNunes merged commit 4f46083 into microsoft:main Mar 16, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants