Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Oct 24, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

)

(GH-4627) Add explicit path type support for .NET 10+ compatibility

Adds DotNetTestPathType enum and PathType property to DotNetTestSettings to
support explicit --project and --solution parameters required by .NET 10+.

Changes:
- Add DotNetTestPathType enum with None, Auto, Project, and Solution values
- Add PathType property to DotNetTestSettings (defaults to None for backward compatibility)
- Update DotNetTester to handle path type logic with switch expressions
- Add comprehensive unit tests covering all path type scenarios
- Support auto-detection based on file extensions (.sln, .csproj, .vbproj, .fsproj, .vcxproj)

Resolves #4627
@pull pull bot locked and limited conversation to collaborators Oct 24, 2025
@pull pull bot added the ⤵️ pull label Oct 24, 2025
@pull pull bot merged commit 9c605ab into rprouse:develop Oct 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant