-
I would like to change the data structures that are part of Buildalyzer's API to be Immutable. As part of that, data structures that should be equal by value like `EnvironmentOptions` should become re…
-
with Buildazlyer 5 and my current sdk is 7.0.201 i get the following error
(Unsupported log file format. Latest supported version is 14, the log file has version 15.)
---> System.NotSupportedExc…
-
O have an open source project (https://github.com/grzesiek-galezowski/nscan) that uses msbuild to load and evaluate a bunch of csproj files. I recently started using MSBuildLocator and I am running in…
-
Error after updating Z.Expressions.Eval NuGet package in the SynthEBD patcher from 5.0.10 to 5.0.11.
Error appears during patcher compilation immediately after this update (commit 77feb72872468930…
-
When i compile, with your tool. I cannot execute class library that includes local references from other folder.
Is there a way to Include them in the builded dll file?
-
**Describe the bug**
Given:
- Stryker Version: 3.13.0
- Running in [Solution file context](https://stryker-mutator.io/docs/stryker-net/operating-modes/#solution-file-context)
- When project and/or…
-
In `AnalyzerResultExtensions.cs` at row 107 you set assembly name to the project file name. I guess this is true for 99% of the cases but I have found solutions where they have a project name and then…
-
Since you don't support [file globbing](https://learn.microsoft.com/en-us/dotnet/core/extensions/file-globbing) in `ProjectReference` is there way to exclude projects without creating a custom solutio…
-
I'm using the following to attempt to obtain the `Compilation` results for each of the projects in a solution:
```c#
AnalyzerManager manager = new AnalyzerManager(@"..\..\..\..\Solution.sln");
Ad…
-
(This was discussed in #2316 but deserves to be its own issue, as the work necessary to close this issue would be different to the work to close that one.)
I'm tired of typing `JsonSerializer` in m…