Cyrille DUPUYDAUBY

Results 29 issues of Cyrille DUPUYDAUBY

## Description This PR adds support for AzureFunctionProject A simple integration test project is provided as well. The logic change is: buildalyzer now keeps the first compilation step, disregarding its...

Slight change: make nuget failures non fatal (log error but continue), as it makes no sense for the general case, especially since selecting the proper msbuild and nuget combination is...

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...

🐛 Bug

This PR aims at improving Stryker support for complex setup/project situations. As such it: 1. Add a project analysis attempt forcing the target framework when normal attempts failed. This works...

**Is your feature request related to a problem? Please describe.** Buildalyzer uses its own logic to identify which MsBuild version to use to analyze a project. While Stryker offers an...

🚀 Feature request
Area: Buildalyzer

IgnoreMutantFilter assumes any implicit new construct is part of variable declaration which leads to NRE when this is not the case. This PR fixes this problem and regression test for...

This is an extension of the mutation logic design to support mutations for whole methods.

Main feature: provide hints and details when project analysis fails. This is a first version that could improve via heuristics gain via user feedbacks. Current version provides hint when there...

Priority: Medium
Area: Initialization

Reach 'full' support of solutions: 1. Add support for `snlx` files (on top of sln files) 2. Add support for solution level configurations 3. Add support for specifying platform. Support...

Priority: High
Area: Initialization