Buildalyzer icon indicating copy to clipboard operation
Buildalyzer copied to clipboard

A utility to perform design-time builds of .NET projects without having to think too hard about it.

Results 68 Buildalyzer issues
Sort by recently updated
recently updated
newest added

Hello Running Buildalyzer on an Azure Function project fails. An example log file. [logs.log](https://github.com/daveaglick/Buildalyzer/files/9221026/logs.log) Attached is a solution containing a simple azure function project and a project which calls Buildalyzer...

⚠ Bug

When Buildalizer tries to resolve target framework of a project and to choose an appropriate MSBuild version (Core vs .NET Framework), it reads target framework from `csproj` file. The problem...

⚠ Bug

Hello! The MSBuild Performance team is working on an execution mode for MSBuild where it will spawn a [long-lived daemon node](https://github.com/dotnet/msbuild/issues/7315) to handle build requests. This mode would only be...

I'm using Buildalyzer to load projects in a given solution to perform some analysis on the projects' documents. I'm trying to test my implementation on its own solution, but it's...

Discussion/Question

With Buildalyzer (version 4.1.3) I'm analyzing CSPROJ files which are part of a solution file. For build-output configuration I'm using one common "common.props" file instead of configuring it at all...

Discussion/Question
Feedback Needed

I have a buildalyzer based console application which i am using as part of an exec task in my build chain. The build order works roughly like this - project...

Discussion/Question

When loading a solution, I'ld like to differentiate between "normal" projects and "test" projects without compiling the project. It seems that Buildalyzer doesn't surface the properties that shows these details....

General Enhancement

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?

I have the following Visual Studio installations: - Visual Studio 2019 (with .NET components) - Visual Studio Build Tools 2019 (with C++ components only) Buildalizer chooses `VS Build Tools 2019`...

New Feature

Hi! I've been trying to use Buildalyzer to analyse CSProject files for compliance to guidelines with the framework I'm working in. This works well for `netstandard2.0` and `net5.0` CSProject files,...

⚠ Bug