Petr
Petr
We have a bunch of modules that are so big that they cause code editors to hang. The champions are probably in the compiler project, for example CheckExpressions (>10,000 LOC)...
We have tests in xUnit and NUnit (at least). This means it's harder to centrally manage test packages and that we also have to deal with different test adapters. We...
Another issue related to the absence of a proper approach for logical x display names in our code. 
Yet another backtick issue. ```fsharp module ``Thing with space`` = let x = 1 ``` In this case module name is displayed without backticks:  This is acceptable, but it's...
**Describe the bug** So we heavily use source generation in our projects and we also want to mutation test the generators themselves. Our generators are very complex and part of...
**Describe the bug** So as you can guess, we've updated to Stryker 1.0 and are now making use of the new opportunities so I'm reporting whatever I discover :D That...
(irrelevant: pffff, 3rd day in a row I am trying to do at least anything with the whole SAFE stack...) When I run the build script, things go well until...
So, this example project compiles and runs for me. I decided to add FSharp.Data Nuget package to use type providers. And it does not work. Let's say, I want to...
**Describe the bug** So we have a project for which Stryker reports different scores (22% x 100%) without any changes. The correct score is 100% - the code is fully...