mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-17 14:45:13 +00:00
* Removing a codex-specific agent (model deprecated) and removing model from blueprint mode * Combining skills into a single skill with an internal decision tree * Converting agents to skill with decision tree Closes #998 * Converting agents to skill with decision tree" Fixes #999
16 lines
675 B
Markdown
16 lines
675 B
Markdown
# Semantic Kernel for .NET
|
|
|
|
Use this reference when the target project is written in C# or another .NET language.
|
|
|
|
## Authoritative sources
|
|
|
|
- Repository: <https://github.com/microsoft/semantic-kernel/tree/main/dotnet>
|
|
- Samples: <https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples>
|
|
|
|
## .NET-specific guidance
|
|
|
|
- Use `async`/`await` patterns consistently for kernel operations.
|
|
- Follow .NET best practices with strong typing and explicit interfaces.
|
|
- Keep service registration, configuration, and authentication aligned with standard .NET hosting patterns.
|
|
- Check the latest .NET samples before introducing new APIs, plugins, or orchestration patterns.
|