Releases: phmonte/Buildalyzer
Releases · phmonte/Buildalyzer
4.1.7
4.1.6
4.1.5
- Added a
BuildEnvironment.NoAutoResponse
option to control whether the/noAutoResponse
argument is set, with a default oftrue
to avoid processing.rsp
files that could conflict with Buildalyzer (#211). - Add API to retrieve compiler command-line and arguments (#212, #213, thanks @siegfriedpammer).
4.1.4
4.1.3
4.1.2
- Updated
MsBuildPipeLogger
to 1.1.6. - Updated
Microsoft.CodeAnalysis
to 4.1.0.
4.1.1
- Added SourceLink support.
4.1.0
- Updated
Buildalyzer.Logger
to target .NET Standard 2.0. - Updated
MsBuildPipeLogger
references to version 1.1.4.
4.0.0
3.2.8
- Reverted
UseAppHost
back to defaults for Buildalyzer builds in favor of settingComputeNETCoreBuildOutputFiles
instead so that self-contained application builds still work (#194, #185, #187). - Added ability to bypass MSBuild when using .NET Core/.NET (I.e. the
dotnet
command) so that other commands likepublish
can be invoked (#195, thanks @echalone). - Added support for analyzing build logs that don't set a
TargetFrameworkMonitor
(I.e. C++ projects) (#196, thanks @echalone).