Skip to content

ci: allow .NET 10 preview installs#15

Open
rogeralsing wants to merge 1 commit intomainfrom
fix/ci-dotnet10-preview
Open

ci: allow .NET 10 preview installs#15
rogeralsing wants to merge 1 commit intomainfrom
fix/ci-dotnet10-preview

Conversation

@rogeralsing
Copy link
Contributor

@rogeralsing rogeralsing commented Jan 22, 2026

Summary\n- allow actions/setup-dotnet to install preview SDKs when global.json targets .NET 10 preview\n- align pack workflow with CI setup\n\n## Testing\n- dotnet test -c Release --nologo\n\nFixes #4

@rogeralsing
Copy link
Contributor Author

Progress note: issue #4 is still open; updated CI and pack workflows to set actions/setup-dotnet include-prerelease=true so global.json can resolve .NET 10 preview. No code changes; tests not run locally since change is workflow-only. Next: wait for CI on this PR.

@rogeralsing rogeralsing mentioned this pull request Jan 22, 2026
5 tasks
@rogeralsing
Copy link
Contributor Author

Progress update: ran Determining projects to restore...
All projects are up-to-date for restore.
Asynkron.Profiler.Core -> /Users/rogerjohansson/git/asynkron/Asynkron.Profiler/.worktrees/Keep-CI-green-on-main-for-NET-10-preview-https-github-com-asynkron-Asynkron-Profiler-issues-4-/src/ProfilerCore/bin/Release/net10.0/Asynkron.Profiler.Core.dll
ProfileTool -> /Users/rogerjohansson/git/asynkron/Asynkron.Profiler/.worktrees/Keep-CI-green-on-main-for-NET-10-preview-https-github-com-asynkron-Asynkron-Profiler-issues-4-/src/ProfileTool/bin/Release/net10.0/ProfileTool.dll
Asynkron.Profiler.Tests -> /Users/rogerjohansson/git/asynkron/Asynkron.Profiler/.worktrees/Keep-CI-green-on-main-for-NET-10-preview-https-github-com-asynkron-Asynkron-Profiler-issues-4-/tests/Asynkron.Profiler.Tests/bin/Release/net10.0/Asynkron.Profiler.Tests.dll
Test run for /Users/rogerjohansson/git/asynkron/Asynkron.Profiler/.worktrees/Keep-CI-green-on-main-for-NET-10-preview-https-github-com-asynkron-Asynkron-Profiler-issues-4-/tests/Asynkron.Profiler.Tests/bin/Release/net10.0/Asynkron.Profiler.Tests.dll (.NETCoreApp,Version=v10.0)
A total of 1 test files matched the specified pattern.

Passed! - Failed: 0, Passed: 23, Skipped: 0, Total: 23, Duration: 48 ms - Asynkron.Profiler.Tests.dll (net10.0) locally (23/23 passed).

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.

1 participant