Skip to content

Conversation

Copy link

Copilot AI commented Nov 29, 2025

Description

Resolves #2323

Adds .github/copilot-instructions.md to configure GitHub Copilot coding agent per best practices.

Contents:

  • Project overview and repository structure
  • Build/test commands (dotnet build, dotnet test, dotnet pack)
  • Multi-targeting guidance (netstandard2.0 through net10.0, conditional compilation)
  • Code style: C# preview, nullable settings, license header template
  • Testing: xUnit + FluentAssertions + AutoFixture, WireMock for HTTP
  • Source generators: [GenerateImmutable], [GenerateClone], [Exclude]
  • Central package management via Directory.Packages.props
  • PR checklist

Purpose

This pull request is a:

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: alexeyzimarev <2821205+alexeyzimarev@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 29, 2025

Deploying restsharp with  Cloudflare Pages  Cloudflare Pages

Latest commit: 37fbef5
Status: ✅  Deploy successful!
Preview URL: https://e9e842e4.restsharp.pages.dev
Branch Preview URL: https://copilot-set-up-copilot-instr.restsharp.pages.dev

View logs

Copilot AI changed the title [WIP] Configure instructions for Copilot in repository Set up Copilot instructions Nov 29, 2025
Copilot AI requested a review from alexeyzimarev November 29, 2025 11:22
Copilot finished work on behalf of alexeyzimarev November 29, 2025 11:22
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.

✨ Set up Copilot instructions

2 participants