Skip to content

Releases: phmonte/Buildalyzer

v7.0.2

18 Jun 01:15
Compare
Choose a tag to compare

What's Changed

  • feat: adding alternative for single file publish by @phmonte in #274
  • chore: removing some warnings by @phmonte in #275

Full Changelog: 7.0.1...7.0.2

7.0.1

13 May 21:49
65950f7
Compare
Choose a tag to compare

Target framework 8, bug fixes and refactorings.

Thanks @Corniel and @slang25

What's Changed

Full Changelog: v6.0.4...7.0.1

6.0.4

06 Jan 16:59
Compare
Choose a tag to compare
  • Restored the original sort order of projects to keep the empty target framework last (#242, thanks @0xced).

6.0.3

22 Dec 15:05
Compare
Choose a tag to compare
  • Ensured Roslyn workspaces get project references added from projects (#241, thanks @AndreasKim).

6.0.2

20 Dec 16:52
Compare
Choose a tag to compare
  • Changed how projects are added to the Workspace in Buildalyzer.Workspaces to be based on the Solution order, if there is a Solution (#241, thanks @AndreasKim).
  • Increased the default timeout for dotnet --info calls from 4 seconds to 10 seconds (#228).

6.0.1

20 Dec 15:45
Compare
Choose a tag to compare
  • Added the ability to specify an alternate working directory for running the build in the environment options (#233).
  • Removed the dependency on NuGet.Frameworks due to some binding issues (#240).

6.0.0

19 Dec 20:15
Compare
Choose a tag to compare
  • Updates Microsoft.Build to 17.0.1, along with some other dependency updates (#234, thanks @pentp).
  • Ensures paths being passed to Roslyn in Buildalyzer.Workspaces are absolute (#232, thanks @tjchester).
  • Support for nullable context options in Buildalyzer.Workspaces (#235, thanks @Corniel).
  • Added a DOTNET_INFO_WAIT_TIME environment variable that can be used to specify an alternate amount of time to wait for dotnet --info to complete when getting local SDK information (#236, thanks @phmonte).

5.0.1

01 Sep 17:34
Compare
Choose a tag to compare
  • Added support for additional files on GetWorkspace() (#231, thanks @Corniel).

5.0.0

05 Dec 19:03
Compare
Choose a tag to compare
  • Updating Buildalyzer to target .NET 6 (#221, thanks @colombod).

4.1.7

29 Nov 19:51
Compare
Choose a tag to compare
  • Updated Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.CodeAnalysis.VisualBasic.Workspaces to 4.4.0 (#220, thanks @colombod).