Add CI workflow to run C# GSDK unit tests on PRs and update projects to net10.0#191
Merged
dgkanatsios merged 3 commits intomainfrom Mar 3, 2026
Merged
Add CI workflow to run C# GSDK unit tests on PRs and update projects to net10.0#191dgkanatsios merged 3 commits intomainfrom
dgkanatsios merged 3 commits intomainfrom
Conversation
Co-authored-by: dgkanatsios <8256138+dgkanatsios@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add unit tests execution for C# GSDK modifications
Add CI workflow to run C# GSDK unit tests on PRs
Mar 3, 2026
Contributor
|
@copilot .NET 6 is EOL, can you update C# projects to net10? |
Co-authored-by: dgkanatsios <8256138+dgkanatsios@users.noreply.github.com>
Contributor
Author
Updated all C# application/test projects to Updated projects:
All 17 tests pass on .NET 10. |
Copilot
AI
changed the title
Add CI workflow to run C# GSDK unit tests on PRs
Add CI workflow to run C# GSDK unit tests on PRs and update projects to net10.0
Mar 3, 2026
dgkanatsios
approved these changes
Mar 3, 2026
This was referenced Mar 3, 2026
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.
What this PR does / why we need it:
Adds a GitHub Actions workflow that runs C# GSDK unit tests on pull requests when
csharp/**files are modified, and updates C# application/test projects from EOL .NET versions to .NET 10.GSDK_CSharp_Standard.sln, then runsdotnet testoncsharp/Tests/Tests.csprojGITHUB_TOKENtocontents: readTests/Tests.csprojfromnet6.0tonet10.0WinTestRunnerGame/WinTestRunnerGame.csprojfromnet8.0tonet10.0WindowsTestAppCSharp/WindowsTestAppCSharp.csprojfromnetcoreapp2.1tonet10.0GSDK_CSharp_Standard.csprojonnetstandard2.0since it's a NuGet library package requiring broad consumer compatibilitySpecial notes for your reviewer:
All 17 existing unit tests pass on .NET 10. The GSDK library itself remains on
netstandard2.0to maintain compatibility for NuGet consumers across different .NET versions.If applicable:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.