[Repo Assist] eng: update SmokeTests tooling to match main test project#391
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
[Repo Assist] eng: update SmokeTests tooling to match main test project#391github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
- 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>
12 tasks
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 is an automated pull request from Repo Assist, an AI assistant.
Summary
The
SmokeTestsproject had test tooling significantly behind the main test project. This PR brings it in sync and removes a stale developer-machine artifact.Changes
TargetFrameworknet9.0net10.0FsUnit.xUnitMicrosoft.NET.Test.Sdkxunitxunit.runner.visualstudiocoverlet.collectorContent Removepointing toC:\Users\Abel\.nuget\...The
TargetFrameworkbump tonet10.0keeps the smoke tests aligned with the global SDK version (10.0.102inglobal.json) and the main test project. Since the smoke tests reference the publishedFSharp.Control.TaskSeqv0.4.0 package (which targetsnetstandard2.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