Buildalyzer
Buildalyzer copied to clipboard
A utility to perform design-time builds of .NET projects without having to think too hard about it.
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...
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.) --->...
I ran into this problem with stryker.net (which uses Buildalyzer), getting exceptions like this ``` Unhandled exception. System.AggregateException: One or more errors occurred. (Could not find build environment) (Could not...
Fixes #210 * Remove global properties that prevent building of Azure Function projects * Change AnalyzerResult to gather results from multiple compilation calls
If a solution uses Directory.Packages.props and has a GlobalPackageReference declaration, then the version number of the package is missing when analyzed. The package appears in each project's PackageReferences, but the...
If I publish a .NET 6 app with `PublishSingleFile` enabled (`PublishReadyToRun` and `PublishTrimmed` don't seem to be related to the issue), it hangs as soon as I call `Build()`. For...
I would need the library to be compatible with .Net Standard 2.0 for being used inside Source Generators. Is there any way to make it compatible?
Hi, Thanks for this project, it makes things easier for me! How does one do a design-time build using Buildalyzer? It seems to me that the following does either a...
Fixes #271 There are other solutions to this, like running `ReadAll` in a `Thread` or `Task` and aborting that. I've also looked at the cancellation token and using that, however...
Fixes #271