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 76 Buildalyzer issues
Sort by recently updated
recently updated
newest added

@martincostello found that adding global properties with `;` in would result in Buildalyzer hanging. I've done some investigating and have created a minimal repro here: https://github.com/phmonte/Buildalyzer/compare/main...slang25:Buildalyzer:msbuild-hang-repro If you run that...

After Github Actions updating the macos-latest reference, the test step on MacOs stopped working, I'm investigating. Apparently it's something related to dotnet 8 and MacOs. ``` Failed to load A,...

⚠ Bug

Investigating the unit tests to test the Analyzers, a lot of repeating plumbing code is used. To reduce this, I created a test context. The idea is that is should...

Ready to Merge

## Framework version The current target framework is .NET 6. Its support will be dropped end of this year. I would suggest to add .NET 8 asap, and drop .NET...

Discussion/Question

I'm using Buildalyzer to get project for Rosyln analysis to use for code generation. On my machine things generate as expected but on some of our other developers machines Guid...

Feedback Needed

To make Buildalyzer language agnostic (see #278) and to further streamline the processing of compiler commands, I moved the logic for parsing and processing the command line to a class...

## Description As I have raised in #278 , it would be nice to make the library extensible and language-agnostic, since it's pretty easy to develop .NET languages. Long story...

## Description This PR adds support for AzureFunctionProject A simple integration test project is provided as well. The logic change is: buildalyzer now keeps the first compilation step, disregarding its...