-
Notifications
You must be signed in to change notification settings - Fork 2k
Update CSharpExpert agent with .NET and C# version info #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added information about familiarity with .NET 10 and C# 14.
There was a problem hiding this 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 updates the CSharpExpert agent to declare familiarity with .NET 10 and C# 14, including reference URLs to Microsoft documentation for these versions.
Key Changes:
- Added statement indicating familiarity with .NET 10 and C# 14
- Included reference URLs to Microsoft documentation for .NET 9, .NET 10, C# 13, and C# 14
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
|
Thanks for this one @mihsoft . I'm wondering if it'd make sense to include a reference to the MS Learn MCP tooling in this? Thoughts? |
Added information about familiarity with .NET 10 and C# 14. Confirmed correct interactions with Gemini 3 Pro (Preview)
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Most models were built prior to C# 13 and C# 14 and NET 9 and NET 10, this instructs the agent to learn these first and obtain the necessary context to provide up-to-date recommendations
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.