-
The generator does not work on git-bash.
-
**Describe the bug**
Stryker.NET crashes. The error message instructors to report it here. The following is a quote of the message:
> [19:51:40 WRN] Stryker.NET encountered an compile error in /ho…
-
I am currently using https://github.com/daveaglick/Buildalyzer to get the output of corecompile for a given C# / F# project. (sourcefiles and references)
For C# it checks if an TaskCommandLineEventAr…
-
I am experiencing really strange behaviour. I have some code like this:
```csharp
var projectAnalyzer = analyzerManager.GetProject("someproject.csproj");
var analyzerResults = projectAnalyzer.Build…
-
Hello, first of all, I hope this issue isn't too confusing.
Sometimes I'm working on C# projects where I'd like to use this C# repl on, but that would mean that I'd have to manually reference the r…
-
Hi, I love Buildalyzer.
It would be great if I could point it at a project file and have it analyze all of the project references too.
At the moment I am running this:
```csharp
var workspace …
-
I want to use Buildalyzer.Workspaces, but without referencing Microsoft.CodeAnalysis.VisualBasic.Workspaces (because I have a custom build of Microsoft.CodeAnalysis.CSharp.Worspaces). When I try to do…
svick updated
3 years ago
-
I've opened a PR for this: #178
Something weird happens during the build of a WPF Custom Control library, a temporary project is generated or something, which breaks Buildalyzer. Looks to be down t…
-
**Describe the bug**
stryker does not support .net5 framework. The issue is with the library used by Stryker (Buildalyzer). The BuildAnalyzer is parsing the targetframework of the project and while p…
-
#### Bug description
When using MPC with Visual Studio Version Microsoft Visual Studio Community 2019
Version 16.6.1 the mcp.exe fails with
System.NotSupportedException: Unsupported log file form…