-
Hi!
I'm trying to use Buildalyzer in my project. Here is the code:
```
var solutionFile = new FileInfo(@"c:\Projects\LiveSharp\XamarinFormsTest.sln");
var manager = new AnalyzerManager(solutio…
ionoy updated
2 years ago
-
Greetings! It looks like you may have missed a dependency. I had to install package "System.Reflection.TypeExtensions" to get it to work. Installing this resolved exception and it all works like a …
-
**Describe the bug**
Static analysis disallows the mutation, but Stryker ignores this.
**Expected behavior**
Stryker should not add mutations that don't compile due to static analysis via Roslyn …
-
In commit a3312a95f17a21c9575a077e61706b82b59be6f8 on Feb 16 support for `net6.0` was added and the Roslyn packages were updated to version 4.0.1, but a few hours later in commit bbbd23a3a11c24702f7f3…
-
Context:
This code used to work prior to recent VS and framework updates (I don't remember the specifics of the updates which were recommended by VS 2022). It walks through .csprojs and builds them…
-
**Describe the bug**
We have some apps that are published in a self-contained [manner](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained) (and that's the future!). That's…
-
This is the code that runs:
StringWriter log = new StringWriter();
AnalyzerManagerOptions options = new AnalyzerManagerOptions();
options.LogWriter…
-
**Is your feature request related to a problem? Please describe.**
So main motivation with this for us is the future of source generation. Currently we have the following project structure:
- src
…
-
I just tried to build/compile a solution that contains variables with åäö and it seems to fail with errors like: `Unexpected character '�'`
I then checked the document object and it seems like it p…
-
Hello!
Using `WaitForPipeDrain` is not cross-platform way. It's [only windows](https://docs.microsoft.com/en-us/dotnet/api/system.io.pipes.pipestream.waitforpipedrain?view=net-5.0)
https://githu…