-
I was referred to stryker by a co-worker who is really excited about mutation testing in general. After reading the documentation I decided to get it a try. My project is using the .Net Framework, not…
-
I'm using Buildalyzer to get project for Rosyln analysis to use for code generation. On my machine things generate as expected but on some of our other developers machines Guid is being flag as "isRef…
-
I have a project which I analyze on both Windows and Linux, and it seems like some files are being excluded/ignored from the source files collection when running the analyses on Linux. It works fine w…
-
For anyone watching, I've been thinking about this project a lot lately. Specifically, how I can refactor it so it becomes more maintainable while addressing some of the outstanding issues (like suppo…
-
**Describe the bug**
I'm bolting mutation tests on to a project. I expect that project contributors will generally work on Windows but the CI will run on Ubuntu.
The MT run successfully on Windows…
-
If a solution uses Directory.Packages.props and has a GlobalPackageReference declaration, then the version number of the package is missing when analyzed.
The package appears in each project's Pack…
-
When Buildalizer tries to resolve target framework of a project and to choose an appropriate MSBuild version (Core vs .NET Framework), it reads target framework from `csproj` file. The problem is, we …
Inok updated
6 months ago
-
I made a description of the issue, together with a PR in (your other) [project](https://github.com/daveaglick/MsBuildPipeLogger/pull/2).
-
Reduce boilerplate code and replaces Fake projects with dynamically generated projects.
-
I am often and unpredictably finding no syntax trees in a project. The solution has 10 projects and on around half the executions, 2 or 3 of the projects (different each time) will return no classes.
…