Skip to content

.NET Framework development instructions#145

Merged
aaronpowell merged 5 commits into
github:mainfrom
mjrousos:netfx-instructions
Aug 4, 2025
Merged

.NET Framework development instructions#145
aaronpowell merged 5 commits into
github:mainfrom
mjrousos:netfx-instructions

Conversation

@mjrousos

@mjrousos mjrousos commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

When working with .NET solutions, GitHub Copilot often assumes .NET (Core) and uses modern .NET-isms for tooling, language, and project file management decisions. This instructions file is meant to be used when working with older .NET Framework projects to make sure Copilot uses tools and code patterns appropriate for .NET Framework scenarios.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings August 1, 2025 19:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adds comprehensive instructions for .NET Framework development to help GitHub Copilot provide appropriate guidance when working with legacy .NET Framework projects instead of modern .NET Core/.NET projects.

Key changes:

  • Introduces detailed guidance for .NET Framework-specific tooling, project structure, and C# 7.3 language limitations
  • Provides best practices for common .NET Framework development scenarios including async patterns, configuration, and performance considerations
  • Updates the README.md to include the new instruction file in the documentation table

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
instructions/dotnet-framework.instructions.md New comprehensive instruction file covering .NET Framework development guidelines, tooling differences, C# 7.3 limitations, and best practices
README.md Added table entry for the new .NET Framework instructions file with installation links

Comment thread instructions/dotnet-framework.instructions.md Outdated
Comment thread instructions/dotnet-framework.instructions.md
Comment thread README.md Outdated
@aaronpowell aaronpowell merged commit 0dcb9e9 into github:main Aug 4, 2025
2 checks passed
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.

3 participants