Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stryker does not use selected configuration #3030

Open
dupdob opened this issue Sep 9, 2024 · 0 comments
Open

Stryker does not use selected configuration #3030

dupdob opened this issue Sep 9, 2024 · 0 comments

Comments

@dupdob
Copy link
Member

dupdob commented Sep 9, 2024

I have a configuration called Dev with which I run my tests.
The project is only available as x64

The following all fails building :

 dotnet stryker --configuration Dev
 dotnet stryker --configuration "Dev x64"
 dotnet stryker --configuration "x64 Dev"

As a test, I added the "Any CPU" configuration and dotnet stryker --configuration Dev then builds successfully

Originally posted by @tisonv in #2077 (comment)

@dupdob dupdob changed the title Stryker does not use selecteed configuration Stryker does not use selected configuration Sep 9, 2024
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

No branches or pull requests

1 participant