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.
Note
Currently the tests can only run on macOS. A future PR will fix the Windows runs.
This pull request introduces new GitHub Actions workflows for building and testing the project, along with a configuration file to specify the .NET SDK version. These changes automate CI/CD processes and help ensure consistent builds and test runs across environments.
Continuous Integration and Build Automation:
.github/workflows/build.ymlto automate building and packaging the project for multiple configurations on macOS, including artifact upload and concurrency control..github/workflows/test.ymlto automate running tests on macOS, including Mono installation and matrix configuration for release builds.Environment Consistency:
global.jsonto pin the .NET SDK version to6.0.428, ensuring builds use a consistent SDK version.Results: