Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Migrates the repository’s Visual Studio solution from the legacy .sln format to the XML-based .slnx format, and updates build tooling configuration to point to the new solution file.
Changes:
- Added
Testably.Abstractions.slnxand removedTestably.Abstractions.sln. - Updated Nuke configuration to reference the new
.slnxsolution. - Updated the Nuke build project/tooling versions (Build.csproj TFM + Nuke package versions).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Testably.Abstractions.slnx | New .slnx solution structure (projects + solution items) to replace the removed .sln. |
| Testably.Abstractions.sln | Removed legacy Visual Studio solution file. |
| Pipeline/Build.csproj | Updates the Nuke build project target framework to net10.0. |
| Directory.Packages.props | Upgrades Nuke package versions used by the build project. |
| .nuke/parameters.json | Points Nuke’s Solution parameter at Testably.Abstractions.slnx. |
|
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.



This PR migrates the solution from the traditional
.slnformat to the newer.slnx(XML-based) format, which is supported in modern versions of Visual Studio and .NET tooling. The migration also updates the build pipeline to target .NET 10.0 and upgrades Nuke build tools to version 10.1.0.Key changes
Testably.Abstractions.slnfile with new XML-basedTestably.Abstractions.slnxformat