-
We are sponsoring dave because we appreciate the hard work they have put into Buildalyzer. In the future we will probably want to either move that sponsorship to you, or sponsor you as well as dave. A…
-
I cloned the project and ran [submodules-sync.bat](https://github.com/AdaskoTheBeAsT/Typewriter/blob/master/submodules-sync.bat) but the later didn't do anything.
I then cloned the sub repos ([Buil…
-
I'm getting an error when reading the dotnet --info command, at certain times my cluster takes more than 4000ms to return the dotnet --info which causes Buildalyzer to fail.
Does it make sense to i…
-
When doing two consecutive builds I get the following errors on the second build.
> The process cannot access the file 'X' because it is being used by another process.
> Cannot create a file when …
-
Hello,
with net 6.0 we get generated code by default (implicit global usings).
I would like to load those generated files with Buildalyzer, too.
What should I do?
-
Hi!
There is an issue with workspaces: without setting source text encoding explicitly you cant emit pdb
https://github.com/dotnet/roslyn/issues/24045
So I tried to make a PR and tried to build …
-
This is the same issue as #125 , except now the problem is `dotnet --info` sometimes does not make it in 4 seconds (I am running a lot of concurrent analyzers). See hardcoded timeout in https://github…
-
Buildalyzer forces me to generate an EXE that must be shelled out to in the build. It also is not very performant during the build.
Could I remove this dependency and make an MsBuild task instead?…
-
I'm getting runtime errors like the one described in dotnet/roslyn#61454.
Debugging works when I load the Nuget.Frameworks namespace before calling any code by buildalyzer...
Not sure what is go…
-
Hi,
I would like to use `Buildalyzer` to load a project for roslyn analysis. I tried to load a project with the following code:
```
var manager = new AnalyzerManager(new AnalyzerManagerOptions(…