Skip to content

[Repo Assist] eng: update SmokeTests tooling to match main test project#391

Open
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/eng-smoke-tests-deps-20260417-31e04d9670c23e20
Open

[Repo Assist] eng: update SmokeTests tooling to match main test project#391
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/eng-smoke-tests-deps-20260417-31e04d9670c23e20

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 This is an automated pull request from Repo Assist, an AI assistant.

Summary

The SmokeTests project had test tooling significantly behind the main test project. This PR brings it in sync and removes a stale developer-machine artifact.

Changes

Package / Setting Before After
TargetFramework net9.0 net10.0
FsUnit.xUnit 6.0.0 6.0.1
Microsoft.NET.Test.Sdk 17.10.0 18.4.0
xunit 2.8.0 2.9.3
xunit.runner.visualstudio 2.8.0 2.8.2
coverlet.collector 6.0.2 6.0.4
Stale Content Remove pointing to C:\Users\Abel\.nuget\... present removed

The TargetFramework bump to net10.0 keeps the smoke tests aligned with the global SDK version (10.0.102 in global.json) and the main test project. Since the smoke tests reference the published FSharp.Control.TaskSeq v0.4.0 package (which targets netstandard2.1), it runs on any .NET version.

The stale <Content Remove> item (a Windows absolute path from a local developer's machine) was harmless but noisy. Removed.

Test Status

Build: 0 warnings, 0 errors (Release, Linux)
Smoke tests: 11 passed, 0 failed
Main tests: 5093 passed, 2 skipped, 0 failed
Fantomas: formatting check passes

Generated by 🌈 Repo Assist, see workflow run. Learn more.

Generated by 🌈 Repo Assist, see workflow run. Learn more.

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@97143ac59cb3a13ef2a77581f929f06719c7402a

- net9.0 → net10.0 (matching main test project)
- FsUnit.xUnit 6.0.0 → 6.0.1
- Microsoft.NET.Test.Sdk 17.10.0 → 18.4.0
- xunit 2.8.0 → 2.9.3
- xunit.runner.visualstudio 2.8.0 → 2.8.2
- coverlet.collector 6.0.2 → 6.0.4
- Remove stale Windows-path Content Remove artifact

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme marked this pull request as ready for review April 17, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants