Paweł Mołek

Results 11 comments of Paweł Mołek

Hi, I'm having this issue too. I've mentioned it in https://github.com/daveaglick/Buildalyzer/issues/110#issuecomment-1029944882 but now found this issue. I've tried the first solution (prevent clean target), but did not work with stryker...

Hi I would also like to have `AnalyzerResult` without calling [Build()](https://github.com/daveaglick/Buildalyzer/blob/main/src/Buildalyzer/ProjectAnalyzer.cs#L104). I'm working on new feature in Stryker.Net that will allow to execute it without building projects (see https://github.com/stryker-mutator/stryker-net/issues/466). We...

Hi, I have similar problem with using stryker on my .net framework application. I've notice that this feature is still in **To do**. Are there any chances to implement this?

@rouke-broersma I thought a lot of this feature but finnally (I think) I have better solution. Can we add a flag like `--no-build` (simillar as in [dotnet test](https://docs.microsoft.com/pl-pl/dotnet/core/tools/dotnet-test))? Why it...

Nice to hear this. I would try to implement this. I will let you know when it works. Thanks!

I've notice that method [.Build()](https://github.com/stryker-mutator/stryker-net/blob/master/src/Stryker.Core/Stryker.Core/Initialisation/ProjectFileReader.cs#L54) from **Buildalyzer** is called only to receive `IAnalyzerResult`. Nextly tests projects are builded again (in [InitialBuildProcess.InitialBuild](https://github.com/stryker-mutator/stryker-net/blob/master/src/Stryker.Core/Stryker.Core/Initialisation/InitialBuildProcess.cs#L26)) using received informations (like `TargetFramework`). If I'm right, I...

I've tried to solve this by prevent clean target in Buildalyzer. It worked, but finally ended as [CompilationException](https://github.com/stryker-mutator/stryker-net/blob/master/src/Stryker.Core/Stryker.Core/Compiling/CsharpCompilingProcess.cs#L74). I found that someone has similarly [issue ](https://github.com/daveaglick/Buildalyzer/issues/105#issuecomment-750722606) with stryker & Buildalyzer....

Bad news. Changing _Buildalyzer_ output paths will provide some problems in _Stryker_. Especially these (who knows more): ![image](https://user-images.githubusercontent.com/7288991/152971757-e1dc29fc-691d-4e3a-a4db-e80e45eaa691.png) which will fail: 1. as `System.IO.DirectoryNotFoundException` in [CsharpProjectComponentsBuilder](https://github.com/stryker-mutator/stryker-net/blob/master/src/Stryker.Core/Stryker.Core/Initialisation/CsharpProjectComponentsBuilder.cs#L95), cuz I've removed temp...

+1 got same problem using "leaflet": "^1.3.4", "ui-leaflet": "^1.0.3", Anyone has solution?

Hi, I had same problem. and found solution for this. You could use `Sender` property from FluentEmail to specify which type of SMTP you want to use. ![image](https://user-images.githubusercontent.com/7288991/113129803-9f574100-921b-11eb-8247-fa08be59209a.png)