-
I'm almost entirely sure, this is not the right place to put this, but I didn't really have any better ideas so here goes:
I'm currently working on a project that uses the MSBuild DLLs to analyze sln…
-
-
It looks like `Microsoft.Build` references `System.Runtime.Loader` which isn't supported on .NET Framework (see https://github.com/dotnet/cli/issues/6019#issuecomment-286161210):
![2018-07-12_16h45…
-
**Describe the bug**
When i run dotnet stryker on my project we go warn during the build
`[10:57:11 WRN] Buildalyzer could not find sourcefiles. This should not happen. Will fallback to filesystem…
-
To make the CycloneDX DotNet tool more flexible, it could be refactored in a DLL with an optional console app front end. That way it could be used directly in a .Net application without having to laun…
-
There seems to be a problem in the way the projects from a solution are loaded into the workspace.
When part of a solution, the projects might have dependencies and they will require a certain bui…
-
**Describe the bug**
I have a solution which includes a bunch of csproj, and one sqlproj. The existence of the sqlproj breaks the initial build step, and therefore stryker as a whole.
Note, stryke…
-
Using MSBuild API for in-proj project evaluation in a dotnet-CLI project tool throws this excpetion:
```
Unhandled Exception: System.TypeInitializationException: The type initializer for 'BuildEnviro…
-
**Describe the bug**
Stryker fails to analyze my net472 project, with no logs being provided. Note that a catch has been provided for this [here](https://github.com/stryker-mutator/stryker-net/pull/2…
-
dotnet CLI (Visual Studio 2022 preview 17.7.0 Preview 4.0) was used to build solutions from folders tests/repos/cake and tests/repos/Statiq.Framework. Some tests are failing because the unsupported .N…