-
Notifications
You must be signed in to change notification settings - Fork 227
feat: support for solution level configuration #3511
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
Open
dupdob
wants to merge
75
commits into
master
Choose a base branch
from
fix_3424
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
53ceb13
WIP
dupdob 4d8cbb3
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 85a580c
fix: fix flaky test Dispose_ShouldDisposeAllRunnersInPool
dupdob 051a7fb
chore: massive refactoring of InputFileResolver to migrate some respo…
dupdob 1854661
chore: split inputsolver responsibilities in several classes for read…
dupdob 85ef28f
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 908e031
chore: address copilot requests
dupdob 56821b2
dix: failing test on Windows
dupdob 0a5b6ae
fox: slightly change sse test
dupdob de7d470
chore: address sonar errors
dupdob 5eb56ec
chore: Copilot complaints
dupdob bd83103
fix: address copilot
dupdob 4340ca6
misc: dump source code on fatal error during build
dupdob bf150b7
misc: Fix Sonar complaint
dupdob 5fa8dd5
chore: Copilot
dupdob 0ed49dc
chore: add missing mock entry
dupdob 9cd9c8b
fix: fix issues with Microsot solution
dupdob ba7e21b
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 1a0a0ac
misc: dump msbuild log when simulated build failed for debug purposes
dupdob 00b9739
chore: sonar
dupdob 0742f65
fix: incorrect configuration extration from solution info
dupdob 963ff22
fix: failing unit tests
dupdob 0983c8c
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 345f608
Update src/Stryker.Core/Stryker.Core/Initialisation/TargetsForMutatio…
dupdob 171da10
wip
dupdob 56d1879
Merge remote-tracking branch 'origin/fix_3424' into fix_3424
dupdob 109ef99
wip: improve build logging
dupdob ee4d9c8
chore: change retry logic
dupdob 190377a
chore: refine error reporting for analysis
dupdob fc61c27
chore: renanming and minor redesign
dupdob f1a9ff6
fix: failing unit tests
dupdob 422f630
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 16a2376
fix: failing nuget test
dupdob 4a5d47e
fix: misc issues (Sonar/Copilot)
dupdob 69e1755
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob d6d4b68
chore: signature changes
dupdob 48155b3
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 7967095
fix: Copilot/Sonar
dupdob 73ad863
chore: Sonar
dupdob d0c9f03
chore: move test compilation to RelatedSourceProjectsInfo class
dupdob 8d75016
Update src/Stryker.Core/Stryker.Core/Initialisation/InputFileResolver.cs
dupdob 731a3d3
misc: improve log on analysis step
dupdob bdde34e
Merge remote-tracking branch 'origin/fix_3424' into fix_3424
dupdob fc2a34f
Merge remote-tracking branch 'origin/fix_3424' into fix_3424
dupdob cca7e65
Merge remote-tracking branch 'origin/fix_3424' into fix_3424
dupdob c8c5b60
misc: fix Sonar
dupdob 557620b
fix: issues
dupdob 71cd46e
chore: sonar & Copilot warnings
dupdob d92b31d
test: fix failing test
dupdob ef955e4
misc: pick netframwork first on windows os
dupdob 2f6bd96
fix: change target framework seleciton logic
dupdob f1b82fc
chore: review nullable
dupdob ab0a032
Merge branch 'master' into fix_3424
dupdob fe2562d
fix: exception on dependency resolution
dupdob 6b3f0bb
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 0ee93f6
feat: restore original framework selection behavor
dupdob 5ef4461
chore: copilot comments (mainly english issues)
dupdob e6e88a0
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 43766d4
misc: adjust IsTestProject property parsing
dupdob dca8aa8
misc: adjust IsTestProject property parsing
dupdob 00f1251
misc: Copilot Comments
dupdob 38e3ea8
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 07d124d
misc: fix lockfiles
dupdob a7e2b53
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 1bd4ff4
chore: copilot remarks
dupdob 11c8684
fix: issue detecting test project not using MTP (branch regression)
dupdob 0d18e58
chore: Copilot comments
dupdob 49127f9
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob b7a2a1b
misc: bump dependenvies
dupdob c704002
Merge remote-tracking branch 'origin/master' into fix_3424
dupdob 97839a4
misc: address Copilot junk
dupdob 3106bd8
test: adjust expected scoring
dupdob 4454400
test: revert expected scoring for integration test.
dupdob efa566a
test: address copilot comment
dupdob 2445944
chore: address Copilot comments
dupdob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| <component name="ProjectRunConfigurationManager"> | ||
| <configuration default="false" name="FullFrameworkApp.Test" type="DotNetProject" factoryName=".NET Project" nameIsGenerated="true"> | ||
| <option name="EXE_PATH" value="$PROJECT_DIR$/Stryker.CLI/Stryker.CLI/bin/Debug/net8.0/Stryker.CLI" /> | ||
| <option name="PROGRAM_PARAMETERS" value="" /> | ||
| <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../integrationtest/TargetProjects/NetCore/FullFrameworkApp.Test" /> | ||
| <option name="PASS_PARENT_ENVS" value="1" /> | ||
| <option name="ENV_FILE_PATHS" value="" /> | ||
| <option name="REDIRECT_INPUT_PATH" value="" /> | ||
| <option name="MIXED_MODE_DEBUG" value="0" /> | ||
| <option name="USE_MONO" value="0" /> | ||
| <option name="RUNTIME_ARGUMENTS" value="" /> | ||
| <option name="AUTO_ATTACH_CHILDREN" value="0" /> | ||
| <option name="PROJECT_PATH" value="$PROJECT_DIR$/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj" /> | ||
| <option name="PROJECT_EXE_PATH_TRACKING" value="1" /> | ||
| <option name="PROJECT_ARGUMENTS_TRACKING" value="1" /> | ||
| <option name="PROJECT_WORKING_DIRECTORY_TRACKING" value="0" /> | ||
| <option name="PROJECT_KIND" value="DotNetCore" /> | ||
| <option name="PROJECT_TFM" value="net8.0" /> | ||
| <method v="2"> | ||
| <option name="Build" /> | ||
| </method> | ||
| </configuration> | ||
| </component> | ||
| <configuration default="false" name="FullFrameworkApp.Test" type="DotNetProject" factoryName=".NET Project" nameIsGenerated="true"> | ||
| <option name="EXE_PATH" value="$PROJECT_DIR$/Stryker.CLI/Stryker.CLI/bin/Debug/net8.0/Stryker.CLI" /> | ||
| <option name="PROGRAM_PARAMETERS" value="" /> | ||
| <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../integrationtest/TargetProjects/NetFramework" /> | ||
| <option name="PASS_PARENT_ENVS" value="1" /> | ||
| <option name="ENV_FILE_PATHS" value="" /> | ||
| <option name="REDIRECT_INPUT_PATH" value="" /> | ||
| <option name="MIXED_MODE_DEBUG" value="0" /> | ||
| <option name="USE_MONO" value="0" /> | ||
| <option name="RUNTIME_ARGUMENTS" value="" /> | ||
| <option name="AUTO_ATTACH_CHILDREN" value="0" /> | ||
| <option name="PROJECT_PATH" value="$PROJECT_DIR$/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj" /> | ||
| <option name="PROJECT_EXE_PATH_TRACKING" value="1" /> | ||
| <option name="PROJECT_ARGUMENTS_TRACKING" value="1" /> | ||
| <option name="PROJECT_WORKING_DIRECTORY_TRACKING" value="0" /> | ||
| <option name="PROJECT_KIND" value="DotNetCore" /> | ||
| <option name="PROJECT_TFM" value="net8.0" /> | ||
| <method v="2"> | ||
| <option name="Build" /> | ||
| </method> | ||
| </configuration> | ||
| </component> |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.