Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes the project by migrating from traditional .sln files to the new .slnx format and adds Copilot integration setup. The change represents an adoption of Microsoft's XML-based solution format that offers better tooling integration and maintainability.
- Migrates all solution files from .sln to .slnx format across the project
- Adds Copilot setup configuration including workflow and instructions
- Updates package references and MIME type mappings to support new file formats
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/FSharp.Data.GraphQL.Client/MimeTypes.fs | Adds MIME type mappings for .slnf and .slnx file extensions |
| samples/star-wars-fabulous-client/StarWars.slnx | Creates new XML-based solution file replacing the traditional .sln format |
| samples/star-wars-fabulous-client/StarWars.sln | Removes the legacy .sln solution file |
| build/Program.fs | Updates build script to reference the new .slnx file format |
| Packages.props | Updates package version constraints for compatibility |
| FSharp.Data.GraphQL.slnx | Creates main solution file in new XML format |
| FSharp.Data.GraphQL.sln | Removes legacy main solution file |
| FSharp.Data.GraphQL.Integration.slnx | Creates integration solution in new format |
| FSharp.Data.GraphQL.Integration.sln | Removes legacy integration solution |
| FSharp.Data.GraphQL.Build.slnx | Creates build solution in new format |
| FSharp.Data.GraphQL.Build.sln | Removes legacy build solution |
| .mcp.json | Adds MCP configuration for Copilot integration |
| .github/workflows/copilot-setup-steps.yml | Adds GitHub workflow for Copilot setup automation |
| .github/copilot-instructions.md | Adds comprehensive Copilot instructions and coding standards |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.